Update neopixel version for C5

This commit is contained in:
Just Call Me Koko
2025-10-07 12:12:58 -04:00
parent fc903cc66b
commit 828d0b1760
3 changed files with 9 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: adafruit/Adafruit_NeoPixel
ref: 1.10.7
ref: 1.12.0
path: CustomAdafruit_NeoPixel
- name: Install ArduinoJson

View File

@@ -183,7 +183,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: adafruit/Adafruit_NeoPixel
ref: 1.10.7
ref: 1.12.0
path: CustomAdafruit_NeoPixel
- name: Install ArduinoJson

View File

@@ -32,7 +32,7 @@
//#define MARAUDER_V8
//// END BOARD TARGETS
#define MARAUDER_VERSION "v1.8.7"
#define MARAUDER_VERSION "v1.8.8"
#define GRAPH_REFRESH 100
@@ -425,7 +425,7 @@
#define HAS_TOUCH
//#define HAS_FLIPPER_LED
//#define FLIPPER_ZERO_HAT
//#define HAS_BATTERY
#define HAS_BATTERY
//#define HAS_BT
//#define HAS_BUTTONS
#define HAS_NEOPIXEL_LED
@@ -2400,6 +2400,11 @@
#define I2C_SCL 25
#endif
#ifdef MARAUDER_V8
#define I2C_SCL 4
#define I2C_SDA 5
#endif
#endif
//// MARAUDER TITLE STUFF