1
0
Fork 0

Add pretty layout to all ergodox clones (#2686)

* Add pretty layout to all ergodox clones

* Info.json cleanup for EZ

* Add info.json for ergodone

* info.json cleanup
This commit is contained in:
Drashna Jael're 2018-04-21 14:00:43 -07:00 committed by Jack Humbert
parent 3c224bffc8
commit 7cb3c0e466
6 changed files with 86 additions and 9 deletions

View file

@ -250,5 +250,7 @@ inline void ergodox_led_all_set(uint8_t n)
#define LAYOUT_ergodox KEYMAP
#define LAYOUT_ergodox_pretty KEYMAP_PRETTY
#define LAYOUT_ergodox_80 KEYMAP_80
#define LAYOUT_ergodox_pretty_80 KEYMAP_PRETTY_80
#endif