Add notes re lily58pro
This commit is contained in:
parent
3a481c2e34
commit
50cec5fa4e
|
@ -1,4 +1,4 @@
|
||||||
# ZMK Notes for Tidbit
|
# ZMK Notes
|
||||||
|
|
||||||
## Docker Volume
|
## 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/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
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -19,6 +19,9 @@ 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
|
||||||
|
#CONFIG_ZMK_SETTINGS_SAVE_DEBOUNCE=10000
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Debugging
|
# Debugging
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
compatible = "zmk,keymap";
|
compatible = "zmk,keymap";
|
||||||
default_layer {
|
default_layer {
|
||||||
bindings = <
|
bindings = <
|
||||||
&tog 1 &bootloader &none
|
&to 1 &bootloader &none
|
||||||
&none &none &none &kp LC(LA(TAB))
|
&none &none &none &kp LC(LA(TAB))
|
||||||
&none &none &none &kp LG(DOWN_ARROW)
|
&none &none &none &kp LG(DOWN_ARROW)
|
||||||
&kp ESCAPE &none &none &none
|
&kp ESCAPE &none &none &none
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
};
|
};
|
||||||
num_pad_layer {
|
num_pad_layer {
|
||||||
bindings = <
|
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_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_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
|
&kp KP_NUMBER_1 &kp KP_NUMBER_2 &kp KP_NUMBER_3 &kp KP_PLUS
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
func_layer {
|
func_layer {
|
||||||
bindings = <
|
bindings = <
|
||||||
&tog 0 &reset &bootloader
|
&to 0 &reset &bootloader
|
||||||
&out OUT_TOG &out OUT_USB &out OUT_BLE &none
|
&out OUT_TOG &out OUT_USB &out OUT_BLE &none
|
||||||
&rgb_ug RGB_TOG &bt BT_PRV &bt BT_NXT &bt BT_CLR
|
&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
|
&ext_power EXT_POWER_TOGGLE_CMD &bt BT_SEL 4 &bt BT_SEL 5 &bt BT_SEL 6
|
||||||
|
|
Loading…
Reference in a new issue