diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2018-05-24 15:27:43 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-24 15:27:43 -0700 |
commit | 9ae6f4f927bc27012929785e0f7479501406331f (patch) | |
tree | 5affdb94edd5d43ae20cc483084de2c44938bf45 /keyboards/bigswitch/config.h | |
parent | 3a4a28a38b53e67edd1141bf435df09d0a89466b (diff) | |
download | qmk_firmware-9ae6f4f927bc27012929785e0f7479501406331f.tar.gz |
Wait for QMK to initialize before configuring RGB (#3030)
Wait for 1 second before turning on RGB to get debug messages on
console.
- configure HSV color, on a brand new pro micro the default values are
0, 0, 0
Diffstat (limited to 'keyboards/bigswitch/config.h')
-rwxr-xr-x | keyboards/bigswitch/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bigswitch/config.h b/keyboards/bigswitch/config.h index b6cbf06e9..cc290fd79 100755 --- a/keyboards/bigswitch/config.h +++ b/keyboards/bigswitch/config.h @@ -53,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifdef RGBLIGHT_ENABLE #define RGB_DI_PIN D3 #define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 5 +#define RGBLED_NUM 8 #endif #endif |