Skip to content

Commit

Permalink
try moving mouse configs to Kconfig.defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
RealET committed Jan 9, 2025
1 parent b23c72f commit d82c81b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
13 changes: 11 additions & 2 deletions boards/shields/imprint/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,24 @@ endif

if SHIELD_IMPRINT_LEFT || SHIELD_IMPRINT_RIGHT

config ZMK_POINTING
config ZMK_SPLIT
default y

config ZMK_SPLIT
config ZMK_POINTING
default y

config SPI
default y

CONFIG_INPUT=y
default y

CONFIG_ZMK_MOUSE=y
default y

CONFIG_PMW3610=y
default y

endif

config ZMK_RGB_UNDERGLOW
Expand Down
9 changes: 0 additions & 9 deletions boards/shields/imprint/imprint_left.conf
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
CONFIG_SPI=y
CONFIG_INPUT=y
CONFIG_ZMK_MOUSE=y
CONFIG_PMW3610=y
# CONFIG_PMW3610_SWAP_XY=y
# CONFIG_PMW3610_INVERT_X=y
# CONFIG_PMW3610_INVERT_Y=y
# CONFIG_PMW3610_REPORT_INTERVAL_MIN=12
# CONFIG_PMW3610_LOG_LEVEL_DBG=y
9 changes: 0 additions & 9 deletions boards/shields/imprint/imprint_right.conf
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
CONFIG_SPI=y
CONFIG_INPUT=y
CONFIG_ZMK_MOUSE=y
CONFIG_PMW3610=y
# CONFIG_PMW3610_SWAP_XY=y
# CONFIG_PMW3610_INVERT_X=y
# CONFIG_PMW3610_INVERT_Y=y
# CONFIG_PMW3610_REPORT_INTERVAL_MIN=12
# CONFIG_PMW3610_LOG_LEVEL_DBG=y

0 comments on commit d82c81b

Please sign in to comment.