diff options
Diffstat (limited to 'keyboards/axolstudio/yeti')
-rw-r--r-- | keyboards/axolstudio/yeti/hotswap/config.h | 3 | ||||
-rw-r--r-- | keyboards/axolstudio/yeti/soldered/config.h | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/axolstudio/yeti/hotswap/config.h b/keyboards/axolstudio/yeti/hotswap/config.h index 0b5c2c8402..86db816bc7 100644 --- a/keyboards/axolstudio/yeti/hotswap/config.h +++ b/keyboards/axolstudio/yeti/hotswap/config.h @@ -78,6 +78,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. # define DRIVER_COUNT 1 # define RGB_MATRIX_LED_COUNT 64 #endif - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 diff --git a/keyboards/axolstudio/yeti/soldered/config.h b/keyboards/axolstudio/yeti/soldered/config.h index 0861f1c89a..7c29cefdee 100644 --- a/keyboards/axolstudio/yeti/soldered/config.h +++ b/keyboards/axolstudio/yeti/soldered/config.h @@ -29,6 +29,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION ROW2COL - -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 |