1
0
Fork 0

implement rgb matrix for momokai keyboards (#19904)

Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
peepeetee 2023-03-07 13:07:47 -08:00 committed by GitHub
parent 25cb1c6a5a
commit 3d0f03f21e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 143 additions and 181 deletions

View file

@ -8,7 +8,8 @@ CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = WS2812
LTO_ENABLE = yes