From: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Date: Fri, 23 Mar 2018 23:04:49 +0000 (+0900) Subject: add README.md into keyboards/helix/rev2/keymaps/led_test/ (#2582) X-Git-Url: https://git.donarmstrong.com/?p=qmk_firmware.git;a=commitdiff_plain;h=f56ded32146b07068287ab6b71777c7ccf70379b add README.md into keyboards/helix/rev2/keymaps/led_test/ (#2582) --- 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 +```