aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/rev1/split_scomm.c
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Convert Corne Keyboard to Split Common (#6001)Drashna Jaelre2020-09-171-93/+0
| | | | | | | | | | | | | * [Keyboard] Convert Corne Keyboard to Split Common * Add VIA Support * Makes sure that ol(e)d and new OLED implementation can't coexist * Add licensing header to files * Add changes based on feedback from foostan * Fixes
* Fix crkbd slave matrix print to require debug_matrix (#9217)Manna Harbour2020-05-281-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)epaew2018-11-271-3/+2
|
* Keyboard: Update the serial.c of crkbd based on the helix-serial.c (#4349)Kosuke Adachi2018-11-041-15/+34
|
* Keyboard: Improvement of crkbd communication functions (based on ↵marksard2018-09-031-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