Tag: ergodox

  • Ergodox: Make LEDs indicate the layer you are on

    This article assumes that you are working with the source code downloaded from MassDrop. Open the file lib /key-functions/public/basic.c and add the following line below after all the #define statements. extern uint8_t keyboard_leds; Then go to the push function of the layer you want the LEDs to light up on. Let’s assume we want to…