aboutsummaryrefslogtreecommitdiff
path: root/keyboards/hadron
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-06-06 20:01:22 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2019-06-06 20:03:33 -0700
commit44f4338688930d341281152bd7c5c88d1830d2af (patch)
treecbaedcc8775af6233a814e083d5fb908595c6de8 /keyboards/hadron
parent983613c88d69501b184c52b08ea6a3a7d3f149f8 (diff)
downloadqmk_firmware-44f4338688930d341281152bd7c5c88d1830d2af.tar.gz
qmk_firmware-44f4338688930d341281152bd7c5c88d1830d2af.zip
Fix debounce conflicts in a few boards
Diffstat (limited to 'keyboards/hadron')
-rw-r--r--keyboards/hadron/ver3/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/hadron/ver3/config.h b/keyboards/hadron/ver3/config.h
index 82081ba43..5e44b27ae 100644
--- a/keyboards/hadron/ver3/config.h
+++ b/keyboards/hadron/ver3/config.h
@@ -48,7 +48,7 @@
48#define ENCODERS_PAD_A { B13 } 48#define ENCODERS_PAD_A { B13 }
49#define ENCODERS_PAD_B { B14 } 49#define ENCODERS_PAD_B { B14 }
50 50
51 51
52//Audio 52//Audio
53#undef AUDIO_VOICES 53#undef AUDIO_VOICES
54#undef C6_AUDIO 54#undef C6_AUDIO
@@ -79,7 +79,7 @@
79#endif 79#endif
80 80
81/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 81/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
82#define DEBOUNCE 6 82// #define DEBOUNCE 6
83 83
84/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ 84/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
85//#define LOCKING_SUPPORT_ENABLE 85//#define LOCKING_SUPPORT_ENABLE
@@ -155,7 +155,7 @@
155#define FB_LOOPGAIN 1 /* For Low:0, Medium:1, High:2, Very High:3 */ 155#define FB_LOOPGAIN 1 /* For Low:0, Medium:1, High:2, Very High:3 */
156 156
157/* default 3V ERM vibration motor voltage and library*/ 157/* default 3V ERM vibration motor voltage and library*/
158#if FB_ERM_LRA == 0 158#if FB_ERM_LRA == 0
159#define RATED_VOLTAGE 3 159#define RATED_VOLTAGE 3
160#define V_RMS 2.3 160#define V_RMS 2.3
161#define V_PEAK 3.30 161#define V_PEAK 3.30