summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/bluepill_f103c6/rules.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-11-12 14:20:44 +1100
committerGitHub <noreply@github.com>2022-11-12 03:20:44 +0000
commit8cecf7fad8614de2defd43f225250186cc517f38 (patch)
tree63c57a274c51a61602843916d84fd722ec0d76d7 /keyboards/handwired/onekey/bluepill_f103c6/rules.mk
parent1caedd10c45adef49724f5aa0967e23286f4dd38 (diff)
onekey: disable NKRO and mousekeys by default (#19038)
Diffstat (limited to 'keyboards/handwired/onekey/bluepill_f103c6/rules.mk')
-rw-r--r--keyboards/handwired/onekey/bluepill_f103c6/rules.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/handwired/onekey/bluepill_f103c6/rules.mk b/keyboards/handwired/onekey/bluepill_f103c6/rules.mk
index c76a8ebe6e..208165ab31 100644
--- a/keyboards/handwired/onekey/bluepill_f103c6/rules.mk
+++ b/keyboards/handwired/onekey/bluepill_f103c6/rules.mk
@@ -13,10 +13,6 @@ OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE
# LTO is required to fit the firmware into the available 24K of flash
LTO_ENABLE = yes
-# Disable some features which still don't fit into flash even with LTO
-MOUSEKEY_ENABLE = no
-NKRO_ENABLE = no
-
# EEPROM emulation not supported yet (need to implement a proper firmware size
# check first, otherwise the chance of the EEPROM backing store overwriting
# some part of the firmware code is really high).