qmk-dactyl-manuform-a/keyboards/lets_split_eh
Drashna Jaelre f0b30e0027
Make Swap Hands use PROGMEM (#12284)
This converts the array that the Swap Hands feature uses to use PROGMEM,
and to read from that array, as such. Since this array never changes at
runtime, there is no reason to keep it in memory. Especially for AVR
boards, as memory is a precious resource.
2021-05-09 23:21:09 -07:00
..
eh Add missing info.json files for keyboards (#12239) 2021-03-15 01:06:55 -07:00
keymaps Updating comment diagram to match code in lets_split_eh/doxish_dvorak (#9785) 2020-07-23 14:18:21 +10:00
.noci Initial list of keyboards to exclude from CI (#11213) 2020-12-21 15:38:39 +01:00
config.h Remove `DESCRIPTION`, K-M (#11619) 2021-01-20 09:56:41 +11:00
lets_split_eh.c Make Swap Hands use PROGMEM (#12284) 2021-05-09 23:21:09 -07:00
lets_split_eh.h Refactor of lets_split_eh to enable RGB split animations (#6411) 2019-08-15 22:01:34 +01:00
readme.md Rename keyboard-level readmes to lower-case (#10759) 2020-10-25 15:23:42 +00:00
rules.mk Remove filesize changes from default-ish rules.mk files, sans handwired (#8040) 2020-01-30 13:47:48 -05:00

readme.md

Let's Split Eh?

Let's Split Eh?

This is a split 40% ortho board. It is the exact same footprint and the Let's Split keyboard by wootpatoot. This board has USB-C / RGB Underglow / and is all on-board. Meant as a drop-in replacement for the V2 Let's Split.

Keyboard Maintainer: Christopher Poole (That-Canadian)

Make example for this keyboard (after setting up your build environment):

make lets_split_eh/eh:default

See build environment setup then the make instructions for more information.