Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce CRKBD firmware size by reducing layer numbers (#5471) | Drashna Jaelre | 2019-04-18 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | * Reduce CRKBD firmware size by reducing layer numbers * Update layer output code based on mtei's suggestion/code * Fix spacing * Revert "Update layer output code based on mtei's suggestion/code" This reverts commit 036d347db309170afd5676e694adfda69f912615. Unfortunately, because this is NOT in the keymap itself, the layer macros aren't accessible and will error on commit * Add comment for future person | ||||
* | Keyboard: Update logo and commonize it (#4151) | Kosuke Adachi | 2018-10-19 | 1 | -0/+243 |
| | | | | | | | | * Update logo and commonize it * Move the glcdfont.c to the lib and add it to the SRC values of the rules.mk in the keymap folders * Add static | ||||
* | Keyboard: Improvement of crkbd communication functions (based on ↵ | marksard | 2018-09-03 | 7 | -0/+152 |
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 |