summaryrefslogtreecommitdiff
path: root/keyboards/handwired/prime_exl/config.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-12-09 03:32:47 +0000
committerGitHub <noreply@github.com>2022-12-09 03:32:47 +0000
commit89fdafc27d2dc8652886950655352ce8628a5d57 (patch)
tree32d938d0d178e9b97000b32d69ee11b8875b2126 /keyboards/handwired/prime_exl/config.h
parent96cd3333719720fcd1138cb5f6f7769d38c7ed39 (diff)
Refactor use of led_set_user within handwired/prime_exl (#19274)
Diffstat (limited to 'keyboards/handwired/prime_exl/config.h')
-rw-r--r--keyboards/handwired/prime_exl/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/handwired/prime_exl/config.h b/keyboards/handwired/prime_exl/config.h
index 88919b934e..37f514fc08 100644
--- a/keyboards/handwired/prime_exl/config.h
+++ b/keyboards/handwired/prime_exl/config.h
@@ -40,3 +40,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
+
+#define NUM_LOCK_LED_PIN B6
+#define CAPS_LOCK_LED_PIN B5
+#define SCROLL_LOCK_LED_PIN C6