diff options
Diffstat (limited to 'keyboards/kc60')
-rw-r--r-- | keyboards/kc60/info.json | 1 | ||||
-rw-r--r-- | keyboards/kc60/rules.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/kc60/info.json b/keyboards/kc60/info.json index e3c4efa411..4c9882e28d 100644 --- a/keyboards/kc60/info.json +++ b/keyboards/kc60/info.json @@ -8,6 +8,7 @@ "pid": "0x6FFC", "device_version": "0.0.1" }, + "community_layouts": ["60_ansi"], "layouts": { "LAYOUT_all": { "layout": [ diff --git a/keyboards/kc60/rules.mk b/keyboards/kc60/rules.mk index 1899614029..cd916bca42 100644 --- a/keyboards/kc60/rules.mk +++ b/keyboards/kc60/rules.mk @@ -16,5 +16,3 @@ NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output - -LAYOUTS = 60_ansi |