aboutsummaryrefslogtreecommitdiff
path: root/keyboards/qwertyydox
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/qwertyydox')
-rw-r--r--keyboards/qwertyydox/info.json2
-rw-r--r--keyboards/qwertyydox/rules.mk13
2 files changed, 1 insertions, 14 deletions
diff --git a/keyboards/qwertyydox/info.json b/keyboards/qwertyydox/info.json
index 8616f274e..91c7065f1 100644
--- a/keyboards/qwertyydox/info.json
+++ b/keyboards/qwertyydox/info.json
@@ -1,9 +1,9 @@
1{ 1{
2 "keyboard_name": "QWERTYYdox", 2 "keyboard_name": "QWERTYYdox",
3 "manufacturer": "aydenvis",
4 "identifier": "0x1256", 3 "identifier": "0x1256",
5 "url": "", 4 "url": "",
6 "maintainer": "qmk", 5 "maintainer": "qmk",
6 "bootloader": "caterina",
7 "processor": "atmega32u4", 7 "processor": "atmega32u4",
8 "width": 16.25, 8 "width": 16.25,
9 "height": 5, 9 "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