diff options
author | Andrew Kannan <andrew.kannan@gmail.com> | 2022-10-28 19:55:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 00:55:18 +0100 |
commit | e90ff84c31905932849164204c10ea58255ddad2 (patch) | |
tree | e029bdd18a807ad301cde0c7419bcc917745af80 /keyboards/cannonkeys/hoodrowg/config.h | |
parent | bb97a78d3e16460cb25ff82d0ad36cbd272e48d3 (diff) |
Add indicator LEDs to hoodrow G PCB (#18888)
Diffstat (limited to 'keyboards/cannonkeys/hoodrowg/config.h')
-rw-r--r-- | keyboards/cannonkeys/hoodrowg/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/hoodrowg/config.h b/keyboards/cannonkeys/hoodrowg/config.h index 6971cf02b8..d537eca59f 100644 --- a/keyboards/cannonkeys/hoodrowg/config.h +++ b/keyboards/cannonkeys/hoodrowg/config.h @@ -39,6 +39,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_TWINKLE +#define LED_CAPS_LOCK_PIN B6 +#define LED_SCROLL_LOCK_PIN B2 + /* define if matrix has ghost */ //#define MATRIX_HAS_GHOST |