Category: Arduino

  • Programming Macros for Ergodox

    The default configuration tool on Input Club or Massdrop don’t allow for macro programming. So you will have to get your hands dirty and mess with the firmware code a little. It’s not hard. Run the following commands on your terminal to clone Ben Blazak’s firmware code from github and create a custom layout for…

  • The new light sensor

    In my last post, I spoke about creating a light sensing “widget” that I could attach to my projects. I used a 10k resistor and was reading the light readings off of the analog pin on Arduino. However, I noticed that attaching an LED to the circuit was throwing the readings way off. so, I…