Skip to content

Commit

Permalink
ZMK Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicell authored Dec 3, 2024
1 parent 7f96e35 commit 6878e3a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
include:
- board: nice_nano_v2
shield: lily58_left
snippet: studio-rpc-usb-uart
- board: nice_nano_v2
shield: lily58_right
6 changes: 5 additions & 1 deletion config/lily58.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# Enable eager debouncing
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=7
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10

# Enable ZMK Studio for Realtime Keymap Updates
CONFIG_ZMK_STUDIO=y
CONFIG_ZMK_STUDIO_LOCKING=n

# Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use)
# CONFIG_ZMK_USB_LOGGING=y
12 changes: 12 additions & 0 deletions config/lily58.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,17 @@

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>;
};

extra_1 {
status = "reserved";
};

extra_2 {
status = "reserved";
};

extra_3 {
status = "reserved";
};
};
};

0 comments on commit 6878e3a

Please sign in to comment.