diff options
Diffstat (limited to 'keyboards/gowla')
-rw-r--r-- | keyboards/gowla/config.h | 5 | ||||
-rw-r--r-- | keyboards/gowla/info.json | 2 | ||||
-rw-r--r-- | keyboards/gowla/rules.mk | 6 |
3 files changed, 2 insertions, 11 deletions
diff --git a/keyboards/gowla/config.h b/keyboards/gowla/config.h index c0eef6ba5b..843389ea2e 100644 --- a/keyboards/gowla/config.h +++ b/keyboards/gowla/config.h @@ -15,11 +15,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" - -/* Matrix size */ -#define MATRIX_ROWS 3 -#define MATRIX_COLS 3 /* Pin-out */ #define MATRIX_ROW_PINS { D1, D0, D4 } diff --git a/keyboards/gowla/info.json b/keyboards/gowla/info.json index bf9f17e4ad..8393d1c82d 100644 --- a/keyboards/gowla/info.json +++ b/keyboards/gowla/info.json @@ -8,6 +8,8 @@ "pid": "0xE9B6", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "caterina", "layouts": { "LAYOUT_ortho_3x3": { "layout": [ diff --git a/keyboards/gowla/rules.mk b/keyboards/gowla/rules.mk index a89938be01..84ab7f32b2 100644 --- a/keyboards/gowla/rules.mk +++ b/keyboards/gowla/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - # Build Options # change yes to no to disable # |