diff options
Diffstat (limited to 'keyboards/puck')
-rw-r--r-- | keyboards/puck/config.h | 5 | ||||
-rw-r--r-- | keyboards/puck/info.json | 2 | ||||
-rw-r--r-- | keyboards/puck/rules.mk | 6 |
3 files changed, 2 insertions, 11 deletions
diff --git a/keyboards/puck/config.h b/keyboards/puck/config.h index 71cea5ac64..6cceca22be 100644 --- a/keyboards/puck/config.h +++ b/keyboards/puck/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 4 @@ -12,10 +11,6 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION ROW2COL -/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -#define DEBOUNCE 5 - -/* number of backlight levels */ #define BACKLIGHT_LEVELS 3 /* Locking resynchronize hack */ diff --git a/keyboards/puck/info.json b/keyboards/puck/info.json index 0d9c5ffa04..f56b1ceef8 100644 --- a/keyboards/puck/info.json +++ b/keyboards/puck/info.json @@ -8,6 +8,8 @@ "pid": "0x6060", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "halfkay", "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/puck/rules.mk b/keyboards/puck/rules.mk index 89e2608f2d..c271aa0f06 100644 --- a/keyboards/puck/rules.mk +++ b/keyboards/puck/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = halfkay - # Build Options # change yes to no to disable # |