Skip to content

Commit

Permalink
Move chosen transform call to the keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
LOWPROKB committed Nov 3, 2022
1 parent 1b8ed31 commit 5c89768
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/boards/arm/corneish_zen/corneish_zen.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zmk,kscan = &kscan0;
zmk,matrix_transform = &default_transform;
//zmk,matrix_transform = &five_column_transform;
zmk,display = &epd;
zmk,battery = &vbatt;
zephyr,console = &cdc_acm_uart;
Expand Down
7 changes: 7 additions & 0 deletions app/boards/arm/corneish_zen/corneish_zen.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>

/ {
chosen {
zmk,matrix_transform = &default_transform;
//zmk,matrix_transform = &five_column_transform;
};
};

/ {
keymap {
compatible = "zmk,keymap";
Expand Down

0 comments on commit 5c89768

Please sign in to comment.