qmk-dactyl-manuform-a/keyboards/helix/rev2/keymaps/led_test
Takeshi ISHII b29799f887 Keyboard: fixed build break (size overflow) HelixPico with Backlight or Underglow (#3546)
* build break fix for HelixPico

* add customize variable 'Link_Time_Optimization' into rev2 and pico keymaps rules.mk

* "CFLAGS += -flto" change to "EXTRAFLAGS += -flto"

* add USE_Link_Time_Optimization macro
2018-08-02 14:16:17 -07:00
..
README.md add README.md into keyboards/helix/rev2/keymaps/led_test/ (#2582) 2018-03-23 16:04:49 -07:00
config.h Helix config refine (#3374) 2018-07-12 10:23:30 -07:00
keymap.c Update Helix 'led_test' keymap (#3292) 2018-07-03 16:16:38 -07:00
led_test_init.c Update Helix 'led_test' keymap (#3292) 2018-07-03 16:16:38 -07:00
rules.mk Keyboard: fixed build break (size overflow) HelixPico with Backlight or Underglow (#3546) 2018-08-02 14:16:17 -07:00

README.md

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