Massdrop / qmk_firmware

keyboard controller firmware for Atmel AVR and ARM USB families
http://qmk.fm
GNU General Public License v2.0
89 stars 108 forks source link

Adding LED Effects on keypress for Massdrop CTRL #4

Open valen214 opened 5 years ago

valen214 commented 5 years ago

source project (becuase I forgot to fork the base project)

By using led_instructions provided, each led can be controlled easily. This allows adding multiple led effects which is responsive to keypress, even only keymap.c is modified.

Demo video is available in the source project (but it is a bit out-dated because additional effects, burst and fade, are implemented also). Using Fn + P to activate alternative key layer for configuring the pattern.

I am sorry being a little bit unfamiliar with large public project collaboration, so please do not hesitate to tell what should I be expected to do.

MDaubs commented 5 years ago

This is outstanding, thank you! Builds and runs great on my Ctrl.

wolfspyre commented 1 year ago

is this going to be merged?