summaryrefslogtreecommitdiffstats
path: root/keyboards/converter/usb_usb/hasu/hasu.h
diff options
context:
space:
mode:
authorBalz Guenat <balz.guenat@gmail.com>2017-11-08 17:11:44 +0100
committerJack Humbert <jack.humb@gmail.com>2017-11-08 17:11:44 +0100
commit3b5381d6893b02b48b9abd4845220cd68d02979f (patch)
tree79ea380d96b82f3651b6d5bbfabdff296fd886da /keyboards/converter/usb_usb/hasu/hasu.h
parentaee67854769feee7e94edd90686178d89946a7ee (diff)
downloadqmk_firmware-3b5381d6893b02b48b9abd4845220cd68d02979f.tar.gz
qmk_firmware-3b5381d6893b02b48b9abd4845220cd68d02979f.tar.xz
restructure converters (#1825)
* restructure converters each converter is its own keyboard and different hardware variants are different subprojects. remove (seemingly) old method of loading layouts from main Makefile * call led_set_kb() from overridden led_set() * put converter back into one folder * revert some structure changes to bring in line with #1784. Also attempt to get the BLE thing more properly integrated. Also also fix led_set() to call led_set_kb().
Diffstat (limited to 'keyboards/converter/usb_usb/hasu/hasu.h')
-rw-r--r--keyboards/converter/usb_usb/hasu/hasu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/converter/usb_usb/hasu/hasu.h b/keyboards/converter/usb_usb/hasu/hasu.h
new file mode 100644
index 000000000..d5e785586
--- /dev/null
+++ b/keyboards/converter/usb_usb/hasu/hasu.h
@@ -0,0 +1,6 @@
+#ifndef HASU_H
+#define HASU_H
+
+#include QMK_KEYBOARD_H
+
+#endif