aboutsummaryrefslogtreecommitdiff
path: root/keyboards/qwertyydox
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/qwertyydox')
-rw-r--r--keyboards/qwertyydox/info.json1
-rw-r--r--keyboards/qwertyydox/rules.mk13
2 files changed, 1 insertions, 13 deletions
diff --git a/keyboards/qwertyydox/info.json b/keyboards/qwertyydox/info.json
index 8616f274e..2a7efc199 100644
--- a/keyboards/qwertyydox/info.json
+++ b/keyboards/qwertyydox/info.json
@@ -4,6 +4,7 @@
4 "identifier": "0x1256", 4 "identifier": "0x1256",
5 "url": "", 5 "url": "",
6 "maintainer": "qmk", 6 "maintainer": "qmk",
7 "bootloader": "caterina",
7 "processor": "atmega32u4", 8 "processor": "atmega32u4",
8 "width": 16.25, 9 "width": 16.25,
9 "height": 5, 10 "height": 5,
diff --git a/keyboards/qwertyydox/rules.mk b/keyboards/qwertyydox/rules.mk
index bad5a268a..3e66c233a 100644
--- a/keyboards/qwertyydox/rules.mk
+++ b/keyboards/qwertyydox/rules.mk
@@ -1,16 +1,3 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5# Teensy halfkay
6# Pro Micro caterina
7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
12BOOTLOADER = caterina
13
14# Build Options 1# Build Options
15# change to "no" to disable the options, or define them in the Makefile in 2# change to "no" to disable the options, or define them in the Makefile in
16# the appropriate keymap folder that will get included automatically 3# the appropriate keymap folder that will get included automatically