diff options
author | jack <0x6A73@pm.me> | 2023-04-18 21:44:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 04:44:01 +0100 |
commit | d766e20196e0f91f5f43592e642ff5c76ecb29ba (patch) | |
tree | 6121bd90b44f297e36a0039c1a4988565b3856ed /keyboards/ekow/akira/rules.mk | |
parent | fa10d5fda2844fd3757f552be6002ad8db381c70 (diff) |
Cleanup `ekow/akira` (#20474)
Diffstat (limited to 'keyboards/ekow/akira/rules.mk')
-rw-r--r-- | keyboards/ekow/akira/rules.mk | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/keyboards/ekow/akira/rules.mk b/keyboards/ekow/akira/rules.mk index 5356b24d77..6e7633bfe0 100644 --- a/keyboards/ekow/akira/rules.mk +++ b/keyboards/ekow/akira/rules.mk @@ -1,12 +1 @@ -# Build Options -# change yes to no to disable -# -BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = yes # Console for debug -COMMAND_ENABLE = yes # Commands for debug and configuration -NKRO_ENABLE = yes # Enable N-Key Rollover -BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output +# This file intentionally left blank |