aboutsummaryrefslogtreecommitdiff
path: root/keyboards/sol/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sol/rev1/config.h')
-rw-r--r--keyboards/sol/rev1/config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/sol/rev1/config.h b/keyboards/sol/rev1/config.h
index fc91b8d49..bfdadf9f6 100644
--- a/keyboards/sol/rev1/config.h
+++ b/keyboards/sol/rev1/config.h
@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
19#ifndef REV1_CONFIG_H 19#ifndef REV1_CONFIG_H
20#define REV1_CONFIG_H 20#define REV1_CONFIG_H
21 21
22
23/* USB Device descriptor parameter */ 22/* USB Device descriptor parameter */
24#define VENDOR_ID 0xFEED 23#define VENDOR_ID 0xFEED
25#define PRODUCT_ID 0x3060 24#define PRODUCT_ID 0x3060
@@ -28,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
28#define PRODUCT Sol 27#define PRODUCT Sol
29#define DESCRIPTION "An RGB, split, ortho-esque keyboard" 28#define DESCRIPTION "An RGB, split, ortho-esque keyboard"
30 29
31
32#define PREVENT_STUCK_MODIFIERS 30#define PREVENT_STUCK_MODIFIERS
33#define TAPPING_FORCE_HOLD 31#define TAPPING_FORCE_HOLD
34#define TAPPING_TERM 150 32#define TAPPING_TERM 150
@@ -76,11 +74,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
76/* Locking resynchronize hack */ 74/* Locking resynchronize hack */
77//#define LOCKING_RESYNC_ENABLE 75//#define LOCKING_RESYNC_ENABLE
78 76
79/* key combination for command */
80#define IS_COMMAND() ( \
81 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
82)
83
84/* ws2812 RGB LED */ 77/* ws2812 RGB LED */
85#define RGB_DI_PIN B3 78#define RGB_DI_PIN B3
86#define RGBLIGHT_TIMER 79#define RGBLIGHT_TIMER
@@ -151,5 +144,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
151//#define NO_ACTION_MACRO 144//#define NO_ACTION_MACRO
152//#define NO_ACTION_FUNCTION 145//#define NO_ACTION_FUNCTION
153 146
154
155#endif 147#endif