aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/ergodox_ez.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ergodox_ez/ergodox_ez.h')
-rw-r--r--keyboards/ergodox_ez/ergodox_ez.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/ergodox_ez.h b/keyboards/ergodox_ez/ergodox_ez.h
index 7bb271714..7243a6a18 100644
--- a/keyboards/ergodox_ez/ergodox_ez.h
+++ b/keyboards/ergodox_ez/ergodox_ez.h
@@ -292,3 +292,25 @@ extern keyboard_config_t keyboard_config;
292 { R05, R15, R25, R35, R45, R55 }, \ 292 { R05, R15, R25, R35, R45, R55 }, \
293 { R06, R16, R26, R36, R46, KC_NO } \ 293 { R06, R16, R26, R36, R46, KC_NO } \
294 } 294 }
295
296/* ---- LEFT HAND ---- ---- RIGHT HAND ---- */
297#define LED_LAYOUT_ergodox_pretty( \
298 L01,L02,L03,L04,L05, R01,R02,R03,R04,R05, \
299 L11,L12,L13,L14,L15, R11,R12,R13,R14,R15, \
300 L21,L22,L23,L24,L25, R21,R22,R23,R24,R25, \
301 L31,L32,L33,L34,L35, R31,R32,R33,R34,R35, \
302 L41,L42,L43,L44, R42,R43,R44,R45 ) \
303 \
304 /* matrix positions */ \
305 { R01, R02, R03, R04, R05, \
306 R11, R12, R13, R14, R15, \
307 R21, R22, R23, R24, R25, \
308 R31, R32, R33, R34, R35, \
309 R42, R43, R44, R45, \
310 \
311 L05, L04, L03, L02, L01, \
312 L15, L14, L13, L12, L11, \
313 L25, L24, L23, L22, L21, \
314 L35, L34, L33, L32, L31, \
315 L44, L43, L42, L41 \
316 }