diff options
Diffstat (limited to 'keyboards/ares')
-rw-r--r-- | keyboards/ares/config.h | 2 | ||||
-rw-r--r-- | keyboards/ares/info.json | 3 | ||||
-rw-r--r-- | keyboards/ares/rules.mk | 8 |
3 files changed, 3 insertions, 10 deletions
diff --git a/keyboards/ares/config.h b/keyboards/ares/config.h index 6813da5b53..dcf7d9eaa5 100644 --- a/keyboards/ares/config.h +++ b/keyboards/ares/config.h @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#include "config_common.h" #define RGBLED_NUM 16 @@ -28,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 } #define DIODE_DIRECTION COL2ROW -#define DEBOUNCE 5 #define LED_CAPS_LOCK_PIN D1 diff --git a/keyboards/ares/info.json b/keyboards/ares/info.json index 67c6fe3bc7..4be38bd497 100644 --- a/keyboards/ares/info.json +++ b/keyboards/ares/info.json @@ -8,9 +8,12 @@ "pid": "0x422D", "device_version": "2.0.0" }, + "processor": "atmega32a", + "bootloader": "bootloadhid", "layout_aliases": { "LAYOUT": "LAYOUT_all" }, + "community_layouts": ["60_ansi_split_bs_rshift", "60_hhkb"], "layouts": { "LAYOUT_all": { "layout": [ diff --git a/keyboards/ares/rules.mk b/keyboards/ares/rules.mk index 194c38c5ca..2b6885bba1 100644 --- a/keyboards/ares/rules.mk +++ b/keyboards/ares/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32a - -# Bootloader selection -BOOTLOADER = bootloadhid - # Build Options # change yes to no to disable # @@ -15,5 +9,3 @@ COMMAND_ENABLE = yes # Commands for debug and configuration BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow WS2812_DRIVER = i2c - -LAYOUTS = 60_ansi_split_bs_rshift 60_hhkb |