diff options
Diffstat (limited to 'keyboards/ergotravel')
-rw-r--r-- | keyboards/ergotravel/info.json | 2 | ||||
-rw-r--r-- | keyboards/ergotravel/rules.mk | 15 |
2 files changed, 2 insertions, 15 deletions
diff --git a/keyboards/ergotravel/info.json b/keyboards/ergotravel/info.json index c0e5cc6368..efc59f6a62 100644 --- a/keyboards/ergotravel/info.json +++ b/keyboards/ergotravel/info.json @@ -1,9 +1,9 @@ { "keyboard_name": "ErgoTravel", - "manufacturer": "jpconstantineau", "identifier": "0x1256", "url": "https://github.com/jpconstantineau/ErgoTravel", "maintainer": "qmk", + "bootloader": "caterina", "processor": "atmega32u4", "width": 16, "height": 5, diff --git a/keyboards/ergotravel/rules.mk b/keyboards/ergotravel/rules.mk index 5fd2a23daf..ab0ae83c14 100644 --- a/keyboards/ergotravel/rules.mk +++ b/keyboards/ergotravel/rules.mk @@ -1,16 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -# Teensy halfkay -# Pro Micro caterina -# Atmel DFU atmel-dfu -# LUFA DFU lufa-dfu -# QMK DFU qmk-dfu -# ATmega32A bootloadHID -# ATmega328P USBasp -BOOTLOADER = caterina - # Build Options # change to "no" to disable the options, or define them in the Makefile in # the appropriate keymap folder that will get included automatically @@ -32,4 +19,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend SPLIT_KEYBOARD = yes -DEFAULT_FOLDER = ergotravel/rev1
\ No newline at end of file +DEFAULT_FOLDER = ergotravel/rev1 |