diff options
| author | Ryan <fauxpark@gmail.com> | 2021-12-01 21:13:00 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-01 21:13:00 +1100 |
| commit | c12b99767921366c9fa8a1d6ba53872a26aa6127 (patch) | |
| tree | c6a7fb9e7309fceeefee13d5cbb7ada4ca915197 /keyboards/matrix | |
| parent | bd2e02bdae67b1d71020bfcb63a4e5e5bc7fdf36 (diff) | |
| download | qmk_firmware-c12b99767921366c9fa8a1d6ba53872a26aa6127.tar.gz qmk_firmware-c12b99767921366c9fa8a1d6ba53872a26aa6127.zip | |
Tidy up `SLEEP_LED_ENABLE` rules (#15362)
Diffstat (limited to 'keyboards/matrix')
| -rw-r--r-- | keyboards/matrix/abelx/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/matrix/cain_re/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/matrix/falcon/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/matrix/m12og/rev1/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/matrix/m12og/rev2/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/matrix/me/rules.mk | 2 |
6 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/matrix/abelx/rules.mk b/keyboards/matrix/abelx/rules.mk index bd8156dd6..e38c88077 100644 --- a/keyboards/matrix/abelx/rules.mk +++ b/keyboards/matrix/abelx/rules.mk | |||
| @@ -41,8 +41,6 @@ MOUSEKEY_ENABLE = yes # Mouse keys | |||
| 41 | EXTRAKEY_ENABLE = yes # Audio control and System control | 41 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 42 | CONSOLE_ENABLE = no # Console for debug | 42 | CONSOLE_ENABLE = no # Console for debug |
| 43 | COMMAND_ENABLE = no # Commands for debug and configuration | 43 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 44 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 45 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 46 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 44 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 47 | NKRO_ENABLE = no # USB Nkey Rollover | 45 | NKRO_ENABLE = no # USB Nkey Rollover |
| 48 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 46 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
diff --git a/keyboards/matrix/cain_re/rules.mk b/keyboards/matrix/cain_re/rules.mk index cf5d2e685..6f114436f 100644 --- a/keyboards/matrix/cain_re/rules.mk +++ b/keyboards/matrix/cain_re/rules.mk | |||
| @@ -12,8 +12,6 @@ MOUSEKEY_ENABLE = yes # Mouse keys | |||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
| 14 | COMMAND_ENABLE = no # Commands for debug and configuration | 14 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 15 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 18 | NKRO_ENABLE = yes # USB Nkey Rollover | 16 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
diff --git a/keyboards/matrix/falcon/rules.mk b/keyboards/matrix/falcon/rules.mk index ad5ddd924..9e3caa141 100644 --- a/keyboards/matrix/falcon/rules.mk +++ b/keyboards/matrix/falcon/rules.mk | |||
| @@ -12,8 +12,6 @@ MOUSEKEY_ENABLE = yes # Mouse keys | |||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
| 14 | COMMAND_ENABLE = no # Commands for debug and configuration | 14 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 15 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 18 | NKRO_ENABLE = no # USB Nkey Rollover | 16 | NKRO_ENABLE = no # USB Nkey Rollover |
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
diff --git a/keyboards/matrix/m12og/rev1/rules.mk b/keyboards/matrix/m12og/rev1/rules.mk index ed4293c95..ba9cf10cb 100644 --- a/keyboards/matrix/m12og/rev1/rules.mk +++ b/keyboards/matrix/m12og/rev1/rules.mk | |||
| @@ -13,8 +13,6 @@ MOUSEKEY_ENABLE = no # Mouse keys | |||
| 13 | EXTRAKEY_ENABLE = yes # Audio control and System control | 13 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 14 | CONSOLE_ENABLE = no # Console for debug | 14 | CONSOLE_ENABLE = no # Console for debug |
| 15 | COMMAND_ENABLE = no # Commands for debug and configuration | 15 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 16 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 17 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 18 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 16 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 19 | NKRO_ENABLE = no # USB Nkey Rollover | 17 | NKRO_ENABLE = no # USB Nkey Rollover |
| 20 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 18 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
diff --git a/keyboards/matrix/m12og/rev2/rules.mk b/keyboards/matrix/m12og/rev2/rules.mk index 7588e8671..5d302da8b 100644 --- a/keyboards/matrix/m12og/rev2/rules.mk +++ b/keyboards/matrix/m12og/rev2/rules.mk | |||
| @@ -12,7 +12,6 @@ MOUSEKEY_ENABLE = no # Mouse keys | |||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
| 14 | COMMAND_ENABLE = no # Commands for debug and configuration | 14 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 16 | NKRO_ENABLE = yes # USB Nkey Rollover | 15 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 16 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 18 | AUDIO_ENABLE = no | 17 | AUDIO_ENABLE = no |
diff --git a/keyboards/matrix/me/rules.mk b/keyboards/matrix/me/rules.mk index eec8ecbaa..6470900d4 100644 --- a/keyboards/matrix/me/rules.mk +++ b/keyboards/matrix/me/rules.mk | |||
| @@ -12,8 +12,6 @@ MOUSEKEY_ENABLE = yes # Mouse keys | |||
| 12 | EXTRAKEY_ENABLE = yes # Audio control and System control | 12 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 13 | CONSOLE_ENABLE = no # Console for debug | 13 | CONSOLE_ENABLE = no # Console for debug |
| 14 | COMMAND_ENABLE = no # Commands for debug and configuration | 14 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 15 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | ||
| 16 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | ||
| 17 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 15 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 18 | NKRO_ENABLE = no # USB Nkey Rollover | 16 | NKRO_ENABLE = no # USB Nkey Rollover |
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
