diff options
Diffstat (limited to 'keyboards/qpockets')
-rw-r--r-- | keyboards/qpockets/eggman/info.json | 2 | ||||
-rw-r--r-- | keyboards/qpockets/eggman/rules.mk | 6 | ||||
-rw-r--r-- | keyboards/qpockets/space_space/rev1/info.json | 2 | ||||
-rw-r--r-- | keyboards/qpockets/space_space/rev1/rules.mk | 6 | ||||
-rw-r--r-- | keyboards/qpockets/space_space/rev2/info.json | 2 | ||||
-rw-r--r-- | keyboards/qpockets/space_space/rev2/rules.mk | 6 | ||||
-rw-r--r-- | keyboards/qpockets/wanten/info.json | 2 | ||||
-rw-r--r-- | keyboards/qpockets/wanten/rules.mk | 6 |
8 files changed, 8 insertions, 24 deletions
diff --git a/keyboards/qpockets/eggman/info.json b/keyboards/qpockets/eggman/info.json index f9cc6c77b9..5d63633cfa 100644 --- a/keyboards/qpockets/eggman/info.json +++ b/keyboards/qpockets/eggman/info.json @@ -8,6 +8,8 @@ "pid": "0x656D", "device_version": "10.0.0" }, + "processor": "atmega32u2", + "bootloader": "atmel-dfu", "layouts": { "LAYOUT_default": { "layout": [ diff --git a/keyboards/qpockets/eggman/rules.mk b/keyboards/qpockets/eggman/rules.mk index 7cb0dc381f..c473e6a78e 100644 --- a/keyboards/qpockets/eggman/rules.mk +++ b/keyboards/qpockets/eggman/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u2 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # diff --git a/keyboards/qpockets/space_space/rev1/info.json b/keyboards/qpockets/space_space/rev1/info.json index b73e3a434c..394a03b5ee 100644 --- a/keyboards/qpockets/space_space/rev1/info.json +++ b/keyboards/qpockets/space_space/rev1/info.json @@ -8,6 +8,8 @@ "pid": "0x7373", "device_version": "30.0.0" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "debounce": 7, "layouts": { "LAYOUT_default": { diff --git a/keyboards/qpockets/space_space/rev1/rules.mk b/keyboards/qpockets/space_space/rev1/rules.mk index 5f58c5684b..131aa72aeb 100644 --- a/keyboards/qpockets/space_space/rev1/rules.mk +++ b/keyboards/qpockets/space_space/rev1/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # diff --git a/keyboards/qpockets/space_space/rev2/info.json b/keyboards/qpockets/space_space/rev2/info.json index a6cad3665e..e895a35d4d 100644 --- a/keyboards/qpockets/space_space/rev2/info.json +++ b/keyboards/qpockets/space_space/rev2/info.json @@ -8,6 +8,8 @@ "pid": "0x7373", "device_version": "30.0.2" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "layouts": { "LAYOUT_default": { "layout": [ diff --git a/keyboards/qpockets/space_space/rev2/rules.mk b/keyboards/qpockets/space_space/rev2/rules.mk index 8876a45881..ebe0d0e0e3 100644 --- a/keyboards/qpockets/space_space/rev2/rules.mk +++ b/keyboards/qpockets/space_space/rev2/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # diff --git a/keyboards/qpockets/wanten/info.json b/keyboards/qpockets/wanten/info.json index 8ce7326062..61ff2f78da 100644 --- a/keyboards/qpockets/wanten/info.json +++ b/keyboards/qpockets/wanten/info.json @@ -8,6 +8,8 @@ "pid": "0x7774", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "debounce": 4, "layouts": { "LAYOUT_default": { diff --git a/keyboards/qpockets/wanten/rules.mk b/keyboards/qpockets/wanten/rules.mk index c4a39c910f..f0a88209b6 100644 --- a/keyboards/qpockets/wanten/rules.mk +++ b/keyboards/qpockets/wanten/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # |