diff options
Diffstat (limited to 'keyboards/ares')
-rw-r--r-- | keyboards/ares/info.json | 1 | ||||
-rw-r--r-- | keyboards/ares/rules.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/ares/info.json b/keyboards/ares/info.json index 67c6fe3bc7..57a3852a78 100644 --- a/keyboards/ares/info.json +++ b/keyboards/ares/info.json @@ -11,6 +11,7 @@ "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..c5f136bd15 100644 --- a/keyboards/ares/rules.mk +++ b/keyboards/ares/rules.mk @@ -15,5 +15,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 |