diff options
author | zvecr <git@zvecr.com> | 2019-09-10 19:21:27 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-09-10 21:15:48 -0700 |
commit | 251b4fb79d558f550a481cad448000c1622d58f9 (patch) | |
tree | 8412627564719634750bf944b78e91f7a07a6331 | |
parent | 68dbf92d9ed0612e20c71a8ad71418b683999e8d (diff) | |
download | qmk_firmware-251b4fb79d558f550a481cad448000c1622d58f9.tar.gz qmk_firmware-251b4fb79d558f550a481cad448000c1622d58f9.zip |
Fix boards being skipped during make all
-rw-r--r-- | keyboards/adkb96/rev1/rules.mk | 0 | ||||
-rw-r--r-- | keyboards/maartenwut/atom47/rules.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/adkb96/rev1/rules.mk b/keyboards/adkb96/rev1/rules.mk new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/keyboards/adkb96/rev1/rules.mk diff --git a/keyboards/maartenwut/atom47/rules.mk b/keyboards/maartenwut/atom47/rules.mk index 9a2cbc55ab..39bfbc2b09 100644 --- a/keyboards/maartenwut/atom47/rules.mk +++ b/keyboards/maartenwut/atom47/rules.mk @@ -61,5 +61,5 @@ AUDIO_ENABLE = no UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID -DEFAULT_FOLDER = atom47/rev3 +DEFAULT_FOLDER = maartenwut/atom47/rev3 |