1
0
Fork 0

[Userspace] Add Nasu to userspace code (#17524)

* Define Nasu indicator pins in userspace

* Add userspace indicator code to Nasu
This commit is contained in:
stanrc85 2022-07-02 15:10:07 -04:00 committed by GitHub
parent 4804b73540
commit bb1edf6676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -30,3 +30,9 @@
#define ENABLE_RGB_MATRIX_MULTISPLASH
#define ENABLE_RGB_MATRIX_TYPING_HEATMAP
#endif
#ifdef KEYBOARD_nasu
#define INDICATOR_PIN_0 B1
#define INDICATOR_PIN_1 B0
#define INDICATOR_PIN_2 A7
#endif