Month: May 2014

  • 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…

  • Ergodox – The customizable ergonomic split keyboard

    A few months ago, I got a mechanical keyboard called Ergodox. It is an open source keyboard (which means its schematics are posted online for anyone who wants to build it.) that you need to build yourself. You cannot buy it pre-built. Although, recently people have been putting up Ergodox with Cherry MX blue switches.…