summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/rev1/legacy
Commit message (Collapse)AuthorAgeFilesLines
* Initial list of keyboards to exclude from CI (#11213)Zach White2020-12-211-0/+0
|
* Normalise include statements in keyboard code (#11185)Ryan2020-12-162-2/+2
|
* Refactor the crkbd/via keymap and fix OLED bugs (#10354)Kosuke Adachi2020-11-162-0/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor the crkbd/via keymap and fix OLED bugs * Revert "Refactor the crkbd/via keymap and fix OLED bugs" This reverts commit dc9db029fc6b077fc7600b49e920b755c522d100. * Fix OLED display bugs * Remove unused functions * Remove uncessary the key logger * Add new lines at end of file * Remove unnecesary extern for is_master * Remove extern is_master from rev1.h * Remove ssd1306 from common dir because its the legacy lib * Update default keymap based the via keymap * Remove foostan keymap because it will be legacy * Revert Remove unnecesary extern for is_master * Remove unnecessary backslashes.
* Crkbd implementing return value for matrix_scan() (#10422)yhr0x432020-10-022-8/+12
|
* [Keyboard] Convert Corne Keyboard to Split Common (#6001)Drashna Jaelre2020-09-1717-0/+2090
* [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