diff options
author | Ryan <fauxpark@gmail.com> | 2022-09-01 00:17:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 07:17:24 -0700 |
commit | bb6f02883363b815de8e2510964787634f86d635 (patch) | |
tree | 41dff68762a7ec94bbfabea6a8cea1527f652b42 /keyboards/handwired/pytest | |
parent | 0237ff0c62d4278df3c0c93f5f85f84c1a0ed519 (diff) |
Move bootloader.mk to platforms (#18228)
Diffstat (limited to 'keyboards/handwired/pytest')
-rw-r--r-- | keyboards/handwired/pytest/basic/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/handwired/pytest/has_community/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/handwired/pytest/has_template/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/handwired/pytest/info.json | 4 | ||||
-rw-r--r-- | keyboards/handwired/pytest/macro/rules.mk | 1 |
5 files changed, 3 insertions, 6 deletions
diff --git a/keyboards/handwired/pytest/basic/rules.mk b/keyboards/handwired/pytest/basic/rules.mk index 6b42774dbf..e69de29bb2 100644 --- a/keyboards/handwired/pytest/basic/rules.mk +++ b/keyboards/handwired/pytest/basic/rules.mk @@ -1 +0,0 @@ -MCU = atmega32u4 diff --git a/keyboards/handwired/pytest/has_community/rules.mk b/keyboards/handwired/pytest/has_community/rules.mk index 4161649cbc..051634b3a4 100644 --- a/keyboards/handwired/pytest/has_community/rules.mk +++ b/keyboards/handwired/pytest/has_community/rules.mk @@ -1,3 +1 @@ -MCU = atmega32u4 - LAYOUTS = ortho_1x1 diff --git a/keyboards/handwired/pytest/has_template/rules.mk b/keyboards/handwired/pytest/has_template/rules.mk index 6b42774dbf..e69de29bb2 100644 --- a/keyboards/handwired/pytest/has_template/rules.mk +++ b/keyboards/handwired/pytest/has_template/rules.mk @@ -1 +0,0 @@ -MCU = atmega32u4 diff --git a/keyboards/handwired/pytest/info.json b/keyboards/handwired/pytest/info.json index 331472762c..2ba7d34d52 100644 --- a/keyboards/handwired/pytest/info.json +++ b/keyboards/handwired/pytest/info.json @@ -6,5 +6,7 @@ "vid": "0xFEED", "pid": "0x6465", "device_version": "0.0.1" - } + }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu" } diff --git a/keyboards/handwired/pytest/macro/rules.mk b/keyboards/handwired/pytest/macro/rules.mk index 6b42774dbf..e69de29bb2 100644 --- a/keyboards/handwired/pytest/macro/rules.mk +++ b/keyboards/handwired/pytest/macro/rules.mk @@ -1 +0,0 @@ -MCU = atmega32u4 |