diff options
Diffstat (limited to 'keyboards/blaster75')
-rw-r--r-- | keyboards/blaster75/config.h | 6 | ||||
-rw-r--r-- | keyboards/blaster75/info.json | 2 | ||||
-rw-r--r-- | keyboards/blaster75/rules.mk | 6 |
3 files changed, 2 insertions, 12 deletions
diff --git a/keyboards/blaster75/config.h b/keyboards/blaster75/config.h index 7f17869ce5..006464da90 100644 --- a/keyboards/blaster75/config.h +++ b/keyboards/blaster75/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* Matrix Size */ #define MATRIX_ROWS 6 @@ -30,8 +29,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Diode Direction */ #define DIODE_DIRECTION COL2ROW - -/* Debounce Setting */ -#define DEBOUNCE 5 - - diff --git a/keyboards/blaster75/info.json b/keyboards/blaster75/info.json index 332c5a5f12..47561bc286 100644 --- a/keyboards/blaster75/info.json +++ b/keyboards/blaster75/info.json @@ -8,6 +8,8 @@ "pid": "0xB075", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/blaster75/rules.mk b/keyboards/blaster75/rules.mk index d851baa2c4..997fedb0b1 100644 --- a/keyboards/blaster75/rules.mk +++ b/keyboards/blaster75/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # |