diff options
author | ryjelsum <79069893+ryjelsum@users.noreply.github.com> | 2021-11-27 21:52:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-27 21:52:53 -0800 |
commit | 99c6829bf06b1cd43365e6c7ef2f136062b8ad06 (patch) | |
tree | 41d19957ed7ce6bbc2444e214e5b9071e9f97f58 /keyboards/40percentclub/polyandry/teensy2/rules.mk | |
parent | 99ec5e39cfa9f32613800b1df5168a50621cb497 (diff) |
[Keyboard] Add 40percent.club's 'polypad' PCB (#15158)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/40percentclub/polyandry/teensy2/rules.mk')
-rw-r--r-- | keyboards/40percentclub/polyandry/teensy2/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/40percentclub/polyandry/teensy2/rules.mk b/keyboards/40percentclub/polyandry/teensy2/rules.mk new file mode 100644 index 0000000000..320633f80f --- /dev/null +++ b/keyboards/40percentclub/polyandry/teensy2/rules.mk @@ -0,0 +1,5 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = halfkay |