forked from zmkfirmware/zmk
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ptdevice-alpotato' of github.com:ALpotato/zmk into ALpo…
…tato-ptdevice-alpotato
- Loading branch information
Showing
326 changed files
with
22,699 additions
and
19 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# | ||
# Copyright (c) 2021 Darryl deHaan | ||
# SPDX-License-Identifier: MIT | ||
# | ||
|
||
if (CONFIG_NICE_NANO_POINTDEVICE) | ||
add_subdirectory_ifdef(CONFIG_PINNACLE trackpad) | ||
add_subdirectory_ifdef(CONFIG_PMW33XX trackball) | ||
add_subdirectory_ifdef(CONFIG_PMW3360 trackball) | ||
add_subdirectory_ifdef(CONFIG_PAW3395 trackball) | ||
add_subdirectory_ifdef(CONFIG_PMW3610 trackball) | ||
endif() |
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
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 |
---|---|---|
|
@@ -13,3 +13,5 @@ supported: | |
- ieee802154 | ||
- pwm | ||
- watchdog | ||
- spi | ||
- i2c |
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 |
---|---|---|
|
@@ -23,3 +23,5 @@ | |
compatible = "zmk,battery-nrf-vddh"; | ||
}; | ||
}; | ||
|
||
nice_nano_spi: &spi2 {}; |
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 |
---|---|---|
|
@@ -13,3 +13,5 @@ supported: | |
- ieee802154 | ||
- pwm | ||
- watchdog | ||
- spi | ||
- i2c |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
zephyr_library() | ||
zephyr_library_sources_ifdef(CONFIG_PMW33XX trackball.c) | ||
zephyr_library_sources_ifdef(CONFIG_PMW3360 trackball_new.c) | ||
zephyr_library_sources_ifdef(CONFIG_PAW3395 trackball_new.c) | ||
zephyr_library_sources_ifdef(CONFIG_PMW3610 trackball_new.c) | ||
|
||
zephyr_library_include_directories(${CMAKE_SOURCE_DIR}/include) | ||
zephyr_library_include_directories(${CMAKE_SOURCE_DIR}/drivers/sensor) | ||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers) |
Oops, something went wrong.