diff options
author | Ryan <fauxpark@gmail.com> | 2022-11-11 12:15:19 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 12:15:19 +1100 |
commit | 20ed138236a88c8b1fc3924f4b883618f6e01920 (patch) | |
tree | e69701853d2e16e8154d00f85f076541111b262a /keyboards/handwired/hnah108/config.h | |
parent | dad5262425c311b3e14cf886a29c312e3edf7dd4 (diff) |
LED config fixes (#18973)
Diffstat (limited to 'keyboards/handwired/hnah108/config.h')
-rw-r--r-- | keyboards/handwired/hnah108/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/hnah108/config.h b/keyboards/handwired/hnah108/config.h index 913b19af5a..27fa0fd23c 100644 --- a/keyboards/handwired/hnah108/config.h +++ b/keyboards/handwired/hnah108/config.h @@ -47,7 +47,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_LEVELS 4 #define RGB_DI_PIN E2 -#define RGB_MATRIX_LED_COUNT 31 +#define RGB_MATRIX_LED_COUNT 30 // RGB Matrix Animation modes. Explicitly enabled // For full list of effects, see: // https://docs.qmk.fm/#/feature_rgb_matrix?id=rgb-matrix-effects |