diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-19 06:53:09 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-19 06:53:09 +0000 |
commit | 86b5c6b5c3a36aec349b4350363a3526a9734ad7 (patch) | |
tree | b1150eaaeeb3183bdeaf88af7dca741f22d63d19 /users/stanrc85/config.h | |
parent | c39eeaa1c82c9a1974d959b5673602dbd5930f47 (diff) | |
parent | 06b6729b168334c6496288acf6734aa586d335e2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'users/stanrc85/config.h')
-rw-r--r-- | users/stanrc85/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/stanrc85/config.h b/users/stanrc85/config.h index b883a21dd2..e12beedb90 100644 --- a/users/stanrc85/config.h +++ b/users/stanrc85/config.h @@ -15,6 +15,12 @@ #define INDICATOR_PIN_2 D4 #endif +#ifdef KEYBOARD_mechlovin_adelais_standard_led_arm_rev4_stm32f303 + #define INDICATOR_PIN_0 B2 + #define INDICATOR_PIN_1 C15 + #define INDICATOR_PIN_2 B9 +#endif + #ifdef KEYBOARD_boardsource_the_mark #define RGB_MATRIX_KEYPRESSES #endif |