diff options
Diffstat (limited to 'keyboards/satt/comet46')
-rw-r--r-- | keyboards/satt/comet46/config.h | 7 | ||||
-rw-r--r-- | keyboards/satt/comet46/info.json | 2 | ||||
-rw-r--r-- | keyboards/satt/comet46/rules.mk | 6 |
3 files changed, 2 insertions, 13 deletions
diff --git a/keyboards/satt/comet46/config.h b/keyboards/satt/comet46/config.h index f67dcc1761..0d4079fa64 100644 --- a/keyboards/satt/comet46/config.h +++ b/keyboards/satt/comet46/config.h @@ -17,18 +17,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 10 -/* define if matrix has ghost */ -//#define MATRIX_HAS_GHOST - -/* number of backlight levels */ -//#define BACKLIGHT_LEVELS 3 - #define ONESHOT_TIMEOUT 500 /* diff --git a/keyboards/satt/comet46/info.json b/keyboards/satt/comet46/info.json index be71dedb39..fd47ad9924 100644 --- a/keyboards/satt/comet46/info.json +++ b/keyboards/satt/comet46/info.json @@ -8,6 +8,8 @@ "pid": "0x6060", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "caterina", "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/satt/comet46/rules.mk b/keyboards/satt/comet46/rules.mk index 83f7d905e9..687d594ecb 100644 --- a/keyboards/satt/comet46/rules.mk +++ b/keyboards/satt/comet46/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = caterina - # Build Options # change yes to no to disable # |