summaryrefslogtreecommitdiff
path: root/keyboards/xd60/xd60.h
diff options
context:
space:
mode:
authormechmerlin2018-03-30 07:38:49 -0700
committerJack Humbert2018-03-31 22:37:45 -0400
commitadae37f19f0d16b703e1ebce0449822492098444 (patch)
treeefc966940ddbb2b3e98e2eb6a7c461ddc22d4f79 /keyboards/xd60/xd60.h
parent015aed50a36ba9582fb24023f2ecc4f14b16dcfd (diff)
Add XD60 support to QMK Configurator
Add info.json Change KEYMAP to LAYOUT_ALL to better reflect that this is a LAYOUT that fits ALL the possible positions for switches. We will need to make better LAYOUTS for the future.
Diffstat (limited to 'keyboards/xd60/xd60.h')
-rw-r--r--keyboards/xd60/xd60.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xd60/xd60.h b/keyboards/xd60/xd60.h
index dd5f63c0c..8dc0d7ee3 100644
--- a/keyboards/xd60/xd60.h
+++ b/keyboards/xd60/xd60.h
@@ -20,7 +20,7 @@ inline void xd60_caps_led_off(void) { DDRB &= ~(1<<2); PORTB &= ~(1<<2); }
inline void xd60_bl_led_off(void) { DDRF &= ~(1<<5); PORTF &= ~(1<<5); }
/* XD60 Keymap Definition Macro */
-#define KEYMAP( \
+#define LAYOUT_ALL( \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K49, \
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \
K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, \