geekhack

geekhack Community => Keyboards => Topic started by: pleasuretek on Sat, 16 February 2019, 23:12:08

Title: How to customize Massdrop ALT with QMK
Post by: pleasuretek on Sat, 16 February 2019, 23:12:08
I made a tutorial I wanted to share in case anyone is looking to further customize their ALT or CTRL with QMK.

Title: Re: How to customize Massdrop ALT with QMK
Post by: unholy.vlad on Sat, 07 March 2020, 17:34:14
Your tutorial is very informative, big thanks for that! :) Now, it seems that QMK has been updated and few things have been changed or moved. (especially the bottom of the default file has been hanged). Can you please suggest the simplest way to keep the default scrolling rainbow on but have it only under ESC key for layer 0 then have it only under F1 (and all other LEDs off) for layer 1 ... and so on for the (Mass)Drop CTRL keyboard ... This seems to be quite a simple thing for a starter to get one's head around the complexities of LED control (its probably as basic as anything functional can be to have all LEDs off except for the one LED that indicates the layer number...)
Title: Re: How to customize Massdrop ALT with QMK
Post by: unholy.vlad on Sat, 07 March 2020, 21:21:53
ah, got it!

        { .flags = LED_FLAG_MATCH_LAYER | LED_FLAG_MATCH_ID | LED_FLAG_USE_ROTATE_PATTERN, .layer=0, .id0 = 0x00000001, .id1 = 0x00000000, .id2 = 0x00000000, .id3 = 0x00000000 },
Title: Re: How to customize Massdrop ALT with QMK
Post by: typo on Sat, 07 March 2020, 21:40:27
Won't let you watch full size. This works on other boards with QMK?