diff options
author | Ryan <fauxpark@gmail.com> | 2020-03-04 09:10:39 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 14:10:39 -0800 |
commit | 8c3ff3f32c49c649ef6632d10f8fb15ef60d990d (patch) | |
tree | 2093a3a55ba5c7b6c63a0df3448f060fc7a9ee60 /keyboards/lfkeyboards/lfk78/revc/rules.mk | |
parent | 910d603c657e4ad81a4e7a4c86a74e2e79aa1eaa (diff) |
[Keyboard] LFK78 refactor (#7835)
* Change include guards to pragma once
* Clean up default keymaps
* Remove some magic numbers and use GPIO macros
* Clean up keyboard.[ch]
* Tidy up info.json and readme
* Align config.h with template
* Split up revision code into subfolders
* rev C-H has no audio, apparently
* Change revc_h to revc and document differences
* Turn off Audio on revb for now, for Travis' sake
* Split info.json into revision folders
* Clean up default keymaps some more
Diffstat (limited to 'keyboards/lfkeyboards/lfk78/revc/rules.mk')
-rw-r--r-- | keyboards/lfkeyboards/lfk78/revc/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/lfkeyboards/lfk78/revc/rules.mk b/keyboards/lfkeyboards/lfk78/revc/rules.mk new file mode 100644 index 0000000000..889bfaad54 --- /dev/null +++ b/keyboards/lfkeyboards/lfk78/revc/rules.mk @@ -0,0 +1,2 @@ +# MCU name +MCU = at90usb1286 |