diff options
Diffstat (limited to 'keyboards/linworks')
-rw-r--r-- | keyboards/linworks/dolice/config.h | 3 | ||||
-rw-r--r-- | keyboards/linworks/fave104/config.h | 1 | ||||
-rw-r--r-- | keyboards/linworks/fave65h/config.h | 3 | ||||
-rw-r--r-- | keyboards/linworks/fave84h/config.h | 3 | ||||
-rw-r--r-- | keyboards/linworks/fave87/config.h | 3 | ||||
-rw-r--r-- | keyboards/linworks/fave87h/config.h | 3 | ||||
-rw-r--r-- | keyboards/linworks/whale75/config.h | 1 |
7 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/linworks/dolice/config.h b/keyboards/linworks/dolice/config.h index 0b79e6aa19..495b6d72aa 100644 --- a/keyboards/linworks/dolice/config.h +++ b/keyboards/linworks/dolice/config.h @@ -28,9 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Backlight */ #define BACKLIGHT_PIN B5 // Timer 1 on mega32u4 #define BACKLIGHT_BREATHING diff --git a/keyboards/linworks/fave104/config.h b/keyboards/linworks/fave104/config.h index 12f29afacc..80d6f7ade6 100644 --- a/keyboards/linworks/fave104/config.h +++ b/keyboards/linworks/fave104/config.h @@ -32,7 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -#define DEBOUNCE 5 /* Backlight */ #define BACKLIGHT_PIN A1 diff --git a/keyboards/linworks/fave65h/config.h b/keyboards/linworks/fave65h/config.h index d2d71ce396..5ff1436b7f 100644 --- a/keyboards/linworks/fave65h/config.h +++ b/keyboards/linworks/fave65h/config.h @@ -29,9 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Define RGB */ #define RGBLED_NUM 67 #define RGB_MATRIX_LED_COUNT 67 diff --git a/keyboards/linworks/fave84h/config.h b/keyboards/linworks/fave84h/config.h index f8c0ec40d5..f540eeed1e 100644 --- a/keyboards/linworks/fave84h/config.h +++ b/keyboards/linworks/fave84h/config.h @@ -40,9 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Define RGB */ #define RGBLED_NUM 86 #define RGB_MATRIX_LED_COUNT 86 diff --git a/keyboards/linworks/fave87/config.h b/keyboards/linworks/fave87/config.h index 487a8ec5dc..4576a4ba73 100644 --- a/keyboards/linworks/fave87/config.h +++ b/keyboards/linworks/fave87/config.h @@ -28,9 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION ROW2COL -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Backlight */ #define BACKLIGHT_PIN B7 // Timer 1 on mega32u4 #define BACKLIGHT_BREATHING diff --git a/keyboards/linworks/fave87h/config.h b/keyboards/linworks/fave87h/config.h index 58c66e8e39..63c1dfd8dc 100644 --- a/keyboards/linworks/fave87h/config.h +++ b/keyboards/linworks/fave87h/config.h @@ -29,9 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - /* Define RGB */ #define RGBLED_NUM 87 #define RGB_MATRIX_LED_COUNT 87 diff --git a/keyboards/linworks/whale75/config.h b/keyboards/linworks/whale75/config.h index 2b2d73a220..7243a2a280 100644 --- a/keyboards/linworks/whale75/config.h +++ b/keyboards/linworks/whale75/config.h @@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW, ROW2COL */ #define DIODE_DIRECTION COL2ROW -#define DEBOUNCE 5 #define LED_NUM_LOCK_PIN A8 #define LED_CAPS_LOCK_PIN A9 |