diff options
author | Joel Challis <git@zvecr.com> | 2021-07-22 23:01:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 23:01:19 +0100 |
commit | 5d7f2823c947264d3ff3bb4f057f8e050d6b4af1 (patch) | |
tree | a1cfdefd57fd2fcc7afcc1fa025da25538cc692d /keyboards/massdrop/ctrl/rules.mk | |
parent | 95a7c2282466252641a1d0bb1b15d50752193f4b (diff) | |
download | qmk_firmware-5d7f2823c947264d3ff3bb4f057f8e050d6b4af1.tar.gz qmk_firmware-5d7f2823c947264d3ff3bb4f057f8e050d6b4af1.zip |
Implement GPIO abstraction for atsam (#13567)
* Implement GPIO abstraction for atsam
* Convert Drop boards to normal matrix config
* Work round pin conflicts and matrix delay
Diffstat (limited to 'keyboards/massdrop/ctrl/rules.mk')
-rw-r--r-- | keyboards/massdrop/ctrl/rules.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/massdrop/ctrl/rules.mk b/keyboards/massdrop/ctrl/rules.mk index f58042b75f..ad79bbf918 100644 --- a/keyboards/massdrop/ctrl/rules.mk +++ b/keyboards/massdrop/ctrl/rules.mk @@ -1,13 +1,10 @@ # project specific files -SRC = matrix.c SRC += config_led.c #For platform and packs ARM_ATSAM = SAMD51J18A MCU = cortex-m4 -CUSTOM_MATRIX = lite - # Build Options # comment out to disable the options. # |