Mild updates/tweaks based on zmk upstream features for tidbit
This commit is contained in:
parent
a98f7a0910
commit
3ac3a21018
|
@ -17,7 +17,7 @@ CONFIG_ZMK_DISPLAY=y
|
||||||
CONFIG_BT_MAX_CONN=6
|
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
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Debugging
|
# Debugging
|
||||||
|
|
|
@ -29,6 +29,10 @@
|
||||||
sensors = <&encoder_4>;
|
sensors = <&encoder_4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Purple : &rgb_ug RGB_COLOR_HSB(275, 100, 50)
|
||||||
|
// Orange : &rgb_ug RGB_COLOR_HSB(35, 100, 50)
|
||||||
|
// Blue : &rgb_ug RGB_COLOR_HSB(215, 100, 50)
|
||||||
|
|
||||||
keymap {
|
keymap {
|
||||||
compatible = "zmk,keymap";
|
compatible = "zmk,keymap";
|
||||||
default_layer {
|
default_layer {
|
||||||
|
|
Loading…
Reference in a new issue