2022-12-10 21:50:57 -06:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2022 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
|
|
|
&arduino_i2c {
|
|
|
|
// Default buffer size is too small for use with displays.
|
2023-05-14 13:08:33 -05:00
|
|
|
zephyr,concat-buf-size = <1024>;
|
2022-12-10 21:50:57 -06:00
|
|
|
};
|