diff options
author | Ryan <fauxpark@gmail.com> | 2021-05-10 02:53:21 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 02:53:21 +1000 |
commit | 62c3e3d11f6956b34966a320cb6897195a2428be (patch) | |
tree | ee1ea47162c6e89476cdd154cb41e6fc2f64609c /keyboards/planck | |
parent | 12292ba2642038b38ffef12b5e702c4403808c83 (diff) |
Remove pointless SERIAL_LINK_ENABLE rules (#12846)
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/ez/rules.mk | 1 | ||||
-rwxr-xr-x | keyboards/planck/keymaps/ishtob/rule.mk | 1 | ||||
-rw-r--r-- | keyboards/planck/rev6/rules.mk | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/planck/ez/rules.mk b/keyboards/planck/ez/rules.mk index acf3455c94..85d474c5e7 100644 --- a/keyboards/planck/ez/rules.mk +++ b/keyboards/planck/ez/rules.mk @@ -24,7 +24,6 @@ API_SYSEX_ENABLE = no SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend -# SERIAL_LINK_ENABLE = yes ENCODER_ENABLE = yes RGB_MATRIX_DRIVER = IS31FL3737 diff --git a/keyboards/planck/keymaps/ishtob/rule.mk b/keyboards/planck/keymaps/ishtob/rule.mk index a6ffdf639c..c8ba0c919e 100755 --- a/keyboards/planck/keymaps/ishtob/rule.mk +++ b/keyboards/planck/keymaps/ishtob/rule.mk @@ -12,7 +12,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover CUSTOM_MATRIX = yes # Custom matrix file AUDIO_ENABLE = yes ENCODER_ENABLE = yes -# SERIAL_LINK_ENABLE = yes # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend diff --git a/keyboards/planck/rev6/rules.mk b/keyboards/planck/rev6/rules.mk index e0f9ff0d0e..87da1696a0 100644 --- a/keyboards/planck/rev6/rules.mk +++ b/keyboards/planck/rev6/rules.mk @@ -26,7 +26,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend RGB_MATRIX_ENABLE = no RGB_MATRIX_DRIVER = WS2812 -# SERIAL_LINK_ENABLE = yes ENCODER_ENABLE = yes DIP_SWITCH_ENABLE = yes |