Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove redundant Kconfig defaults #2161

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -373,7 +371,6 @@ menu "Mouse Options"

config ZMK_MOUSE
bool "Enable ZMK mouse emulation"
default n

#Mouse Options
endmenu
Expand All @@ -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
Expand Down Expand Up @@ -616,7 +612,6 @@ config FPU

config ZMK_WPM
bool "Calculate WPM"
default n

config ZMK_KEYMAP_SENSORS
bool "Enable Keymap Sensors support"
Expand Down
1 change: 0 additions & 1 deletion app/Kconfig.behaviors
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion app/src/display/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

menuconfig ZMK_DISPLAY
bool "Enable ZMK Display"
default n
select DISPLAY
select LVGL
select LV_CONF_MINIMAL
Expand Down
Loading