summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/rev1/legacy
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy print backward compatiblitly (#11805)Joel Challis2021-02-061-2/+2
| | | | | | | * Remove legacy print backward compatiblitly * Remove legacy print backward compatiblitly - core * revert comment changes
* Add a <FEATURE>_SUPPORTED flag (#9058)Zach White2021-01-301-0/+3
| | | | | | | | | | | | | | | | | | * Initial attempt at allowing keyboards to indicate what features they do not support * try to use a for loop instead * Update disable_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * add a few more features * remove my test fixture * disable things that make all:all suggested" Co-authored-by: Zach White <skullydazed@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Fix midi for CRKBD (#11644)Loïc Wisniewski2021-01-251-1/+0
| | | Co-authored-by: BuildTools <unconfigured@null.spigotmc.org>
* 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