diff options
Diffstat (limited to 'keyboards/helix/pico/keymaps/default/rules.mk')
-rw-r--r-- | keyboards/helix/pico/keymaps/default/rules.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/helix/pico/keymaps/default/rules.mk b/keyboards/helix/pico/keymaps/default/rules.mk index 8f198e380..8977897f9 100644 --- a/keyboards/helix/pico/keymaps/default/rules.mk +++ b/keyboards/helix/pico/keymaps/default/rules.mk | |||
@@ -18,7 +18,3 @@ LTO_ENABLE = no # if firmware size over limit, try this option | |||
18 | # LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.) | 18 | # LED_UNDERGLOW_ENABLE = no # LED underglow (Enable WS2812 RGB underlight.) |
19 | # LED_ANIMATIONS = yes # LED animations | 19 | # LED_ANIMATIONS = yes # LED animations |
20 | # IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone) | 20 | # IOS_DEVICE_ENABLE = no # connect to IOS device (iPad,iPhone) |
21 | |||
22 | # convert Helix-specific options (that represent combinations of standard options) | ||
23 | # into QMK standard options. | ||
24 | include $(strip $(KEYBOARD_LOCAL_FEATURES_MK)) | ||