qmk_firmware/keyboards/helix/rev2/keymaps/led_test
MakotoKurauchi 3ede17e729
Reduce Helix keyboard build variation (#8669)
* modify helix config. 'helix/rev2' always OLED on

* reduce helix build variation pattern

* helix/rev2/keymaps/xulkal/rules.mk: Explicitly disable helix standard post-processing

**Compilation result does not change**

* helix readmes update

* add temporary test script

* test end. -- Revert "add temporary test script"

This reverts commit 6229ed41f2ff8bac52015150837eaa51d9815e13.

* rename rev2/split_common/rules.mk -> rev2/sc/rules.mk

* rename pico/split_common/rules.mk -> pico/sc/rules.mk

* update keymaps/default/reademe.md

* add 'helix/pico/qmk_conf' and 'helix/rev2/qmk_conf' target

* add ChangeLog for Helix: PR 8669

* fix helix/pico/qmk_conf compile error

Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
2020-10-30 13:23:04 -07:00
..
config.h Keyboard: Helix five_rows keymap reduced size (#4082) 2018-10-05 14:51:34 -07:00
keymap.c Update Helix 'led_test' keymap (#3292) 2018-07-03 16:16:38 -07:00
led_test_init.c Update Helix 'led_test' keymap 2019-02-18 19:01:37 +09:00
README.md [Keyboard] Cleanup helix rules options (#6952) 2019-10-16 11:01:49 -07:00
rules.mk Reduce Helix keyboard build variation (#8669) 2020-10-30 13:23:04 -07:00

LED test Keymap

Layout

The layout is the same as default.

Feature

  • OLED is enabled.
  • LED backlight is enabled and always lit.
  • The lighting color of LED changes periodically. Red, Green and Blue.

The user can check whether the LED is lit or not.

Compile

$ cd qmk_firmware
$ make helix:led_test

Flash QMK Firmware

Execute the 'make' command and press the reset switch on the keyboard.

$ make helix:led_test:flash