summaryrefslogtreecommitdiff
path: root/keyboards/handwired/colorlice/colorlice.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2020-12-04 02:09:45 +0000
committerQMK Bot <hello@qmk.fm>2020-12-04 02:09:45 +0000
commit7a6e7d87cc8f720cc5c2d898bd36ddb45dc01a98 (patch)
treec92c0e8ac8928e00d48b570c626f37e76757ca8c /keyboards/handwired/colorlice/colorlice.h
parent4444f3cc55f246e484c6893f88d891c4c00c2166 (diff)
parentc1dc676d2819784f0e35bc2533f682ba564aeb37 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/colorlice/colorlice.h')
-rw-r--r--keyboards/handwired/colorlice/colorlice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/handwired/colorlice/colorlice.h b/keyboards/handwired/colorlice/colorlice.h
index c1e88abe83..dbf31f5680 100644
--- a/keyboards/handwired/colorlice/colorlice.h
+++ b/keyboards/handwired/colorlice/colorlice.h
@@ -26,7 +26,7 @@
* The second converts the arguments into a two-dimensional array which
* represents the switch matrix.
*/
-#define LAYOUT( \
+#define LAYOUT_alice_split_bs( \
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, k0e, k0f, \
k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b, k1c, k1d, k1e, \
k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b, k2c, K2e, \
@@ -40,3 +40,4 @@
{ k40, KC_NO, k42, k43, k44, KC_NO, KC_NO, k47, KC_NO, KC_NO, k4a, KC_NO,KC_NO, KC_NO, k4e, KC_NO }, \
}
+#define LAYOUT LAYOUT_alice_split_bs