11 lines
203 B
Text
11 lines
203 B
Text
|
/*
|
||
|
* 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 = <512>;
|
||
|
};
|