Skip to content

Commit

Permalink
configure dongle firmware to use matrix transform and bt/usb firmware…
Browse files Browse the repository at this point in the history
… to integrate ZMK studio with physical layout
  • Loading branch information
280Zo committed Nov 6, 2024
1 parent 69b0274 commit 79c6cd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 7 additions & 5 deletions boards/shields/charybdis-dongle/charybdis.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
#include "charybdis-layouts.dtsi"

/ {
// chosen {
// zmk,kscan = &kscan0;
// zmk,matrix_transform = &default_transform;
// };
chosen {
zmk,kscan = &kscan0;
zmk,physical-layout = &charybdis_physical_layout;
zmk,matrix_transform = &default_transform;
};

// ZMK Studio
// chosen {
// zmk,kscan = &kscan0;
// zmk,physical-layout = &charybdis_physical_layout;
// };

vbatt: vbatt {
compatible = "zmk,battery-nrf-vddh";
};
Expand Down
2 changes: 0 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ include:
# keymap: qwerty
# format: dongle
# artifact-name: charybdis_qwerty_dongle
# snippet: studio-rpc-usb-uart

# Colemak DH Dongle
- board: nice_nano_v2
Expand All @@ -78,7 +77,6 @@ include:
keymap: colemak_dh
format: dongle
artifact-name: charybdis_colemak_dongle
snippet: studio-rpc-usb-uart

# Firmware Reset
- board: nice_nano_v2
Expand Down

0 comments on commit 79c6cd6

Please sign in to comment.