Misc updates
This commit is contained in:
parent
4382ff03e4
commit
fbcf113f16
|
@ -53,9 +53,9 @@ west build --board nice_nano -d build/7skb_left -- -DSHIELD=7skb_left -DZMK_CONF
|
|||
|
||||
west build --board nice_nano -d build/7skb_right -- -DSHIELD=7skb_right -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config
|
||||
|
||||
west build --board nice_nano -d build/corne_left -- -DSHIELD=corne_left -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config
|
||||
west build --board nice_nano_v2 -d build/miryoku/corne_left -- -DSHIELD=corne_left -DZMK_CONFIG=/workspaces/miryoku/config
|
||||
|
||||
west build --board nice_nano -d build/corne_right -- -DSHIELD=corne_right -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config
|
||||
west build --board nice_nano_v2 -d build/miryoku/corne_right -- -DSHIELD=corne_right -DZMK_CONFIG=/workspaces/miryoku/config
|
||||
|
||||
west build --board nice_nano -d build/pockettype/default -- -DSHIELD=pockettype -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config
|
||||
|
||||
|
@ -67,9 +67,9 @@ west build --board nice_nano -d build/tidbit_artsey_left -- -DSHIELD=tidbit_arts
|
|||
|
||||
west build --board nice_nano -d build/tidbit_artsey_right -- -DSHIELD=tidbit_artsey_right -DZMK_CONFIG=/workspaces/zmk-config/zmk-artsey/config
|
||||
|
||||
west build --board nice_nano -d build/lily58/left -- -DSHIELD=lily58_left -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config
|
||||
west build --board nice_nano_v2 -d build/miryoku/lily58_left -- -DSHIELD=lily58_left -DZMK_CONFIG=/workspaces/miryoku/config
|
||||
|
||||
west build --board nice_nano -d build/lily58/right -- -DSHIELD=lily58_right -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config
|
||||
west build --board nice_nano_v2 -d build/miryoku/lily58_right -- -DSHIELD=lily58_right -DZMK_CONFIG=/workspaces/miryoku/config
|
||||
|
||||
west build --board itsybitsy_nrf52840 -d build/azarashi64/left -- -DSHIELD=azarashi64_left -DZMK_CONFIG=/workspaces/zmk-config/kemonine/zmk-config/config
|
||||
|
||||
|
|
|
@ -128,8 +128,8 @@
|
|||
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&mo LAYER_ID_MISC &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&none &trans &none &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&none &trans &trans &trans &trans &ext_power EP_TOG &trans &trans &trans &trans &trans
|
||||
&none &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&none &rgb_ug RGB_HUI &rgb_ug RGB_HUD &rgb_ug RGB_BRI &rgb_ug RGB_BRD &ext_power EP_TOG &trans &trans &trans &trans &trans
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -18,6 +18,6 @@ CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=3000
|
|||
#CONFIG_ZMK_USB_LOGGING=y
|
||||
|
||||
# Set default underglow values
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=215
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=25
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_SAT_START=100
|
||||
CONFIG_ZMK_RGB_UNDERGLOW_BRT_START=75
|
||||
|
|
Loading…
Reference in a new issue