summaryrefslogtreecommitdiffstats
path: root/keyboards/daisy/daisy.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-06-04 23:50:30 +0200
committerDrashna Jaelre <drashna@live.com>2018-06-04 23:50:30 +0200
commit6b1350d764a0caf16bcf9c175a5c7867d8cd4fcb (patch)
tree731063ca1d485c181f2c10e33f9b640d4f17342b /keyboards/daisy/daisy.h
parent68d5e364fc6d3ffed6901d0354ac01482cecd63a (diff)
downloadqmk_firmware-6b1350d764a0caf16bcf9c175a5c7867d8cd4fcb.tar.gz
qmk_firmware-6b1350d764a0caf16bcf9c175a5c7867d8cd4fcb.tar.xz
[WIP] [Help Needed] Daisy 40%: Refactor and Configurator update (#3124)
* Refactor KEYMAP to LAYOUT * Configurator update * info.json update * Refactor daisy.h: White space update
Diffstat (limited to 'keyboards/daisy/daisy.h')
-rw-r--r--keyboards/daisy/daisy.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/keyboards/daisy/daisy.h b/keyboards/daisy/daisy.h
index 7e45bee2b..15483e3a3 100644
--- a/keyboards/daisy/daisy.h
+++ b/keyboards/daisy/daisy.h
@@ -3,17 +3,17 @@
#include "quantum.h"
-#define KEYMAP( \
- K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K3A, \
- K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, \
- K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, \
- K30, K31, K32, K34, K35, K37, K38, K39 \
+#define LAYOUT( \
+ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K3A, \
+ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, \
+ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, \
+ K30, K31, K32, K34, K35, K37, K38, K39 \
) \
{ \
- { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A }, \
- { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A }, \
- { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A }, \
- { K30, K31, K32, KC_NO, K34, K35, KC_NO, K37, K38, K39, K3A } \
+ { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A }, \
+ { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A }, \
+ { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A }, \
+ { K30, K31, K32, KC_NO, K34, K35, KC_NO, K37, K38, K39, K3A } \
}
-#endif \ No newline at end of file
+#endif