aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/keymaps/like_jis
Commit message (Collapse)AuthorAgeFilesLines
* [Keymap] crkbd/keymaps/rs: add rs keymap to corne keyboard and adapt others ↵Olivier Poitrey2019-05-071-5/+1
| | | | | | (#5181) Update all my keymaps to work with 40 keys. Refactor code using Userspace.
* Keymap: Modified like-jis keymap for crkbd (#4577)marksard2018-12-085-136/+304
|
* Remove RGB_SMOD alias and replace uses with RGB_MOD (#4319)Konstantin Đorđević2018-11-271-2/+2
|
* Replace outdated RGB/Audio informationDrashna Jaelre2018-10-221-1/+1
|
* Keyboard: Update logo and commonize it (#4151)Kosuke Adachi2018-10-193-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
* Keyboard: Crkbd: move I2C and Serial defines to keyboard's config.h (#3970)noroadsleft2018-09-231-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.
* Keyboard: Improvement of crkbd communication functions (based on ↵marksard2018-09-032-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
* Keyboard: Partial refactor of the crkbd code (#3600)marksard2018-08-222-20/+48
| | | | * Add display to LED-parameters function * Improvement of update timing for OLED display (Need TWI_Init)
* Keymap: add like jis(iso) layout keymap for crkbd (#3562)marksard2018-08-074-0/+543
* add like jis(iso) layout keymap for crkbd * Modified code by review.