aboutsummaryrefslogtreecommitdiff
path: root/keyboards/proton_c/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/proton_c/config.h')
-rw-r--r--keyboards/proton_c/config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/proton_c/config.h b/keyboards/proton_c/config.h
index 13a608f9b..5ebd17f99 100644
--- a/keyboards/proton_c/config.h
+++ b/keyboards/proton_c/config.h
@@ -62,11 +62,6 @@
62 */ 62 */
63//#define FORCE_NKRO 63//#define FORCE_NKRO
64 64
65/* key combination for magic key command */
66#define IS_COMMAND() ( \
67 keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
68)
69
70/* 65/*
71 * Feature disable options 66 * Feature disable options
72 * These options are also useful to firmware size reduction. 67 * These options are also useful to firmware size reduction.
@@ -117,4 +112,3 @@
117// #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 // DMA stream for TIMx_UP (look up in reference manual under DMA Channel selection) 112// #define WS2812_DMA_STREAM STM32_DMA1_STREAM2 // DMA stream for TIMx_UP (look up in reference manual under DMA Channel selection)
118//#define WS2812_DMA_CHANNEL 7 // DMA channel for TIMx_UP 113//#define WS2812_DMA_CHANNEL 7 // DMA channel for TIMx_UP
119//#define WS2812_EXTERNAL_PULLUP 114//#define WS2812_EXTERNAL_PULLUP
120