Skip to content

Commit

Permalink
change the chosen default to physical-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Nov 6, 2024
1 parent 3efec7d commit f897b55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion boards/shields/charybdis-bt/charybdis.dtsi
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
#include <dt-bindings/zmk/matrix_transform.h>
#include "charybdis-layouts.dtsi"
/ {
// chosen {
// zmk,kscan = &kscan0;
// zmk,matrix_transform = &default_transform;
// };
chosen {
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
zmk,physical-layout = &charybdis-layouts;
};

vbatt: vbatt {
Expand Down

0 comments on commit f897b55

Please sign in to comment.