diff options
Diffstat (limited to 'keyboards/zinc/rev1/config.h')
-rw-r--r-- | keyboards/zinc/rev1/config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/zinc/rev1/config.h b/keyboards/zinc/rev1/config.h index c628400f2..370b5c203 100644 --- a/keyboards/zinc/rev1/config.h +++ b/keyboards/zinc/rev1/config.h | |||
@@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
29 | #define PRODUCT zinc rev.1 | 29 | #define PRODUCT zinc rev.1 |
30 | #define DESCRIPTION A split keyboard | 30 | #define DESCRIPTION A split keyboard |
31 | 31 | ||
32 | |||
33 | #define PREVENT_STUCK_MODIFIERS | 32 | #define PREVENT_STUCK_MODIFIERS |
34 | #define TAPPING_FORCE_HOLD | 33 | #define TAPPING_FORCE_HOLD |
35 | #define TAPPING_TERM 100 | 34 | #define TAPPING_TERM 100 |
@@ -44,7 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
44 | //#define MASTER_RIGHT | 43 | //#define MASTER_RIGHT |
45 | //#define EE_HANDS | 44 | //#define EE_HANDS |
46 | 45 | ||
47 | |||
48 | /* key matrix size */ | 46 | /* key matrix size */ |
49 | // Rows are doubled-up | 47 | // Rows are doubled-up |
50 | #define MATRIX_ROWS 8 | 48 | #define MATRIX_ROWS 8 |
@@ -68,11 +66,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
68 | /* Locking resynchronize hack */ | 66 | /* Locking resynchronize hack */ |
69 | //#define LOCKING_RESYNC_ENABLE | 67 | //#define LOCKING_RESYNC_ENABLE |
70 | 68 | ||
71 | /* key combination for command */ | ||
72 | #define IS_COMMAND() ( \ | ||
73 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
74 | ) | ||
75 | |||
76 | /* ws2812 RGB LED */ | 69 | /* ws2812 RGB LED */ |
77 | #define RGB_DI_PIN D3 | 70 | #define RGB_DI_PIN D3 |
78 | #define RGBLIGHT_TIMER | 71 | #define RGBLIGHT_TIMER |
@@ -145,5 +138,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
145 | //#define NO_ACTION_MACRO | 138 | //#define NO_ACTION_MACRO |
146 | //#define NO_ACTION_FUNCTION | 139 | //#define NO_ACTION_FUNCTION |
147 | 140 | ||
148 | |||
149 | //#endif | 141 | //#endif |