Update options.h

This commit is contained in:
sanni 2022-06-05 15:49:45 +02:00 committed by GitHub
parent 23d900aad4
commit 198633fd2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
// !!! CHOOSE HARDWARE VERSION !!!
//******************************************
// Remove // in front of the line with your hardware version
//#define HW5
//#define HW4
//#define HW3
//#define HW2
@ -18,7 +19,7 @@
//******************************************
// Hardware Configurations
//******************************************
#if defined(HW4)
#if (defined(HW4) || defined(HW5))
#define enable_LCD
#define enable_neopixel
#define enable_rotary