summaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox_ez/ergodox_ez.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-04-21 23:00:43 +0200
committerJack Humbert <jack.humb@gmail.com>2018-04-21 23:00:43 +0200
commit7cb3c0e4668c7bb8858fab08f3b7df93baf5bd95 (patch)
tree5449e5ac125b590938264b48cf596962c1038845 /keyboards/ergodox_ez/ergodox_ez.h
parent3c224bffc87b90b4c676a229c8beb902c7107ea8 (diff)
downloadqmk_firmware-7cb3c0e4668c7bb8858fab08f3b7df93baf5bd95.tar.gz
qmk_firmware-7cb3c0e4668c7bb8858fab08f3b7df93baf5bd95.tar.xz
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
Diffstat (limited to 'keyboards/ergodox_ez/ergodox_ez.h')
-rw-r--r--keyboards/ergodox_ez/ergodox_ez.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/ergodox_ez.h b/keyboards/ergodox_ez/ergodox_ez.h
index d6fa30bb2..eda6d767c 100644
--- a/keyboards/ergodox_ez/ergodox_ez.h
+++ b/keyboards/ergodox_ez/ergodox_ez.h
@@ -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