2022-12-10 19:50:57 -08: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 11:08:33 -07:00
|
|
|
zephyr,concat-buf-size = <1024>;
|
2022-12-10 19:50:57 -08:00
|
|
|
};
|