@ -16,6 +16,8 @@
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#ifdef ARDUINO_SAMD_RAISE
#include <Arduino.h>
@ -16,10 +16,9 @@
with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef __AVR__
#ifndef twi_h
#define twi_h
#ifndef KALEIDOSCOPE_VIRTUAL_BUILD
@ -56,4 +55,3 @@ void twi_releaseBus(void);
#endif // ifndef KALEIDOSCOPE_VIRTUAL_BUILD
#endif
@ -19,6 +19,8 @@
#include "kaleidoscope/Runtime.h"
#include <Kaleidoscope-Ranges.h>
#define Key_Turbo Key{kaleidoscope::ranges::TURBO }
namespace kaleidoscope {