Age | Commit message (Collapse) | Author |
|
(#5181)
Update all my keymaps to work with 40 keys. Refactor code using
Userspace.
|
|
|
|
|
|
|
|
* 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
|
|
* 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.
|
|
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
|
|
* Add display to LED-parameters function
* Improvement of update timing for OLED display (Need TWI_Init)
|
|
* add like jis(iso) layout keymap for crkbd
* Modified code by review.
|