diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-06-09 22:59:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 22:59:19 -0700 |
| commit | 7a6e630ffd1a2a8357daf8b7ed2ab766eae55e07 (patch) | |
| tree | f47997266960b08eca70a929ec19a4093f491ae3 /keyboards/latin60rgb | |
| parent | 32b2ac0a807bdb088df685e6118f4c0966b6cca4 (diff) | |
| download | qmk_firmware-7a6e630ffd1a2a8357daf8b7ed2ab766eae55e07.tar.gz qmk_firmware-7a6e630ffd1a2a8357daf8b7ed2ab766eae55e07.zip | |
Fix RGB/LED Suspend defines (#13146)
Diffstat (limited to 'keyboards/latin60rgb')
| -rw-r--r-- | keyboards/latin60rgb/config.h | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/keyboards/latin60rgb/config.h b/keyboards/latin60rgb/config.h index bbe502054..97b481291 100644 --- a/keyboards/latin60rgb/config.h +++ b/keyboards/latin60rgb/config.h | |||
| @@ -1,18 +1,18 @@ | |||
| 1 | /* Copyright 2021 latincompass | 1 | /* Copyright 2021 latincompass |
| 2 | * | 2 | * |
| 3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
| 5 | * the Free Software Foundation, either version 2 of the License, or | 5 | * the Free Software Foundation, either version 2 of the License, or |
| 6 | * (at your option) any later version. | 6 | * (at your option) any later version. |
| 7 | * | 7 | * |
| 8 | * This program is distributed in the hope that it will be useful, | 8 | * This program is distributed in the hope that it will be useful, |
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | * GNU General Public License for more details. | 11 | * GNU General Public License for more details. |
| 12 | * | 12 | * |
| 13 | * You should have received a copy of the GNU General Public License | 13 | * You should have received a copy of the GNU General Public License |
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #pragma once | 16 | #pragma once |
| 17 | 17 | ||
| 18 | /* USB Device descriptor parameter */ | 18 | /* USB Device descriptor parameter */ |
| @@ -53,7 +53,7 @@ | |||
| 53 | 53 | ||
| 54 | #ifdef RGB_MATRIX_ENABLE | 54 | #ifdef RGB_MATRIX_ENABLE |
| 55 | # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects | 55 | # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects |
| 56 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended | 56 | # define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended |
| 57 | # define RGB_MATRIX_KEYPRESSES | 57 | # define RGB_MATRIX_KEYPRESSES |
| 58 | # define RGB_MATRIX_FRAMEBUFFER_EFFECTS | 58 | # define RGB_MATRIX_FRAMEBUFFER_EFFECTS |
| 59 | # define DISABLE_RGB_MATRIX_GRADIENT_UP_DOWN | 59 | # define DISABLE_RGB_MATRIX_GRADIENT_UP_DOWN |
| @@ -77,4 +77,3 @@ | |||
| 77 | # define DRIVER_1_LED_TOTAL 60 | 77 | # define DRIVER_1_LED_TOTAL 60 |
| 78 | # define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL | 78 | # define DRIVER_LED_TOTAL DRIVER_1_LED_TOTAL |
| 79 | #endif | 79 | #endif |
| 80 | |||
