Add notes re lily58pro

This commit is contained in:
KemoNine 2020-12-19 22:34:40 +00:00
parent 3a481c2e34
commit 50cec5fa4e
3 changed files with 11 additions and 4 deletions

View File

@ -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
```

View File

@ -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
################################################################################

View File

@ -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