summaryrefslogtreecommitdiff
path: root/keyboards/handwired/prime_exl/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/prime_exl/keymaps')
-rw-r--r--keyboards/handwired/prime_exl/keymaps/default/keymap.c5
-rw-r--r--keyboards/handwired/prime_exl/keymaps/via/keymap.c5
2 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/handwired/prime_exl/keymaps/default/keymap.c b/keyboards/handwired/prime_exl/keymaps/default/keymap.c
index 7cf9197081..324d600149 100644
--- a/keyboards/handwired/prime_exl/keymaps/default/keymap.c
+++ b/keyboards/handwired/prime_exl/keymaps/default/keymap.c
@@ -106,11 +106,6 @@ void matrix_init_user(void) {
writePinHigh(B5);
}
-void matrix_scan_user(void) {
-
-}
-
-
void led_set_user(uint8_t usb_led) {
if (IS_LED_ON(usb_led, USB_LED_NUM_LOCK)) {
writePinHigh(B6);
diff --git a/keyboards/handwired/prime_exl/keymaps/via/keymap.c b/keyboards/handwired/prime_exl/keymaps/via/keymap.c
index c707e8a20d..0e6802996d 100644
--- a/keyboards/handwired/prime_exl/keymaps/via/keymap.c
+++ b/keyboards/handwired/prime_exl/keymaps/via/keymap.c
@@ -64,11 +64,6 @@ void matrix_init_user(void) {
writePinHigh(B5);
}
-void matrix_scan_user(void) {
-
-}
-
-
void led_set_user(uint8_t usb_led) {
if (IS_LED_ON(usb_led, USB_LED_NUM_LOCK)) {
writePinHigh(B6);