Refactor where ZMK KConfigs come from.
This commit is contained in:
parent
45f65a0297
commit
dbd4cc66c0
6 changed files with 56 additions and 30 deletions
21
prj.conf
21
prj.conf
|
|
@ -1,23 +1,2 @@
|
|||
CONFIG_USB=y
|
||||
CONFIG_USB_DEVICE_STACK=y
|
||||
CONFIG_USB_DEVICE_HID=y
|
||||
CONFIG_USB_DEVICE_PRODUCT="ZMK Firmware"
|
||||
CONFIG_ZMK_BLE=y
|
||||
CONFIG_ZMK_ACTION_MOD_TAP=y
|
||||
# HID GATT notifications sent this way are *not* picked up by Linux, and possibly others.
|
||||
CONFIG_BT_GATT_NOTIFY_MULTIPLE=n
|
||||
CONFIG_BT_DEVICE_NAME="ZMK Keyboard"
|
||||
CONFIG_BT_DEVICE_APPEARANCE=961
|
||||
# CONFIG_LOG=y
|
||||
# CONFIG_ZMK_LOG_LEVEL_DBG=y
|
||||
# CONFIG_KSCAN_LOG_LEVEL_DBG=y
|
||||
|
||||
# Incresed stack due to settings API usage
|
||||
# CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
#
|
||||
# CONFIG_BT_SETTINGS=y
|
||||
# CONFIG_FLASH=y
|
||||
# CONFIG_FLASH_PAGE_LAYOUT=y
|
||||
# CONFIG_FLASH_MAP=y
|
||||
# CONFIG_NVS=y
|
||||
# CONFIG_SETTINGS=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue