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
2018-04-24 09:43:57 -07:00
..
2018-01-28 12:14:12 -05:00
2018-04-24 09:43:57 -07:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00
2018-01-28 12:14:12 -05:00

Helix

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.