diff options
author | Othi <mnpq.raven@gmail.com> | 2019-01-30 21:01:18 +0000 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-30 13:01:18 -0800 |
commit | 1d49f76f15c9940dd1dce580c19bfda62548c980 (patch) | |
tree | 54acb9cd87ad6b91bea45fad3f4a203e2939b28f /keyboards | |
parent | 19c504662efd1139ffbf2aa05ce93ee73e121738 (diff) | |
download | qmk_firmware-1d49f76f15c9940dd1dce580c19bfda62548c980.tar.gz qmk_firmware-1d49f76f15c9940dd1dce580c19bfda62548c980.zip |
space65-5001 init, small corrections to the total number of leds (#5006)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/gray_studio/space65/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gray_studio/space65/config.h b/keyboards/gray_studio/space65/config.h index cb8ee3c019..356e6a8cd8 100644 --- a/keyboards/gray_studio/space65/config.h +++ b/keyboards/gray_studio/space65/config.h @@ -59,7 +59,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN E2 #ifdef RGB_DI_PIN - #define RGBLED_NUM 5 + #define RGBLED_NUM 6 #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 |