]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
add README.md into keyboards/helix/rev2/keymaps/led_test/ (#2582)
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>
Fri, 23 Mar 2018 23:04:49 +0000 (08:04 +0900)
committerDrashna Jaelre <drashna@live.com>
Fri, 23 Mar 2018 23:04:49 +0000 (16:04 -0700)
keyboards/helix/rev2/keymaps/led_test/README.md [new file with mode: 0644]

diff --git a/keyboards/helix/rev2/keymaps/led_test/README.md b/keyboards/helix/rev2/keymaps/led_test/README.md
new file mode 100644 (file)
index 0000000..a25f3f3
--- /dev/null
@@ -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
+```