summaryrefslogtreecommitdiffstats
path: root/keyboard/lightsaber/led.c
diff options
context:
space:
mode:
authorRalf Schmitt <ralf@bunkertor.net>2014-03-18 20:06:24 +0100
committerRalf Schmitt <ralf@bunkertor.net>2014-03-19 00:15:56 +0100
commit5ca3bde10aa5d8057895475840800544599ea33f (patch)
treec94d5031fc14b1761734067421d8a7aabdc4d417 /keyboard/lightsaber/led.c
parent7474e14d068210242b9cb59b21afce25f66e2a6e (diff)
downloadqmk_firmware-5ca3bde10aa5d8057895475840800544599ea33f.tar.gz
qmk_firmware-5ca3bde10aa5d8057895475840800544599ea33f.tar.xz
Support for Lightsaber keyboard
Diffstat (limited to 'keyboard/lightsaber/led.c')
-rw-r--r--keyboard/lightsaber/led.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboard/lightsaber/led.c b/keyboard/lightsaber/led.c
new file mode 100644
index 000000000..9c98f9db2
--- /dev/null
+++ b/keyboard/lightsaber/led.c
@@ -0,0 +1,24 @@
+/*
+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 <avr/io.h>
+#include "stdint.h"
+#include "led.h"
+
+void led_set(uint8_t usb_led)
+{
+}