You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d1481172bc
* Helix keyboard OLED, RGBLIGHT enable/disable control integrate into rules.mk rules.mk: add 4 Variables for compile control. # Helix keyboard customize # you can edit follows 4 Variables # jp: 以下の4つの変数を必要に応じて編集します。 OLED_ENABLE = no # OLED_ENABLE LED_BACK_ENABLE = no # LED backlight (Enable WS2812 RGB underlight.) LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.) LED_ANIMATIONS = yes # LED animations config.h: auto set RGBLED_NUM by HELIX_ROWS and rules.mk's define * HELIX_ROWS define move from config.h to rules.mk * add readme.md * rename readme.md to readme_jp.md * add readme.md and modify readme_jp.md |
7 years ago | |
---|---|---|
.. | ||
common | 7 years ago | |
rev1 | 7 years ago | |
rev2 | 7 years ago | |
config.h | 7 years ago | |
helix.c | 7 years ago | |
helix.h | 7 years ago | |
i2c.c | 7 years ago | |
i2c.h | 7 years ago | |
pro_micro.h | 7 years ago | |
readme.md | 7 years ago | |
rules.mk | 7 years ago | |
serial.c | 7 years ago | |
serial.h | 7 years ago | |
ssd1306.c | 7 years ago | |
ssd1306.h | 7 years ago |
readme.md
Helix
A compact split ortholinear keyboard.
Keyboard Maintainer: Makoto Kurauchi @pluis9
Hardware Supported: Helix PCB Alpha, Beta, Pro Micro
Hardware Availability: PCB & Case Data, Yushakobo Shop
Make example for this keyboard (after setting up your build environment):
make helix:default
See build environment setup then the make instructions for more information.