Skip to content

Commit

Permalink
debug: Make both halves the central half to allow wired operation
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Apr 11, 2024
1 parent e10b4cd commit df6fd8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boards/shields/defiant/Kconfig.defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if DEFIANT_LEFT
if DEFIANT_LEFT || DEFIANT_RIGHT # TODO Remove right half here once battery is installed

config ZMK_KEYBOARD_NAME
default "Defiant"
Expand Down
7 changes: 4 additions & 3 deletions boards/shields/defiant/defiant.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ keymap {

symbol_layer {
bindings = <
&kp STAR &kp HASH &kp LBKT &kp RBKT &kp DLLAR &kp PRCNT &kp GT &kp LT &kp EQUAL &kp RBKT
&kp STAR &kp HASH &kp LBKT &kp RBKT &kp DOLLAR &kp PRCNT &kp L &kp U &kp Y &kp RBKT
&kp COLON &kp UNDER &kp LPAR &kp DQT &kp FSLH &kp LGUI &kp RCTRL &kp AMPS &kp SQT &kp LBRC &kp MINUS &kp SEMI
&kp TILDE &kp AT &kp RPAR &kp QMARK &kp BSLH &kp LCTRL &kp RALT &kp PIPE &kp EXCL &kp RBRC &kp DOT &kp GRAVE
&kp LGUI &kp DEL &kp TAB &kp SPACE &tog SYM &tog SYM &kp RET &kp BSPC &kp ESC &kp RALT
&kp TILDE &kp AT &kp RPAR &kp QMARK &kp BSLH &kp LCTRL &kp RALT &kp PIPE &kp EXCL &kp RBRC &kp CARET &kp GRAVE
&kp LGUI &kp DEL &kp TAB &kp SPACE &sl SYM &sl SYM &kp RET &kp BSPC &kp ESC &kp RALT
>;
};

};

};

0 comments on commit df6fd8f

Please sign in to comment.