logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

README.md (454B)


  1. # LED test Keymap
  2. ## Layout
  3. The layout is the same as default.
  4. ## Feature
  5. * OLED is enabled.
  6. * LED backlight is enabled and always lit.
  7. * The lighting color of LED changes periodically. Red, Green and Blue.
  8. The user can check whether the LED is lit or not.
  9. ## Compile
  10. ```
  11. $ cd qmk_firmware
  12. $ make helix:led_test
  13. ```
  14. ## Flash QMK Firmware
  15. Execute the 'make' command and press the reset switch on the keyboard.
  16. ```
  17. $ make helix:led_test:flash
  18. ```