summaryrefslogtreecommitdiff
path: root/keyboards/hp69/config.h
diff options
context:
space:
mode:
authorAnanya Kirti <AnanyaKirti@users.noreply.github.com>2021-08-08 10:11:15 +0530
committerGitHub <noreply@github.com>2021-08-07 21:41:15 -0700
commitb046bffcb8367b4238273e3ccb7de9b799fbec7c (patch)
treee787afa0716feb3745fad0c3cd863ab87f91444e /keyboards/hp69/config.h
parentbc2b73f997743a164bfa19541a25209b4f276771 (diff)
[Keyboard] Added CapsLED and ScrollLock LEDs (#13837)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/hp69/config.h')
-rw-r--r--keyboards/hp69/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/hp69/config.h b/keyboards/hp69/config.h
index 06dd57145c..ba6e55f86d 100644
--- a/keyboards/hp69/config.h
+++ b/keyboards/hp69/config.h
@@ -47,7 +47,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGB_DI_PIN A3
#define RGBLED_NUM 20
#define RGBLIGHT_ANIMATIONS
+#define RGBLIGHT_SLEEP
#define AUDIO_PIN A5
#define AUDIO_PIN_ALT A4
#define AUDIO_PIN_ALT_AS_NEGATIVE
+
+#define LED_CAPS_LOCK_PIN A6
+#define LED_SCROLL_LOCK_PIN A7 \ No newline at end of file