summaryrefslogtreecommitdiff
path: root/users/stanrc85/config.h
diff options
context:
space:
mode:
authorstanrc85 <47038504+stanrc85@users.noreply.github.com>2022-07-02 15:10:07 -0400
committerGitHub <noreply@github.com>2022-07-02 20:10:07 +0100
commitbb1edf6676c969f2cb641924fd8c777a7378e2ad (patch)
treeb790eda0c6aebdedbe02ab6a957fe0a308be998a /users/stanrc85/config.h
parent4804b73540186152d61cf08d5e80cd59c637aa0c (diff)
[Userspace] Add Nasu to userspace code (#17524)
* Define Nasu indicator pins in userspace * Add userspace indicator code to Nasu
Diffstat (limited to 'users/stanrc85/config.h')
-rw-r--r--users/stanrc85/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/stanrc85/config.h b/users/stanrc85/config.h
index e12beedb90..275b368d0a 100644
--- a/users/stanrc85/config.h
+++ b/users/stanrc85/config.h
@@ -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