Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial list of keyboards to exclude from CI (#11213) | Zach White | 2020-12-21 | 1 | -0/+0 |
| | |||||
* | Normalise include statements in keyboard code (#11185) | Ryan | 2020-12-16 | 2 | -2/+2 |
| | |||||
* | Refactor the crkbd/via keymap and fix OLED bugs (#10354) | Kosuke Adachi | 2020-11-16 | 2 | -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) | yhr0x43 | 2020-10-02 | 2 | -8/+12 |
| | |||||
* | [Keyboard] Convert Corne Keyboard to Split Common (#6001) | Drashna Jaelre | 2020-09-17 | 17 | -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 |