aboutsummaryrefslogtreecommitdiff
path: root/keyboards/duck/lightsaver/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/duck/lightsaver/config.h')
-rw-r--r--keyboards/duck/lightsaver/config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/duck/lightsaver/config.h b/keyboards/duck/lightsaver/config.h
index d302fb395..5bb4e6faf 100644
--- a/keyboards/duck/lightsaver/config.h
+++ b/keyboards/duck/lightsaver/config.h
@@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34#define DIODE_DIRECTION COL2ROW 34#define DIODE_DIRECTION COL2ROW
35 35
36/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 36/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
37#define DEBOUNCING_DELAY 5 37#define DEBOUNCE 5
38 38
39/* number of backlight levels */ 39/* number of backlight levels */
40#define BACKLIGHT_LEVELS 1 40#define BACKLIGHT_LEVELS 1
@@ -48,4 +48,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
48#define BOOTMAGIC_LITE_COLUMN 10 48#define BOOTMAGIC_LITE_COLUMN 10
49 49
50#define TAPPING_TERM 200 50#define TAPPING_TERM 200
51