Author Topic: How to customize Massdrop ALT with QMK  (Read 2225 times)

0 Members and 1 Guest are viewing this topic.

Offline pleasuretek

  • Thread Starter
  • Posts: 2
How to customize Massdrop ALT with QMK
« 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.


Offline unholy.vlad

  • Posts: 6
  • HyperSuperMetaSpaceCraft
Re: How to customize Massdrop ALT with QMK
« Reply #1 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...)

Offline unholy.vlad

  • Posts: 6
  • HyperSuperMetaSpaceCraft
Re: How to customize Massdrop ALT with QMK
« Reply #2 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 },

Offline typo

  • Posts: 1676
Re: How to customize Massdrop ALT with QMK
« Reply #3 on: Sat, 07 March 2020, 21:40:27 »
Won't let you watch full size. This works on other boards with QMK?