summaryrefslogtreecommitdiff
path: root/keyboards/cosmo65
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cosmo65')
-rw-r--r--keyboards/cosmo65/config.h1
-rw-r--r--keyboards/cosmo65/info.json2
-rw-r--r--keyboards/cosmo65/rules.mk6
3 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/cosmo65/config.h b/keyboards/cosmo65/config.h
index 810b278c74..94b60a4931 100644
--- a/keyboards/cosmo65/config.h
+++ b/keyboards/cosmo65/config.h
@@ -14,7 +14,6 @@ along with this program. If not, see http://www.gnu.org/licenses/.
#pragma once
-#include "config_common.h"
/* RGB Lighting */
#define RGB_DI_PIN F7
diff --git a/keyboards/cosmo65/info.json b/keyboards/cosmo65/info.json
index da4317de80..a0bd7ed6e4 100644
--- a/keyboards/cosmo65/info.json
+++ b/keyboards/cosmo65/info.json
@@ -8,6 +8,8 @@
"pid": "0x6331",
"device_version": "0.0.1"
},
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
"layouts": {
"LAYOUT": {
"layout": [
diff --git a/keyboards/cosmo65/rules.mk b/keyboards/cosmo65/rules.mk
index 909885ec6f..940a788add 100644
--- a/keyboards/cosmo65/rules.mk
+++ b/keyboards/cosmo65/rules.mk
@@ -1,9 +1,3 @@
-# MCU Name
-MCU = atmega32u4
-
-# Bootloader
-BOOTLOADER = atmel-dfu
-
# Build Options
# change yes to no to disable
#