Merge pull request #8 from keyboardio/f/model01-bound

Emit an error when compiling for anything else but the Model01
pull/365/head
Jesse Vincent 6 years ago committed by GitHub
commit 9005df2486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,6 +16,10 @@
#pragma once
#ifndef ARDUINO_AVR_MODEL01
#error The Kaleidoscope-Model01-TestMode plugin was designed for the Keyboardio Model01, and does not work with any other hardware.
#endif
#include <Arduino.h>
#include "Kaleidoscope.h"

Loading…
Cancel
Save