summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/like_jis
AgeCommit message (Collapse)Author
2018-12-08Keymap: Modified like-jis keymap for crkbd (#4577)marksard
2018-11-27Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)Konstantin Đorđević
2018-10-22Replace outdated RGB/Audio informationDrashna Jaelre
2018-10-19Keyboard: Update logo and commonize it (#4151)Kosuke Adachi
* 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-23Keyboard: Crkbd: move I2C and Serial defines to keyboard's config.h (#3970)noroadsleft
* Crkbd: move I2C and Serial defines to keyboard's config.h per @drashna on Discord * Crkbd: remove misleading comment re: I2C and Serial USE_I2C and USE_SERIAL are usually a "one or the other"-type deal, but this keyboard uses both.
2018-09-03Keyboard: Improvement of crkbd communication functions (based on ↵marksard
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)marksard
* Add display to LED-parameters function * Improvement of update timing for OLED display (Need TWI_Init)
2018-08-07Keymap: add like jis(iso) layout keymap for crkbd (#3562)marksard
* add like jis(iso) layout keymap for crkbd * Modified code by review.