feat(boards): CKP physical layout

This commit is contained in:
ReFil
2024-09-26 14:22:47 +01:00
committed by Pete Johanson
parent a8f7888f4d
commit 026be009a6
6 changed files with 72 additions and 14 deletions

View File

@@ -12,13 +12,13 @@
/ {
chosen {
#ifdef ANSI
zmk,matrix-transform = &ansi_transform;
zmk,physical-layout = &layout_60_ansi;
#elif defined(ISO)
zmk,matrix-transform = &iso_transform;
zmk,physical-layout = &layout_60_iso;
#elif defined(ALL_1U)
zmk,matrix-transform = &all_1u_transform;
zmk,physical-layout = &layout_60_all1u;
#elif defined(HHKB)
zmk,matrix-transform = &hhkb_transform;
zmk,physical-layout = &layout_60_hhkb;
#else
#error "Layout not defined, please define a layout by uncommenting the appropriate line in bt60_v2.keymap"
#endif