-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zmk-studio support, maus (main branch) support, better batt for periph
- Loading branch information
1 parent
e93663c
commit ba79332
Showing
19 changed files
with
324 additions
and
276 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ features: | |
- keys | ||
- display | ||
- underglow | ||
- studio | ||
siblings: | ||
- corne_left | ||
- corne_right | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,30 @@ | ||
# MC: | ||
# compatible with all versions of nrf52840 (pro micro): | ||
# - nice_nano (not tested) | ||
# - nice_nano_v2 (tested) | ||
# - nice_nano_v2 (super mini -> nice_nano_v2 clon) (tested) | ||
# - nrfmicro_11 (not tested) | ||
# - nrfmicro_11_flipped (not tested) | ||
# - nrfmicro_13 (not tested) | ||
# - puchi_ble_v1 (tested) | ||
# compatible con todas las versiones de nrf52840 (pro_micro): | ||
# - nice_nano (no probado) | ||
# - nice_nano_v2 (probado) | ||
# - nice_nano_v2 (super mini -> nice_nano_v2 clon) (probado) | ||
# - nrfmicro_11 (no probado) | ||
# - nrfmicro_11_flipped (no probado) | ||
# - nrfmicro_13 (no probado) | ||
# - puchi_ble_v1 (probado) | ||
|
||
### DONGLE MODE | ||
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2 | ||
|
||
### DONGLE OPTIONS | ||
# 3 profiles (n+2) | ||
CONFIG_BT_MAX_CONN=5 | ||
CONFIG_BT_MAX_PAIRED=5 | ||
|
||
# dongle mode | ||
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2 | ||
|
||
# display | ||
### DISPLAY DONGLE OPTIONS | ||
CONFIG_ZMK_DISPLAY=y | ||
CONFIG_BT_BAS=n | ||
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y | ||
|
||
# enable logging and configure zmk logging to debug output | ||
# CONFIG_ZMK_USB_LOGGING=y | ||
# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000 | ||
|
||
### POWER OPTIONS | ||
CONFIG_ZMK_EXT_POWER=y | ||
# the battery power report interval unit is seconds | ||
# La unidad del intervalo del informe de energía de la batería es segundos | ||
CONFIG_ZMK_BATTERY_REPORT_INTERVAL=60 | ||
# MC: changed so that he always stays awake | ||
CONFIG_ZMK_SLEEP=n | ||
# 1800000 milliseconds = 30 minutes * 60 seconds * 1000 | ||
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=3600000 | ||
# number of milliseconds of inactivity before entering idle state | ||
CONFIG_ZMK_IDLE_TIMEOUT=60000 | ||
# add keyboard bounce | ||
# CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=5 | ||
# CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5 | ||
# Increase the transmission power of the keyboard ble radio to solve the | ||
# problem of left and right delay and poor communication. | ||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y | ||
CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y | ||
# change default keyboard display name | ||
# CONFIG_ZMK_KEYBOARD_NAME="Nice_Dongle_Oled" | ||
CONFIG_ZMK_MOUSE=y | ||
|
||
### Improves compatibility with iPad | ||
CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y | ||
### DEBUG OPTIONS | ||
# CONFIG_ZMK_USB_LOGGING=y | ||
# CONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000 |
Oops, something went wrong.