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.
qmk_firmware/keyboards/helix/rev2
MakotoKurauchi d1481172bc Helix oled rgb compile sw (#2606)
* 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
6 years ago
..
keymaps Helix oled rgb compile sw (#2606) 6 years ago
config.h Helix oled rgb compile sw (#2606) 6 years ago
matrix.c Remove _quantum functions from custom matrix.c code 7 years ago
rev2.c Fix audio issues with Split keyboards that missed previously 7 years ago
rev2.h Add helix keyboard (#2308) 7 years ago
rules.mk Add helix keyboard (#2308) 7 years ago
split_util.c Add helix keyboard (#2308) 7 years ago
split_util.h Fix EE HANDS on splits losing handedness if RGB is enabled (#2399) 7 years ago