Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crkbd slave matrix print to require debug_matrix (#9217) | Manna Harbour | 2020-05-28 | 1 | -2/+4 |
| | | | | | | | | | * Fix crkbd slave matrix print to require debug_matrix * Remove redundant include Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Keyboard: fix for debug crkbd (#4469) | epaew | 2018-11-27 | 1 | -3/+2 |
| | |||||
* | Keyboard: Update the serial.c of crkbd based on the helix-serial.c (#4349) | Kosuke Adachi | 2018-11-04 | 1 | -15/+34 |
| | |||||
* | Keyboard: Improvement of crkbd communication functions (based on ↵ | marksard | 2018-09-03 | 1 | -0/+73 |
helix-keyboard) (#3798) * 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 |