summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_infinity/led.c
diff options
context:
space:
mode:
authorJoakim Tufvegren <jocke@barbanet.com>2021-07-20 03:54:32 +0200
committerGitHub <noreply@github.com>2021-07-19 18:54:32 -0700
commit1414e9736d441f4cefbdd2f88157419066f96f71 (patch)
tree927b51b9a42698ad9b297ac55a9870fc21b535d3 /keyboards/ergodox_infinity/led.c
parent85621311db62a3a2a264cb7c9edefb7cab731e4c (diff)
Switch Ergodox Infinity over to split_common (#13481)
Diffstat (limited to 'keyboards/ergodox_infinity/led.c')
-rw-r--r--keyboards/ergodox_infinity/led.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/keyboards/ergodox_infinity/led.c b/keyboards/ergodox_infinity/led.c
deleted file mode 100644
index 0b50247d7a..0000000000
--- a/keyboards/ergodox_infinity/led.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
-Copyright 2012 Jun Wako <wakojun@gmail.com>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#include <hal.h>
-
-#include "led.h"
-
-
-void led_set(uint8_t usb_led) {
- //TODO: Add led emulation if there's no customized visualization
- (void)usb_led;
-}