diff options
Diffstat (limited to 'keyboards/aurora65')
-rw-r--r-- | keyboards/aurora65/info.json | 1 | ||||
-rw-r--r-- | keyboards/aurora65/rules.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/aurora65/info.json b/keyboards/aurora65/info.json index 1f7207787a..4c8e540720 100644 --- a/keyboards/aurora65/info.json +++ b/keyboards/aurora65/info.json @@ -8,6 +8,7 @@ "pid": "0x4136", "device_version": "0.0.1" }, + "community_layouts": ["65_ansi_blocker"], "layouts": { "LAYOUT_65_ansi_blocker": { "layout": [ diff --git a/keyboards/aurora65/rules.mk b/keyboards/aurora65/rules.mk index fc545388a3..a53d7daeb0 100644 --- a/keyboards/aurora65/rules.mk +++ b/keyboards/aurora65/rules.mk @@ -25,5 +25,3 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow WS2812_DRIVER = pwm # Driver for RGB uderglow AUDIO_ENABLE = no # Audio output - -LAYOUTS = 65_ansi_blocker |