From adae37f19f0d16b703e1ebce0449822492098444 Mon Sep 17 00:00:00 2001 From: mechmerlin Date: Fri, 30 Mar 2018 07:38:49 -0700 Subject: 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. --- keyboards/xd60/xd60.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/xd60/xd60.h') 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, \ -- cgit v1.2.3-70-g09d2