|
|
@ -24,6 +24,7 @@
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef KALEIDOSCOPE_VIRTUAL_BUILD
|
|
|
|
#ifdef ARDUINO_AVR_ATREUS
|
|
|
|
#ifdef ARDUINO_AVR_ATREUS
|
|
|
|
|
|
|
|
|
|
|
|
#include <Kaleidoscope.h>
|
|
|
|
#include <Kaleidoscope.h>
|
|
|
@ -41,3 +42,4 @@ ATMEGA_KEYSCANNER_BOILERPLATE
|
|
|
|
kaleidoscope::device::technomancy::Atreus &Atreus = kaleidoscope_internal::device;
|
|
|
|
kaleidoscope::device::technomancy::Atreus &Atreus = kaleidoscope_internal::device;
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif // ifndef KALEIDOSCOPE_VIRTUAL_BUILD
|
|
|
|