File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,24 @@ CONFIG_ZMK_SLEEP=y
2020CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
2121
2222
23+ # oled相关配置
24+ CONFIG_ZMK_DISPLAY=y
25+ CONFIG_ZMK_DISPLAY_WORK_QUEUE_DEDICATED=y
26+ # Enable a widget to show words per minute
27+ #CONFIG_ZMK_WIDGET_WPM_STATUS=n
28+ #CONFIG_ZMK_WIDGET_LAYER_STATUS=y
29+ #CONFIG_ZMK_WIDGET_PERIPHERAL_STATUS=n
30+ #Bongo cat猫猫敲键盘动画
31+ #CONFIG_ZMK_WIDGET_BONGO_CAT=y
32+ CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y
33+ CONFIG_ZMK_DISPLAY_STATUS_SCREEN_CUSTOM=y
34+ CONFIG_NICE_OLED_WIDGET_HID_INDICATORS_LUNA_ONLY_CAPSLOCK=y
35+
2336
2437# zmk studio相关配置
25- # CONFIG_ZMK_STUDIO=y
26- # CONFIG_ZMK_STUDIO_LOCKING=n
27- # CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=n
38+ CONFIG_ZMK_STUDIO=y
39+ CONFIG_ZMK_STUDIO_LOCKING=n
40+ CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=n
2841
2942#rgb相关配置
3043CONFIG_ZMK_RGB_UNDERGLOW=y
@@ -38,6 +51,3 @@ CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
3851
3952#add mouse behavior
4053CONFIG_ZMK_POINTING=y
41- # Turn on logging, and set ZMK logging to debug output
42- #CONFIG_ZMK_USB_LOGGING=y
43- # trying fix.1
You can’t perform that action at this time.
0 commit comments