Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Last active January 28, 2023 04:10
Show Gist options
  • Star 68 You must be signed in to star a gist
  • Fork 9 You must be signed in to fork a gist
  • Save nicinabox/3582fc89470a3f4efc9ed194f12fabfb to your computer and use it in GitHub Desktop.
Save nicinabox/3582fc89470a3f4efc9ed194f12fabfb to your computer and use it in GitHub Desktop.
This guide covers building a Let's Split v2.

This guide has moved

To improve collaboration this guide is now available on GitHub.

Continue reading

@keredomo
Copy link

This is a heads-up to any future readers

While this guide does work to explain the build process for the Let's Split keyboard, I recommend viewing the updated guide linked at the top of the page. The difference that made me notice that this guide is out-of-date is the wiring for the RGB underglow. In this section, there is no reason to wire both sides of the LED strip to the VCC and GND-- using either the unused jumper pads (or the jumpers themselves) will work. Additionally, though there may be a reason behind this, the guide here defines the number of LEDs as "10" but only shows 8 being wired. There may be other differences but those two stood out.

@tybenz - I had a similar issue on Linux so this may not work for you, but my solution was to run the avrdude command separately with sudo. I think the issue is that the make command wasn't capitalizing the portion after /dev/tty (in my case, "ACM1"). I copied the .hex file to my keymap folder, reset my pro-micro manually, then quickly ran the "extended" avrdude command: sudo avrdude -p atmega32u4 -P /dev/ttyACM1 -c avr109 -U flash:w:lets_split_rev2_custom.hex

@nicinabox
Copy link
Author

Sorry everyone! I didn't realize people were still coming here after the new guide was setup. Here's the updated guide!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment