summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2018-03-24 00:04:49 +0100
committerDrashna Jaelre <drashna@live.com>2018-03-24 00:04:49 +0100
commitf56ded32146b07068287ab6b71777c7ccf70379b (patch)
treec50429a8342e7cf2f2391efbf1ba9092cc657abe /keyboards
parent6b060bb9ad6e6f942fa993f383ccc437eb4569b7 (diff)
downloadqmk_firmware-f56ded32146b07068287ab6b71777c7ccf70379b.tar.gz
qmk_firmware-f56ded32146b07068287ab6b71777c7ccf70379b.tar.xz
add README.md into keyboards/helix/rev2/keymaps/led_test/ (#2582)
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/helix/rev2/keymaps/led_test/README.md27
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 000000000..a25f3f36f
--- /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
+```