MINIMAL renaming to get the device to show up as the Keyboardio Atreus in Examples and in the boards manager.

This is not the final step, but should be enough that users won't get bitten later
pull/848/head^2
Jesse Vincent 4 years ago
parent 1ae6b5b9ab
commit b83d191866
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -0,0 +1,2 @@
DEFAULT_SKETCH="Atreus"
BOARD="keyboardio_atreus"

@ -1,2 +0,0 @@
DEFAULT_SKETCH="Atreus2"
BOARD="atreus2"

@ -17,7 +17,7 @@
*/
#ifndef KALEIDOSCOPE_VIRTUAL_BUILD
#ifdef ARDUINO_AVR_ATREUS2
#ifdef ARDUINO_AVR_KEYBOARDIO_ATREUS
#include "kaleidoscope/Runtime.h"
#include "kaleidoscope/driver/keyscanner/Base_Impl.h"

@ -18,7 +18,7 @@
#pragma once
#ifdef ARDUINO_AVR_ATREUS2
#ifdef ARDUINO_AVR_KEYBOARDIO_ATREUS
#include <Arduino.h>

Loading…
Cancel
Save