diff options
| author | Joel Challis <git@zvecr.com> | 2025-05-06 06:47:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 06:47:44 +0100 |
| commit | ab1332bb6cc798c037a0bd58c22d954755226dbf (patch) | |
| tree | 1b1308c8035c1e2aeb07197cbd001a4b281a7f26 /tmk_core/protocol.mk | |
| parent | ac991405d0c9f47e815786f4732edd00d0f4f571 (diff) | |
Remove force disable of NKRO when Bluetooth enabled (#25201)
Diffstat (limited to 'tmk_core/protocol.mk')
| -rw-r--r-- | tmk_core/protocol.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tmk_core/protocol.mk b/tmk_core/protocol.mk index 8f01976548..2930efc283 100644 --- a/tmk_core/protocol.mk +++ b/tmk_core/protocol.mk | |||
| @@ -46,12 +46,8 @@ else | |||
| 46 | endif | 46 | endif |
| 47 | 47 | ||
| 48 | ifeq ($(strip $(NKRO_ENABLE)), yes) | 48 | ifeq ($(strip $(NKRO_ENABLE)), yes) |
| 49 | ifeq ($(strip $(BLUETOOTH_ENABLE)), yes) | 49 | OPT_DEFS += -DNKRO_ENABLE |
| 50 | $(info NKRO is not currently supported with Bluetooth, and has been disabled.) | 50 | SHARED_EP_ENABLE = yes |
| 51 | else | ||
| 52 | OPT_DEFS += -DNKRO_ENABLE | ||
| 53 | SHARED_EP_ENABLE = yes | ||
| 54 | endif | ||
| 55 | endif | 51 | endif |
| 56 | 52 | ||
| 57 | ifeq ($(strip $(NO_SUSPEND_POWER_DOWN)), yes) | 53 | ifeq ($(strip $(NO_SUSPEND_POWER_DOWN)), yes) |
