diff --git a/keyboards/zmk-config/README.md b/keyboards/zmk-config/README.md index e7436aa0..19c6284b 100644 --- a/keyboards/zmk-config/README.md +++ b/keyboards/zmk-config/README.md @@ -1,4 +1,4 @@ -# ZMK Notes for Tidbit +# ZMK Notes ## Docker Volume @@ -10,4 +10,8 @@ Need to have the `zmk-config` directory mounted at `/workspaces/zmk-config` in D west build --board nice_nano -d build/tidbit -- -DSHIELD=tidbit -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config +west build --board nice_nano -d build/lily58/left -- -DSHIELD=lily58_left -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config + +west build --board nice_nano -d build/lily58/right -- -DSHIELD=lily58_right -DZMK_CONFIG=/workspaces/zmk-config/keyboards/zmk-config/config + ``` diff --git a/keyboards/zmk-config/config/tidbit.conf b/keyboards/zmk-config/config/tidbit.conf index 980316aa..f5ae3b19 100644 --- a/keyboards/zmk-config/config/tidbit.conf +++ b/keyboards/zmk-config/config/tidbit.conf @@ -19,6 +19,9 @@ CONFIG_BT_MAX_CONN=6 # Set screen blanking to 15s instead of 30s CONFIG_ZMK_IDLE_TIMEOUT=15000 +# Save settings after 10s instaed of 60s +#CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=10000 + ################################################################################ # Debugging ################################################################################ diff --git a/keyboards/zmk-config/config/tidbit.keymap b/keyboards/zmk-config/config/tidbit.keymap index 5d04fda9..dec0784c 100644 --- a/keyboards/zmk-config/config/tidbit.keymap +++ b/keyboards/zmk-config/config/tidbit.keymap @@ -37,7 +37,7 @@ compatible = "zmk,keymap"; default_layer { bindings = < - &tog 1 &bootloader &none + &to 1 &bootloader &none &none &none &none &kp LC(LA(TAB)) &none &none &none &kp LG(DOWN_ARROW) &kp ESCAPE &none &none &none @@ -48,7 +48,7 @@ }; num_pad_layer { bindings = < - &tog 2 &kp KP_NUMLOCK &kp KP_SLASH + &to 2 &kp KP_NUMLOCK &kp KP_SLASH &kp KP_NUMBER_7 &kp KP_NUMBER_8 &kp KP_NUMBER_9 &kp KP_ASTERISK &kp KP_NUMBER_4 &kp KP_NUMBER_5 &kp KP_NUMBER_6 &kp KP_MINUS &kp KP_NUMBER_1 &kp KP_NUMBER_2 &kp KP_NUMBER_3 &kp KP_PLUS @@ -60,7 +60,7 @@ func_layer { bindings = < - &tog 0 &reset &bootloader + &to 0 &reset &bootloader &out OUT_TOG &out OUT_USB &out OUT_BLE &none &rgb_ug RGB_TOG &bt BT_PRV &bt BT_NXT &bt BT_CLR &ext_power EXT_POWER_TOGGLE_CMD &bt BT_SEL 4 &bt BT_SEL 5 &bt BT_SEL 6