diff options
| author | Joel Challis <git@zvecr.com> | 2025-09-12 08:12:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-12 08:12:48 +0100 |
| commit | 4a4e4aa083db1752400ab84eade2a5b884cdc136 (patch) | |
| tree | c55a71d4a8a6017e0e0867d6586c587caad68be5 | |
| parent | 74b0f054c1850baab3a4a66b6296ebe240a6b7ae (diff) | |
Remove idobao *_DISABLE_UNDERGLOW behaviour (#25638)
| -rw-r--r-- | keyboards/idobao/id61/config.h | 28 | ||||
| -rw-r--r-- | keyboards/idobao/id61/post_rules.mk | 8 | ||||
| -rw-r--r-- | keyboards/idobao/id63/config.h | 28 | ||||
| -rw-r--r-- | keyboards/idobao/id63/post_rules.mk | 8 | ||||
| -rw-r--r-- | keyboards/idobao/id67/config.h | 30 | ||||
| -rw-r--r-- | keyboards/idobao/id67/post_rules.mk | 8 | ||||
| -rwxr-xr-x | keyboards/idobao/montex/v2/config.h | 28 | ||||
| -rw-r--r-- | keyboards/idobao/montex/v2/post_rules.mk | 8 |
8 files changed, 0 insertions, 146 deletions
diff --git a/keyboards/idobao/id61/config.h b/keyboards/idobao/id61/config.h deleted file mode 100644 index 3766a8ef1d..0000000000 --- a/keyboards/idobao/id61/config.h +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | // Copyright 2022 Vino Rodrigues (@vinorodrigues) | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #if defined(RGB_MATRIX_ENABLE) | ||
| 7 | #ifndef ID61_DISABLE_UNDERGLOW | ||
| 8 | #define RGB_MATRIX_LED_COUNT 71 | ||
| 9 | #else | ||
| 10 | #define RGB_MATRIX_LED_COUNT 61 // = 71 - 10 | ||
| 11 | #endif | ||
| 12 | #endif // RGB_MATRIX_ENABLE | ||
| 13 | |||
| 14 | /* ----------------------- | ||
| 15 | * Feature disable options | ||
| 16 | * These options are also useful to firmware size reduction. | ||
| 17 | * ----------------------- */ | ||
| 18 | |||
| 19 | /* disable debug print */ | ||
| 20 | // #define NO_DEBUG | ||
| 21 | |||
| 22 | /* disable print */ | ||
| 23 | // #define NO_PRINT | ||
| 24 | |||
| 25 | /* disable action features */ | ||
| 26 | // #define NO_ACTION_LAYER | ||
| 27 | // #define NO_ACTION_TAPPING | ||
| 28 | // #define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/idobao/id61/post_rules.mk b/keyboards/idobao/id61/post_rules.mk deleted file mode 100644 index 673b260396..0000000000 --- a/keyboards/idobao/id61/post_rules.mk +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | # The Denwir D60 case has a sealed/solid undercase, | ||
| 2 | # this enables switching off thoes LEDs | ||
| 3 | # Usage: `make idobao/id61:default UNDERGLOW=off` | ||
| 4 | |||
| 5 | UNDERGLOW ?= yes | ||
| 6 | ifneq ($(strip $(UNDERGLOW)), yes) | ||
| 7 | OPT_DEFS += -DID61_DISABLE_UNDERGLOW | ||
| 8 | endif | ||
diff --git a/keyboards/idobao/id63/config.h b/keyboards/idobao/id63/config.h deleted file mode 100644 index 5a7df9028e..0000000000 --- a/keyboards/idobao/id63/config.h +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | // Copyright 2022 Vino Rodrigues (@vinorodrigues) | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #if defined(RGB_MATRIX_ENABLE) | ||
| 7 | #ifndef ID63_DISABLE_UNDERGLOW | ||
| 8 | #define RGB_MATRIX_LED_COUNT 75 | ||
| 9 | #else | ||
| 10 | #define RGB_MATRIX_LED_COUNT (75 - 12) | ||
| 11 | #endif | ||
| 12 | #endif // RGB_MATRIX_ENABLE | ||
| 13 | |||
| 14 | /* ----------------------- | ||
| 15 | * Feature disable options | ||
| 16 | * These options are also useful to firmware size reduction. | ||
| 17 | * ----------------------- */ | ||
| 18 | |||
| 19 | /* disable debug print */ | ||
| 20 | // #define NO_DEBUG | ||
| 21 | |||
| 22 | /* disable print */ | ||
| 23 | // #define NO_PRINT | ||
| 24 | |||
| 25 | /* disable action features */ | ||
| 26 | // #define NO_ACTION_LAYER | ||
| 27 | // #define NO_ACTION_TAPPING | ||
| 28 | // #define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/idobao/id63/post_rules.mk b/keyboards/idobao/id63/post_rules.mk deleted file mode 100644 index 1a465397fd..0000000000 --- a/keyboards/idobao/id63/post_rules.mk +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | # The Denwir D60 case has a sealed/solid undercase, | ||
| 2 | # this enables switching off thoes LEDs | ||
| 3 | # Usage: `make idobao/id63:default UNDERGLOW=off` | ||
| 4 | |||
| 5 | UNDERGLOW ?= yes | ||
| 6 | ifneq ($(strip $(UNDERGLOW)), yes) | ||
| 7 | OPT_DEFS += -DID63_DISABLE_UNDERGLOW | ||
| 8 | endif | ||
diff --git a/keyboards/idobao/id67/config.h b/keyboards/idobao/id67/config.h deleted file mode 100644 index 8f454d1ff4..0000000000 --- a/keyboards/idobao/id67/config.h +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | // Copyright 2021 Tybera (@tybera) | ||
| 2 | // Copyright 2021 Werther (@thewerther) | ||
| 3 | // Copyright 2022 Vino Rodrigues (@vinorodrigues) | ||
| 4 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 5 | |||
| 6 | #pragma once | ||
| 7 | |||
| 8 | #if defined(RGB_MATRIX_ENABLE) | ||
| 9 | #ifndef ID67_DISABLE_UNDERGLOW | ||
| 10 | #define RGB_MATRIX_LED_COUNT 77 | ||
| 11 | #else | ||
| 12 | #define RGB_MATRIX_LED_COUNT (77 - 10) | ||
| 13 | #endif | ||
| 14 | #endif // RGB_MATRIX_ENABLE | ||
| 15 | |||
| 16 | /* ----------------------- | ||
| 17 | * Feature disable options | ||
| 18 | * These options are also useful to firmware size reduction. | ||
| 19 | * ----------------------- */ | ||
| 20 | |||
| 21 | /* disable debug print */ | ||
| 22 | // #define NO_DEBUG | ||
| 23 | |||
| 24 | /* disable print */ | ||
| 25 | // #define NO_PRINT | ||
| 26 | |||
| 27 | /* disable action features */ | ||
| 28 | // #define NO_ACTION_LAYER | ||
| 29 | // #define NO_ACTION_TAPPING | ||
| 30 | // #define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/idobao/id67/post_rules.mk b/keyboards/idobao/id67/post_rules.mk deleted file mode 100644 index 32832a65b2..0000000000 --- a/keyboards/idobao/id67/post_rules.mk +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | # Some ID67 variants (v1 base build & "Bestype") have a solid back plate, | ||
| 2 | # this enables switching off thoes LEDs | ||
| 3 | # Usage: `make idobao/id67:default UNDERGLOW=off` | ||
| 4 | |||
| 5 | UNDERGLOW ?= yes | ||
| 6 | ifneq ($(strip $(UNDERGLOW)), yes) | ||
| 7 | OPT_DEFS += -DID67_DISABLE_UNDERGLOW | ||
| 8 | endif | ||
diff --git a/keyboards/idobao/montex/v2/config.h b/keyboards/idobao/montex/v2/config.h deleted file mode 100755 index 548f3f62e7..0000000000 --- a/keyboards/idobao/montex/v2/config.h +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | // Copyright 2022 IBNobody (@IBNobody) | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #if defined(RGB_MATRIX_ENABLE) | ||
| 7 | #ifndef ID27_DISABLE_UNDERGLOW | ||
| 8 | #define RGB_MATRIX_LED_COUNT 31 // The number of LEDs connected | ||
| 9 | #else | ||
| 10 | #define RGB_MATRIX_LED_COUNT 27 // -4 disabled underglow LEDs | ||
| 11 | #endif | ||
| 12 | #endif // RGB_MATRIX_ENABLE | ||
| 13 | |||
| 14 | /* ----------------------- | ||
| 15 | * Feature disable options | ||
| 16 | * These options are also useful to firmware size reduction. | ||
| 17 | * ----------------------- */ | ||
| 18 | |||
| 19 | /* disable debug print */ | ||
| 20 | // #define NO_DEBUG | ||
| 21 | |||
| 22 | /* disable print */ | ||
| 23 | // #define NO_PRINT | ||
| 24 | |||
| 25 | /* disable action features */ | ||
| 26 | // #define NO_ACTION_LAYER | ||
| 27 | // #define NO_ACTION_TAPPING | ||
| 28 | // #define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/idobao/montex/v2/post_rules.mk b/keyboards/idobao/montex/v2/post_rules.mk deleted file mode 100644 index f2d43fa6ac..0000000000 --- a/keyboards/idobao/montex/v2/post_rules.mk +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | # some (if not most) Montex have a solid back plate, | ||
| 2 | # this enables switching off the bottom facing LEDs | ||
| 3 | # Usage: `make idobao/montex/v2:default UNDERGLOW=off` | ||
| 4 | |||
| 5 | UNDERGLOW ?= yes | ||
| 6 | ifneq ($(strip $(UNDERGLOW)), yes) | ||
| 7 | OPT_DEFS += -DID27_DISABLE_UNDERGLOW | ||
| 8 | endif | ||
