mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
35efcc9f39
* improvement of crkbd communication functions (based on helix-keyboard) * Removed unnecessary code. * Changed read restriction from #define to #pragma once. * Changed from sizeof to defined size. * moved lib folder to crkbdroot. removed warning of ws2812.d
6 lines
149 B
C
6 lines
149 B
C
#pragma once
|
|
|
|
#undef SERIAL_USE_MULTI_TRANSACTION
|
|
#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2
|
|
#define SERIAL_MASTER_BUFFER_LENGTH MATRIX_ROWS/2
|