forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalise ADC driver source inclusion (qmk#22448)
- Loading branch information
1 parent
60d9066
commit 86e0704
Showing
35 changed files
with
69 additions
and
43 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SRC += analog.c | ||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += matrix.c ec_switch_matrix.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += matrix.c ec_switch_matrix.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += matrix.c ec_switch_matrix.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += matrix.c ec_switch_matrix.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,2 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
SRC += analog.c matrix.c ec_switch_matrix.c | ||
SRC += matrix.c ec_switch_matrix.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += matrix.c ec_switch_matrix.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += matrix.c ec_switch_matrix.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += matrix.c ec_switch_matrix.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += matrix.c ec_switch_matrix.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,4 +1,6 @@ | ||
UF2_DEVICE_TYPE_ID = 0x35446147 | ||
UF2CONV_ARGS = --device-type $(UF2_DEVICE_TYPE_ID) | ||
|
||
SRC += analog.c lib/common.c lib/mux.c | ||
SRC += lib/common.c lib/mux.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,4 +1,6 @@ | ||
UF2_DEVICE_TYPE_ID = 0x27b9a6ea | ||
UF2CONV_ARGS = --device-type $(UF2_DEVICE_TYPE_ID) | ||
|
||
SRC += analog.c lib/common.c lib/mux.c | ||
SRC += lib/common.c lib/mux.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,4 +1,6 @@ | ||
UF2_DEVICE_TYPE_ID = 0x9bc1e968 | ||
UF2CONV_ARGS = --device-type $(UF2_DEVICE_TYPE_ID) | ||
|
||
SRC += analog.c lib/common.c lib/mux.c | ||
SRC += lib/common.c lib/mux.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,5 +1,3 @@ | ||
SRC += analog.c | ||
|
||
# Build Options | ||
# change yes to no to disable | ||
# | ||
|
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,3 +1,3 @@ | ||
SRC += analog.c | ||
|
||
CONSOLE_ENABLE = yes | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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 @@ | ||
SRC += analog.c | ||
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 |
---|---|---|
|
@@ -5,5 +5,3 @@ JOYSTICK_DRIVER = analog | |
EXTRAKEY_ENABLE = yes | ||
WPM_ENABLE = yes | ||
LTO_ENABLE = yes | ||
|
||
SRC += analog.c |
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
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 |
---|---|---|
|
@@ -19,4 +19,4 @@ MAGIC_ENABLE = no | |
GRAVE_ESC_ENABLE = no | ||
LTO_ENABLE = yes | ||
|
||
SRC += analog.c | ||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += ec.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += ec.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += ec.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |
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,3 +1,4 @@ | ||
CUSTOM_MATRIX = lite | ||
QUANTUM_LIB_SRC += analog.c | ||
SRC += ec.c | ||
|
||
ANALOG_DRIVER_REQUIRED = yes |