Merge pull request #1180 from keyboardio/led-wavepool/model100

plugins/LED-Wavepool: Enable the plugin for the Model 100 too
pull/1181/head
Jesse Vincent 3 years ago committed by GitHub
commit 6641fa5464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef ARDUINO_AVR_MODEL01
#if defined(ARDUINO_AVR_MODEL01) || defined(ARDUINO_keyboardio_model_100)
#include "kaleidoscope/plugin/LED-Wavepool.h"

@ -18,7 +18,7 @@
#pragma once
#ifdef ARDUINO_AVR_MODEL01
#if defined(ARDUINO_AVR_MODEL01) || defined(ARDUINO_keyboardio_model_100)
#include <Arduino.h> // for PROGMEM
#include <stdint.h> // for uint8_t, int16_t, int8_t, INT16_MAX

Loading…
Cancel
Save