aboutsummaryrefslogtreecommitdiff
path: root/keyboards/rama/m60_a/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rama/m60_a/config.h')
-rw-r--r--keyboards/rama/m60_a/config.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/rama/m60_a/config.h b/keyboards/rama/m60_a/config.h
index 01cfe05a5..2b54cda79 100644
--- a/keyboards/rama/m60_a/config.h
+++ b/keyboards/rama/m60_a/config.h
@@ -25,8 +25,6 @@
25#define PRODUCT RAMA M60-A 25#define PRODUCT RAMA M60-A
26#define DESCRIPTION RAMA M60-A Keyboard 26#define DESCRIPTION RAMA M60-A Keyboard
27 27
28
29
30// key matrix size 28// key matrix size
31#define MATRIX_ROWS 5 29#define MATRIX_ROWS 5
32#define MATRIX_COLS 14 30#define MATRIX_COLS 14
@@ -51,11 +49,6 @@
51// Locking resynchronize hack 49// Locking resynchronize hack
52#define LOCKING_RESYNC_ENABLE 50#define LOCKING_RESYNC_ENABLE
53 51
54// key combination for command
55#define IS_COMMAND() ( \
56 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
57)
58
59/* 52/*
60 * Feature disable options 53 * Feature disable options
61 * These options are also useful to firmware size reduction. 54 * These options are also useful to firmware size reduction.