aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorhonorless <[email protected]>2024-02-11 21:52:23 -0500
committerPete Johanson <[email protected]>2024-02-19 16:39:31 -0800
commitccf038017993dd2e7f00bdd355e28c5009621dd5 (patch)
treed955f65a6d60cbe36c00658233cc1442922b43b8
parentc082f8d80280a41fd4d023cd35d71309af167119 (diff)
downloadzmk-ccf038017993dd2e7f00bdd355e28c5009621dd5.tar.gz
zmk-ccf038017993dd2e7f00bdd355e28c5009621dd5.zip
refactor: remove redundant Kconfig defaults
bool symbols implicitly default to n.
-rw-r--r--app/Kconfig5
-rw-r--r--app/Kconfig.behaviors1
-rw-r--r--app/src/display/Kconfig1
3 files changed, 0 insertions, 7 deletions
diff --git a/app/Kconfig b/app/Kconfig
index 8155efd0ae..bb6997a43a 100644
--- a/app/Kconfig
+++ b/app/Kconfig
@@ -177,7 +177,6 @@ config ZMK_BLE_EXPERIMENTAL_FEATURES
config ZMK_BLE_PASSKEY_ENTRY
bool "Require passkey entry on the keyboard to complete pairing"
- default n
select RING_BUFFER
config BT_SMP_ALLOW_UNAUTH_OVERWRITE
@@ -216,7 +215,6 @@ config ZMK_BLE_MOUSE_REPORT_QUEUE_SIZE
config ZMK_BLE_CLEAR_BONDS_ON_START
bool "Configuration that clears all bond information from the keyboard on startup."
- default n
# HID GATT notifications sent this way are *not* picked up by Linux, and possibly others.
config BT_GATT_NOTIFY_MULTIPLE
@@ -373,7 +371,6 @@ menu "Mouse Options"
config ZMK_MOUSE
bool "Enable ZMK mouse emulation"
- default n
#Mouse Options
endmenu
@@ -382,7 +379,6 @@ menu "Power Management"
config ZMK_BATTERY_REPORTING
bool "Battery level detection/reporting"
- default n
select SENSOR
select ZMK_LOW_PRIORITY_WORK_QUEUE
imply BT_BAS if ZMK_BLE
@@ -616,7 +612,6 @@ config FPU
config ZMK_WPM
bool "Calculate WPM"
- default n
config ZMK_KEYMAP_SENSORS
bool "Enable Keymap Sensors support"
diff --git a/app/Kconfig.behaviors b/app/Kconfig.behaviors
index 11bc8c5900..7a1e44f6db 100644
--- a/app/Kconfig.behaviors
+++ b/app/Kconfig.behaviors
@@ -14,7 +14,6 @@ config ZMK_BEHAVIOR_MOUSE_KEY_PRESS
config ZMK_BEHAVIOR_SENSOR_ROTATE_COMMON
bool
- default n
config ZMK_BEHAVIOR_SENSOR_ROTATE
bool
diff --git a/app/src/display/Kconfig b/app/src/display/Kconfig
index 356b4760c1..1cde0fe4e2 100644
--- a/app/src/display/Kconfig
+++ b/app/src/display/Kconfig
@@ -3,7 +3,6 @@
menuconfig ZMK_DISPLAY
bool "Enable ZMK Display"
- default n
select DISPLAY
select LVGL
select LV_CONF_MINIMAL