-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest KConfig for PMW3360 driver
- Loading branch information
Showing
5 changed files
with
33 additions
and
43 deletions.
There are no files selected for viewing
5 changes: 3 additions & 2 deletions
5
boards/shields/dactyl_manuform_5x7/dactyl_manuform_5x7_right.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
CONFIG_SPI=y | ||
CONFIG_INPUT=y | ||
CONFIG_ZMK_MOUSE=y | ||
CONFIG_PMW3360=y | ||
CONFIG_PMW3360_LOG_LEVEL_DBG=y | ||
CONFIG_SENSOR=y | ||
CONFIG_SENSOR_LOG_LEVEL_DBG=y | ||
CONFIG_PMW3610=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters