diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2018-03-24 08:04:49 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-03-23 16:04:49 -0700 |
commit | f56ded32146b07068287ab6b71777c7ccf70379b (patch) | |
tree | c50429a8342e7cf2f2391efbf1ba9092cc657abe /keyboards/helix/rev2/keymaps/led_test | |
parent | 6b060bb9ad6e6f942fa993f383ccc437eb4569b7 (diff) |
add README.md into keyboards/helix/rev2/keymaps/led_test/ (#2582)
Diffstat (limited to 'keyboards/helix/rev2/keymaps/led_test')
-rw-r--r-- | keyboards/helix/rev2/keymaps/led_test/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/keymaps/led_test/README.md b/keyboards/helix/rev2/keymaps/led_test/README.md new file mode 100644 index 0000000000..a25f3f36fe --- /dev/null +++ b/keyboards/helix/rev2/keymaps/led_test/README.md @@ -0,0 +1,27 @@ +# 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:avrdude +``` |