]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/helix/rev2/keymaps/led_test/README.md
add README.md into keyboards/helix/rev2/keymaps/led_test/ (#2582)
[qmk_firmware.git] / keyboards / helix / rev2 / keymaps / led_test / README.md
1 # LED test Keymap
2
3 ## Layout
4
5 The layout is the same as default.
6
7 ## Feature
8
9 * OLED is enabled.
10 * LED backlight is enabled and always lit.
11 * The lighting color of LED changes periodically. Red, Green and Blue.
12
13 The user can check whether the LED is lit or not.
14
15 ## Compile
16
17 ```
18 $ cd qmk_firmware
19 $ make helix:led_test
20 ```
21
22 ## Flash QMK Firmware
23
24 Execute the 'make' command and press the reset switch on the keyboard.
25 ```
26 $ make helix:led_test:avrdude
27 ```