Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyoma committed Feb 9, 2024
1 parent 7f5f5c0 commit 2ef453e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 1 addition & 4 deletions config/boards/shields/cradio/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ config ZMK_SPLIT_ROLE_CENTRAL
config ZMK_USB
default y

config ZMK_SPLIT
default y

endif

if SHIELD_CRADIO_LEFT || SHIELD_CRADIO_RIGHT
if SHIELD_CRADIO_LEFT || SHIELD_CRADIO_RIGHT || SHIELD_CRADIO_DONGLE

config ZMK_SPLIT
default y
Expand Down
2 changes: 2 additions & 0 deletions config/boards/shields/cradio/cradio.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

CONFIG_ZMK_KEYBOARD_NAME="Sweep"
5 changes: 5 additions & 0 deletions config/boards/shields/cradio/cradio_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@
*/

#include "cradio.dtsi"

&default_transform {
col-offset = <0>;
};

0 comments on commit 2ef453e

Please sign in to comment.