| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* 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.
|