diff options
Diffstat (limited to 'keyboards/jnao')
-rw-r--r-- | keyboards/jnao/rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/jnao/rules.mk b/keyboards/jnao/rules.mk index ac8bb366e..6e620b56a 100644 --- a/keyboards/jnao/rules.mk +++ b/keyboards/jnao/rules.mk | |||
@@ -33,3 +33,7 @@ FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | |||
33 | 33 | ||
34 | LAYOUTS = ortho_5x12 ortho_4x12 | 34 | LAYOUTS = ortho_5x12 ortho_4x12 |
35 | LAYOUTS_HAS_RGB = no | 35 | LAYOUTS_HAS_RGB = no |
36 | |||
37 | # Disable unsupported hardware | ||
38 | RGBLIGHT_SUPPORTED = no | ||
39 | AUDIO_SUPPORTED = no | ||