summaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/keymaps/like_jis
AgeCommit message (Collapse)AuthorFilesLines
2018-12-08Keymap: Modified like-jis keymap for crkbd (#4577)marksard5-136/+304
2018-11-28Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)Konstantin Đorđević1-2/+2
2018-10-22Replace outdated RGB/Audio informationDrashna Jaelre1-1/+1
2018-10-19Keyboard: Update logo and commonize it (#4151)Kosuke Adachi3-254/+11
* 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-24Keyboard: Crkbd: move I2C and Serial defines to keyboard's config.h (#3970)noroadsleft1-4/+0
* 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-04Keyboard: Improvement of crkbd communication functions (based on ↵marksard2-9/+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)marksard2-20/+48
* 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)marksard4-0/+543
* add like jis(iso) layout keymap for crkbd * Modified code by review.