aboutsummaryrefslogtreecommitdiff
path: root/converter/adb_usb/keymap.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-04-09 14:17:31 +0900
committertmk <nobody@nowhere>2013-04-09 14:27:29 +0900
commit9e39b222d0105b55c84a8301958d69209a3319fb (patch)
tree98721542ee1f897f489400b79ffa558a15e0a503 /converter/adb_usb/keymap.c
parent46d412d262767981ae1a14c8e1dfa252d71839f0 (diff)
downloadqmk_firmware-9e39b222d0105b55c84a8301958d69209a3319fb.tar.gz
qmk_firmware-9e39b222d0105b55c84a8301958d69209a3319fb.zip
Add new build options to adb_usb
Diffstat (limited to 'converter/adb_usb/keymap.c')
-rw-r--r--converter/adb_usb/keymap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/adb_usb/keymap.c b/converter/adb_usb/keymap.c
index 5d42980d5..a1574b1ab 100644
--- a/converter/adb_usb/keymap.c
+++ b/converter/adb_usb/keymap.c
@@ -21,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
21#include <stdint.h> 21#include <stdint.h>
22#include <stdbool.h> 22#include <stdbool.h>
23#include <avr/pgmspace.h> 23#include <avr/pgmspace.h>
24#include "usb_keyboard.h"
25#include "keycode.h" 24#include "keycode.h"
26#include "print.h" 25#include "print.h"
27#include "debug.h" 26#include "debug.h"