summaryrefslogtreecommitdiff
path: root/keyboards/whitefox/led.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-10-14 15:06:05 +1100
committerGitHub <noreply@github.com>2020-10-14 15:06:05 +1100
commit7437a388990c784a52a33847551591af346dd797 (patch)
tree9e12b7d0b7b0caed1dd9ddfcd93e750fb5e687b5 /keyboards/whitefox/led.c
parent381884fa9be79e4538c8accc2043654b47499f44 (diff)
Whitefox refactor (#10175)
Diffstat (limited to 'keyboards/whitefox/led.c')
-rw-r--r--keyboards/whitefox/led.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/keyboards/whitefox/led.c b/keyboards/whitefox/led.c
deleted file mode 100644
index aed66c7c03..0000000000
--- a/keyboards/whitefox/led.c
+++ /dev/null
@@ -1,24 +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) {
-}