diff options
| author | Balz Guenat <balz.guenat@gmail.com> | 2021-11-20 18:06:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-20 09:06:08 -0800 |
| commit | 32215d5bff52262542a2f8d2a221b0303f02c019 (patch) | |
| tree | 4f788b0302cdda37e5f3f7165c236a3b9d85e19a /quantum/encoder/tests/testlist.mk | |
| parent | d11d2459ce3840a4549533d1a2136044d1fa7e19 (diff) | |
| download | qmk_firmware-32215d5bff52262542a2f8d2a221b0303f02c019.tar.gz qmk_firmware-32215d5bff52262542a2f8d2a221b0303f02c019.zip | |
Rework encoders to enable asymmetric split keyboards (#12090)
Co-authored-by: Balz Guenat <balz.guenat@siemens.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'quantum/encoder/tests/testlist.mk')
| -rw-r--r-- | quantum/encoder/tests/testlist.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/encoder/tests/testlist.mk b/quantum/encoder/tests/testlist.mk new file mode 100644 index 000000000..1be9f4a05 --- /dev/null +++ b/quantum/encoder/tests/testlist.mk | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | TEST_LIST += \ | ||
| 2 | encoder \ | ||
| 3 | encoder_split | ||
