Add config for Atreus based on Adafruit Feather BLE (#9140)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
This commit is contained in:
Randall Mason
2020-07-11 06:09:40 -05:00
committed by GitHub
parent 6609197cde
commit 817de51c12
7 changed files with 197 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# MCU name
MCU = atmega32u4
# Processor frequency
F_CPU = 8000000
# 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 yes to no to disable
#
BLUETOOTH = AdafruitBLE
CONSOLE_ENABLE = no