Cleanup tidbit settings, keymap
This commit is contained in:
parent
eb718d4dd1
commit
3ebe8a6c53
|
@ -1,30 +1,23 @@
|
||||||
# Copyright (c) 2020 The ZMK Contributors
|
# Copyright (c) 2020 The ZMK Contributors
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
# Enable Encoders
|
|
||||||
#CONFIG_EC11=y
|
|
||||||
#CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
|
|
||||||
|
|
||||||
# Enable underglow
|
|
||||||
#CONFIG_ZMK_RGB_UNDERGLOW=y
|
|
||||||
# Use the STRIP config specific to the LEDs you're using
|
|
||||||
#CONFIG_WS2812_STRIP=y
|
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
CONFIG_ZMK_DISPLAY=y
|
CONFIG_ZMK_DISPLAY=y
|
||||||
|
|
||||||
# Turn on deep sleep
|
# Turn on deep sleep
|
||||||
#CONFIG_ZMK_SLEEP=y
|
CONFIG_ZMK_SLEEP=y
|
||||||
#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
|
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
|
||||||
|
|
||||||
# Number of BT Profiles
|
|
||||||
CONFIG_BT_MAX_CONN=6
|
|
||||||
|
|
||||||
# Set screen blanking to 15s instead of 30s
|
# Set screen blanking to 15s instead of 30s
|
||||||
CONFIG_ZMK_IDLE_TIMEOUT=15000
|
CONFIG_ZMK_IDLE_TIMEOUT=15000
|
||||||
|
|
||||||
# Save settings after 10s instaed of 60s
|
# Save settings after 3s instaed of 60s
|
||||||
#CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=10000
|
#CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=3000
|
||||||
|
|
||||||
# Add debug logging
|
# Add debug logging
|
||||||
#CONFIG_ZMK_USB_LOGGING=y
|
CONFIG_ZMK_USB_LOGGING=y
|
||||||
|
|
||||||
|
# Set default underglow values
|
||||||
|
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=215
|
||||||
|
CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=100
|
||||||
|
CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=75
|
||||||
|
|
|
@ -11,10 +11,6 @@
|
||||||
#include <dt-bindings/zmk/keys.h>
|
#include <dt-bindings/zmk/keys.h>
|
||||||
#include <dt-bindings/zmk/ext_power.h>
|
#include <dt-bindings/zmk/ext_power.h>
|
||||||
|
|
||||||
&led_strip {
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
&encoder_1_top_row {
|
&encoder_1_top_row {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
@ -88,10 +84,10 @@
|
||||||
label = "ZMK";
|
label = "ZMK";
|
||||||
bindings = <
|
bindings = <
|
||||||
&to 0 &reset &bootloader
|
&to 0 &reset &bootloader
|
||||||
&out OUT_TOG &out OUT_USB &out OUT_BLE &none
|
&rgb_ug RGB_HUD &rgb_ug RGB_HUI &rgb_ug RGB_BRD &rgb_ug RGB_BRI
|
||||||
&rgb_ug RGB_TOG &bt BT_PRV &bt BT_NXT &bt BT_CLR
|
&none &none &none &none
|
||||||
&ext_power EXT_POWER_TOGGLE_CMD &bt BT_SEL 4 &bt BT_SEL 5 &bt BT_SEL 6
|
&ext_power EXT_POWER_TOGGLE_CMD &rgb_ug RGB_TOG &out OUT_TOG &none
|
||||||
&kp C_MUTE &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3
|
&kp C_MUTE &bt BT_PRV &bt BT_NXT &bt BT_CLR
|
||||||
>;
|
>;
|
||||||
|
|
||||||
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
|
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
|
||||||
|
|
Loading…
Reference in a new issue