zmk-studio support, maus (main branch) support, better batt for periph
This commit is contained in:
parent
e93663c387
commit
d029dfeccb
21 changed files with 332 additions and 283 deletions
|
|
@ -34,13 +34,20 @@
|
|||
# CONFIG_ZMK_KEYBOARD_NAME="Puchi Corne Oled"
|
||||
|
||||
### Boost Bluetooth TX power, also make Bluetooth stronger
|
||||
# CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
|
||||
CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y
|
||||
# Tune bluetooth profiles for quick select
|
||||
# CONFIG_BT_MAX_CONN=3
|
||||
# Uncomment the following line if you facing issue on win 11 connection
|
||||
# Enables a combination of settings that are planned to be default in future
|
||||
# versions of ZMK to improve connection stability. This includes changes to
|
||||
# timing on BLE pairing initiation, restores use of the updated/new LLCP
|
||||
# implementation, and disables 2M PHY support.
|
||||
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
|
||||
|
||||
### POWER OPTIONS
|
||||
# CONFIG_ZMK_EXT_POWER=y
|
||||
# CONFIG_ZMK_SLEEP=y
|
||||
CONFIG_ZMK_SLEEP=y
|
||||
CONFIG_ZMK_EXT_POWER=y
|
||||
# 15 min (15*60*1000ms)
|
||||
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
|
||||
# 1 min Número de milisegundos de inactividad antes de entrar en estado inactivo
|
||||
|
|
@ -52,8 +59,16 @@
|
|||
# CONFIG_ZMK_EXT_POWER_USB_ONLY=y
|
||||
|
||||
### MOUSE
|
||||
# https://github.com/zmkfirmware/zmk/blob/main/docs/docs/keymaps/behaviors/mouse-emulation.md
|
||||
# CONFIG_ZMK_MOUSE=y
|
||||
|
||||
### ZMK STUDIO
|
||||
# MC: 2. zmk-studio test START
|
||||
# https://github.com/zmkfirmware/zmk/blob/main/docs/docs/config/studio.md
|
||||
CONFIG_ZMK_STUDIO=y
|
||||
CONFIG_ZMK_STUDIO_LOCKING=n
|
||||
# MC: zmk-studio test END
|
||||
|
||||
### RGB UNDERGLOW
|
||||
# uncomment to enable RGB Underglow or backlight
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW=y
|
||||
|
|
@ -81,13 +96,14 @@
|
|||
# on and off. This also causes the display to turn off.
|
||||
# CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
|
||||
|
||||
### OLED Display
|
||||
# CONFIG_ZMK_DISPLAY=y
|
||||
### OLED DISPLAY
|
||||
CONFIG_ZMK_DISPLAY=y
|
||||
CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM=y
|
||||
# esto creo que ya no es necesario
|
||||
# CONFIG_ZMK_DISPLAY_WORK_QUEUE_DEDICATED=y
|
||||
# CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y
|
||||
|
||||
### WIDGET SETTINGS compatible SOLO con OLED
|
||||
### WIDGET SETTINGS
|
||||
# No Widget configurations added since nice!view has its own custom widgets
|
||||
# activar solo estos dos widgets
|
||||
# CONFIG_ZMK_WIDGET_WPM_STATUS=n
|
||||
|
|
@ -100,8 +116,13 @@
|
|||
# Enable eager debouncing
|
||||
# "Eager Debouncing"
|
||||
# Trying to lower the input lag.
|
||||
# CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
|
||||
# CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5
|
||||
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
|
||||
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5
|
||||
|
||||
### Improves compatibility with iPad
|
||||
# CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
|
||||
# ref: https://zmk.dev/docs/config/system#hid
|
||||
CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
|
||||
|
||||
### DEBUG OPTIONS
|
||||
# CONFIG_ZMK_USB_LOGGING=y
|
||||
# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue