diff options
Diffstat (limited to 'keyboards/zinc/reva/config.h')
-rw-r--r-- | keyboards/zinc/reva/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/zinc/reva/config.h b/keyboards/zinc/reva/config.h index 158051890..f4277f713 100644 --- a/keyboards/zinc/reva/config.h +++ b/keyboards/zinc/reva/config.h | |||
@@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
26 | #define PRODUCT zinc rev.A | 26 | #define PRODUCT zinc rev.A |
27 | #define DESCRIPTION A split keyboard | 27 | #define DESCRIPTION A split keyboard |
28 | 28 | ||
29 | |||
30 | #define PREVENT_STUCK_MODIFIERS | 29 | #define PREVENT_STUCK_MODIFIERS |
31 | #define TAPPING_FORCE_HOLD | 30 | #define TAPPING_FORCE_HOLD |
32 | #define TAPPING_TERM 100 | 31 | #define TAPPING_TERM 100 |
@@ -41,7 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
41 | //#define MASTER_RIGHT | 40 | //#define MASTER_RIGHT |
42 | //#define EE_HANDS | 41 | //#define EE_HANDS |
43 | 42 | ||
44 | |||
45 | /* key matrix size */ | 43 | /* key matrix size */ |
46 | // Rows are doubled-up | 44 | // Rows are doubled-up |
47 | #define MATRIX_ROWS 8 | 45 | #define MATRIX_ROWS 8 |
@@ -65,11 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
65 | /* Locking resynchronize hack */ | 63 | /* Locking resynchronize hack */ |
66 | //#define LOCKING_RESYNC_ENABLE | 64 | //#define LOCKING_RESYNC_ENABLE |
67 | 65 | ||
68 | /* key combination for command */ | ||
69 | #define IS_COMMAND() ( \ | ||
70 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
71 | ) | ||
72 | |||
73 | /* ws2812 RGB LED */ | 66 | /* ws2812 RGB LED */ |
74 | #define RGB_DI_PIN D3 | 67 | #define RGB_DI_PIN D3 |
75 | #define RGBLIGHT_TIMER | 68 | #define RGBLIGHT_TIMER |