From 926c3ddddce4cefa689d6bfad78cdff72ef15aec Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Thu, 19 Jan 2017 10:33:46 +0100 Subject: [PATCH] Drop the idea of supporting multiple firmware We are not going to support other firmware than KeyboardioFirmware - if need be, KeyboardioFirmware will be ported to other hardware instead. As such, remove the traces of code that suggest otherwise. Signed-off-by: Gergely Nagy --- src/Akela-Core.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Akela-Core.h b/src/Akela-Core.h index 3aa5bd1a..b578bbd2 100644 --- a/src/Akela-Core.h +++ b/src/Akela-Core.h @@ -19,15 +19,10 @@ #pragma once #ifdef ARDUINO_AVR_MODEL01 -# define AKELA_KEYBOARDIO # define AKELA_KEYBOARDIO_MODEL01 #endif -#ifdef AKELA_KEYBOARDIO -# include -#else -# error Target firmware integration is not supported -#endif +#include #define DEFAULT_TIMEOUT 40