summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/keymaps/like_jis/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-10-22Replace outdated RGB/Audio informationDrashna Jaelre1-1/+1
2018-10-19Keyboard: Update logo and commonize it (#4151)Kosuke Adachi1-7/+8
* 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
2018-09-04Keyboard: Improvement of crkbd communication functions (based on ↵marksard1-7/+7
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
2018-08-22Keyboard: Partial refactor of the crkbd code (#3600)marksard1-0/+9
* Add display to LED-parameters function * Improvement of update timing for OLED display (Need TWI_Init)
2018-08-08Keymap: add like jis(iso) layout keymap for crkbd (#3562)marksard1-0/+21
* add like jis(iso) layout keymap for crkbd * Modified code by review.