Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
Making some progress on my QMK macropad firmware. Lights change per layer, and OLED shows the keyswitch and encoder commands each one.
Next steps are to hopefully set it up for QMK’s online configurator, and possibly implement a random mouse routine. Also would love if the lights on the keyswitches move with the encoder, but I’m not yet sure how to do that in QMK.
0IMG_2635.MOV
More progress on my QMK macro pad setup. The bottom lights shine according to the layer that I’m using, while the top lights under each keyswitch get visibly “hotter” as i press them over and over. It took me a while to figure things out (I don’t have it all figured out) but wow, QMK is extremely powerful. There are many other animations too. Here’s my ~current code: https://github.com/JeremySCook/JC-Pro-Macro-2/tree/main/code/QMK/jcpm2
0IMG_2649.MOV
if you could try adding MIDI support
it could be a good synthesizer
Oh man, you read my mind! Or reminded me of what I meant to do at least. QMK has that functionality so it should be pretty easy to add it in: https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes.md#midi-midi
CONTRIBUTE TO THIS THREAD