Skip to content

Instantly share code, notes, and snippets.

@jrolfs
Created March 25, 2018 23:19
Show Gist options
  • Save jrolfs/13b1c808a33b478919d3dd239d5c0804 to your computer and use it in GitHub Desktop.
Save jrolfs/13b1c808a33b478919d3dd239d5c0804 to your computer and use it in GitHub Desktop.
Continuing from a [thread](https://www.reddit.com/r/olkb/comments/85q26f/help_lets_split_mirroring_halves_or_not/dwa2gie/), but I think this might be helpful for other people experiencing similar issues.
Trying to keep things straightforward, here's a checklist for configuration decisions and associated macro definitions (`#define [identifier]`) with yours highlighted
◦ ❲ ✓ ❳ Orientation detection
☐ Cable Left ([MASTER_LEFT](https://github.com/qmk/qmk_firmware/blob/master/keyboards/lets_split/keymaps/default/config.h#L33))
☑ Cable Right ([MASTER_RIGHT](https://github.com/qmk/qmk_firmware/blob/master/keyboards/lets_split/keymaps/default/config.h#L34))
☐ EEPROM Flash ([EE_HANDS](https://github.com/qmk/qmk_firmware/blob/master/keyboards/lets_split/keymaps/default/config.h#L35))
◦ ❲ ✓ ❳ Serial communication
☑ UART ([USE_SERIAL](https://github.com/qmk/qmk_firmware/blob/master/keyboards/lets_split/keymaps/default/config.h#L28))
☐ I2C ([USE_I2C](https://github.com/qmk/qmk_firmware/blob/master/keyboards/lets_split/keymaps/default/config.h#L29))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment