forked from mirrors/qmk_userspace
Move bootloader.mk to platforms (#18228)
This commit is contained in:
parent
0237ff0c62
commit
bb6f028833
11 changed files with 180 additions and 100 deletions
|
@ -1 +0,0 @@
|
|||
MCU = atmega32u4
|
|
@ -1,3 +1 @@
|
|||
MCU = atmega32u4
|
||||
|
||||
LAYOUTS = ortho_1x1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
MCU = atmega32u4
|
|
@ -6,5 +6,7 @@
|
|||
"vid": "0xFEED",
|
||||
"pid": "0x6465",
|
||||
"device_version": "0.0.1"
|
||||
}
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "atmel-dfu"
|
||||
}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
MCU = atmega32u4
|
Loading…
Add table
Add a link
Reference in a new issue