diff options
author | Ryan <fauxpark@gmail.com> | 2021-12-13 13:05:37 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-12 18:05:37 -0800 |
commit | f718a10889e6adf33f3fc2f41b61cad7fe9e0c2e (patch) | |
tree | ddc2d20fd6e386dfc9bb042d3c509d368635b3f0 /keyboards/mechmini | |
parent | ae34dde677297db052316acd5088cf716848421d (diff) |
Fix up build options comments (#15463)
Diffstat (limited to 'keyboards/mechmini')
-rw-r--r-- | keyboards/mechmini/v1/rules.mk | 4 | ||||
-rwxr-xr-x | keyboards/mechmini/v2/rules.mk | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/keyboards/mechmini/v1/rules.mk b/keyboards/mechmini/v1/rules.mk index d77ba03993..6905e73c27 100644 --- a/keyboards/mechmini/v1/rules.mk +++ b/keyboards/mechmini/v1/rules.mk @@ -4,7 +4,9 @@ MCU = atmega32a # Bootloader selection BOOTLOADER = atmel-dfu -# build options +# Build Options +# change yes to no to disable +# BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes EXTRAKEY_ENABLE = yes diff --git a/keyboards/mechmini/v2/rules.mk b/keyboards/mechmini/v2/rules.mk index 93b105dba8..4f6e666b62 100755 --- a/keyboards/mechmini/v2/rules.mk +++ b/keyboards/mechmini/v2/rules.mk @@ -5,7 +5,7 @@ MCU = atmega32u4 BOOTLOADER = atmel-dfu # Build Options -# comment out to disable the options. +# change yes to no to disable # BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = no # Mouse keys |