summaryrefslogtreecommitdiffstats
path: root/keyboards/v60_type_r/v60_type_r.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/v60_type_r/v60_type_r.h')
-rw-r--r--keyboards/v60_type_r/v60_type_r.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/v60_type_r/v60_type_r.h b/keyboards/v60_type_r/v60_type_r.h
index 37d0a573e..d65df2b3f 100644
--- a/keyboards/v60_type_r/v60_type_r.h
+++ b/keyboards/v60_type_r/v60_type_r.h
@@ -55,7 +55,7 @@ enum my_keycodes {
// KBP V60 Type R with ALL possible layouts
-#define KEYMAP_ALL( \
+#define LAYOUT_all( \
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0d, k0e, \
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, \
@@ -89,7 +89,7 @@ enum my_keycodes {
// KBP V60 Type R with ANSI layout
- #define KEYMAP_ANSI( \
+ #define LAYOUT_60_ansi( \
k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, k0c, k0e, \
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, \
@@ -106,7 +106,4 @@ enum my_keycodes {
{ k40, k41, k42, k43, k44, k45, k46, k47 } \
}
-#define LAYOUT_all KEYMAP_ALL
-#define LAYOUT_ansi KEYMAP_ANSI
-
#endif