zmk/app/boards/nrf5340dk_nrf5340_cpuapp.overlay
Joel Spadin dcf5e75fa6 fix(boards): Bump nRF5340 DK I2C buffer size
Increased the I2C buffer size again, since it needs to be at least 641
to support 128x64 displays.
2023-06-18 14:57:06 -06:00

11 lines
204 B
Plaintext

/*
* Copyright (c) 2022 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
&arduino_i2c {
// Default buffer size is too small for use with displays.
zephyr,concat-buf-size = <1024>;
};