1
0
Fork 0
qmk_firmware/keyboards/helix
MakotoKurauchi 1ff7473ce4 Add LOCAL_GLCDFONT option (#2854)
* add some comment about Helix customize and auto-setup RGBLIGHT_LIMIT_VAL

* add define USB_MAX_POWER_CONSUMPTION

* 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

* change helix/ssd1306.c for select glcdfont.c position

* add variable LOCAL_GLCDFONT into each keymaps rules.mk
2018-04-30 08:15:49 -07:00
..
common Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
rev1 Fix audio issues with Split keyboards that missed previously 2018-03-16 16:38:05 -04:00
rev2 Add LOCAL_GLCDFONT option (#2854) 2018-04-30 08:15:49 -07:00
config.h Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
helix.c Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
helix.h Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
i2c.c Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
i2c.h Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
pro_micro.h Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
readme.md Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
rules.mk Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
serial.c Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
serial.h Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00
ssd1306.c Add LOCAL_GLCDFONT option (#2854) 2018-04-30 08:15:49 -07:00
ssd1306.h Add helix keyboard (#2308) 2018-01-28 12:14:12 -05:00

readme.md

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.