summaryrefslogtreecommitdiff
path: root/keyboards/foxlab/key65/universal/universal.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/foxlab/key65/universal/universal.c')
-rw-r--r--keyboards/foxlab/key65/universal/universal.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/foxlab/key65/universal/universal.c b/keyboards/foxlab/key65/universal/universal.c
index 361f3ad7f2..5fa9e8f171 100644
--- a/keyboards/foxlab/key65/universal/universal.c
+++ b/keyboards/foxlab/key65/universal/universal.c
@@ -15,20 +15,3 @@
*/
#include "universal.h"
-
-void keyboard_pre_init_kb(void) {
- led_init_ports();
- keyboard_pre_init_user();
-}
-
-void led_init_ports(void) {
- setPinOutput(E6);
- writePinHigh(E6);
-}
-
-bool led_update_kb(led_t led_state) {
- if (led_update_user(led_state)) {
- writePin(E6, !led_state.caps_lock);
- }
- return true;
-}