fl16: Bump to v0.2.5

Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
Daniel Schaefer 2023-11-17 18:33:51 +08:00
parent 1e6896999f
commit 9a6c749a83
6 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
"processor": "RP2040",
"url": "https://fr.mw/FRAKDKEN",
"usb": {
"device_version": "0.2.4",
"device_version": "0.2.5",
"pid": "0x0012",
"vid": "0x32AC",
"force_nkro": true

View File

@ -16,7 +16,7 @@
"processor": "RP2040",
"url": "https://fr.mw/FRAKDKEN",
"usb": {
"device_version": "0.2.4",
"device_version": "0.2.5",
"pid": "0x0018",
"vid": "0x32AC",
"force_nkro": true

View File

@ -16,7 +16,7 @@
"processor": "RP2040",
"url": "https://fr.mw/FRAKDKEN",
"usb": {
"device_version": "0.2.4",
"device_version": "0.2.5",
"pid": "0x0019",
"vid": "0x32AC",
"force_nkro": true

View File

@ -16,7 +16,7 @@
"processor": "RP2040",
"url": "https://fr.mw/FRAKDNEN",
"usb": {
"device_version": "0.2.4",
"device_version": "0.2.5",
"pid": "0x0013",
"vid": "0x32AC",
"force_nkro": true

View File

@ -267,10 +267,10 @@ bool handle_idle(void) {
}
#ifdef RGB_MATRIX_ENABLE
if (rgb_matrix_get_suspend_state() != asleep) {
if asleep {
writePinLow(IS31FL3743A_ENABLE_GPIO)
if (asleep) {
writePinLow(IS31FL3743A_ENABLE_GPIO);
} else {
writePinHigh(IS31FL3743A_ENABLE_GPIO)
writePinHigh(IS31FL3743A_ENABLE_GPIO);
}
rgb_matrix_set_suspend_state(asleep);
}

View File

@ -16,7 +16,7 @@
"processor": "RP2040",
"url": "https://fr.mw/FRAKDMEN",
"usb": {
"device_version": "0.2.4",
"device_version": "0.2.5",
"pid": "0x0014",
"vid": "0x32AC",
"force_nkro": true