diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-07-02 10:50:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-02 18:50:54 +0100 |
commit | 18a1cbce7570bdec715e5aa3556fe1602d2d0d09 (patch) | |
tree | cb3052d55a78bdde4a633c7aa0518cafa9d55dc8 /keyboards/mikeneko65/rules.mk | |
parent | 9b8ae057961b5221291f6c51b79574cdd61613b8 (diff) |
Mikeneko 65 QMK Configurator touch-up and Community Layout Support (#17542)
* info.json: apply friendly formatting
* info.json: remove dead space from Configurator rendering
* rename LAYOUT_all to LAYOUT_65_ansi_blocker
* rules.mk: enable Community Layout support
Diffstat (limited to 'keyboards/mikeneko65/rules.mk')
-rw-r--r-- | keyboards/mikeneko65/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/mikeneko65/rules.mk b/keyboards/mikeneko65/rules.mk index 1275531ef6..59fa2e87f8 100644 --- a/keyboards/mikeneko65/rules.mk +++ b/keyboards/mikeneko65/rules.mk @@ -16,3 +16,5 @@ NKRO_ENABLE = no # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output + +LAYOUTS = 65_ansi_blocker |