diff --git a/zmk-config/README.md b/zmk-config/README.md index 79c55085..bf79e197 100644 --- a/zmk-config/README.md +++ b/zmk-config/README.md @@ -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 diff --git a/zmk-config/config/nibble.keymap b/zmk-config/config/nibble.keymap index 2dae6390..d318a8e4 100644 --- a/zmk-config/config/nibble.keymap +++ b/zmk-config/config/nibble.keymap @@ -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 >; }; }; diff --git a/zmk-config/config/tidbit.conf b/zmk-config/config/tidbit.conf index d4134d1f..6dc5ef65 100644 --- a/zmk-config/config/tidbit.conf +++ b/zmk-config/config/tidbit.conf @@ -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