diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-11-04 15:53:40 -0800 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-04 15:53:40 -0800 |
| commit | 31fe2e085902b80c0cc89fbce3d592e1db041530 (patch) | |
| tree | 904827e751322ba5e54d83805ea6ace2f0c675da | |
| parent | 29630e6e49487cbf97fa57f47b399d4d5866fe13 (diff) | |
| download | qmk_firmware-31fe2e085902b80c0cc89fbce3d592e1db041530.tar.gz qmk_firmware-31fe2e085902b80c0cc89fbce3d592e1db041530.zip | |
[Keyboard] Reduce compiled size of Panc60 keyboard (#7260)
| -rw-r--r-- | keyboards/panc60/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/panc60/rules.mk b/keyboards/panc60/rules.mk index 6ca8d7b78..cdacb4be7 100644 --- a/keyboards/panc60/rules.mk +++ b/keyboards/panc60/rules.mk | |||
| @@ -31,7 +31,7 @@ BOOTMAGIC_ENABLE = no | |||
| 31 | MOUSEKEY_ENABLE = yes | 31 | MOUSEKEY_ENABLE = yes |
| 32 | EXTRAKEY_ENABLE = yes | 32 | EXTRAKEY_ENABLE = yes |
| 33 | CONSOLE_ENABLE = yes | 33 | CONSOLE_ENABLE = yes |
| 34 | COMMAND_ENABLE = yes | 34 | COMMAND_ENABLE = no |
| 35 | BACKLIGHT_ENABLE = yes | 35 | BACKLIGHT_ENABLE = yes |
| 36 | RGBLIGHT_ENABLE = yes | 36 | RGBLIGHT_ENABLE = yes |
| 37 | RGBLIGHT_CUSTOM_DRIVER = yes | 37 | RGBLIGHT_CUSTOM_DRIVER = yes |
