diff options
| author | Alexis Jeandeau | 2021-11-17 03:59:03 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-17 03:59:03 +0100 |
| commit | 3d49069a46b42d2a0e4d8b7537ac4ccf41e6402d (patch) | |
| tree | a49bd00ad8c8055732b1a656f953d0d7e10d572f /keyboards/splitography/rules.mk | |
| parent | 596511a959269097d640cf59fa0ad6ddb376b674 (diff) | |
[Keyboard] Add SOFT/HRUF Splitography keyboard (#15133)
Diffstat (limited to 'keyboards/splitography/rules.mk')
| -rw-r--r-- | keyboards/splitography/rules.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/splitography/rules.mk b/keyboards/splitography/rules.mk new file mode 100644 index 0000000000..e8326bcf09 --- /dev/null +++ b/keyboards/splitography/rules.mk @@ -0,0 +1,5 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu |