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