aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/winkeyless/bface/usbconfig.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-07-15 10:38:26 -0700
committerGitHub <noreply@github.com>2019-07-15 10:38:26 -0700
commit7ba82cb5b751d69dda6cc77ec8877c89defad3e4 (patch)
tree0932700ac42d7c5ab587917cce878274c4277846 /keyboards/winkeyless/bface/usbconfig.h
parenta200f194d14086e2da740ac48bac5ffdf36689d8 (diff)
parentf8e4921491bf977f04ae1a226756df28e55491ab (diff)
downloadfirmware-7ba82cb5b751d69dda6cc77ec8877c89defad3e4.tar.gz
firmware-7ba82cb5b751d69dda6cc77ec8877c89defad3e4.tar.bz2
firmware-7ba82cb5b751d69dda6cc77ec8877c89defad3e4.zip
bface refactor (#6333)
* remove custom matrix support * remove custom i2c and led driver * minor cleanups * update readme
Diffstat (limited to 'keyboards/winkeyless/bface/usbconfig.h')
-rw-r--r--keyboards/winkeyless/bface/usbconfig.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/winkeyless/bface/usbconfig.h b/keyboards/winkeyless/bface/usbconfig.h
index f87922615..192d80d91 100644
--- a/keyboards/winkeyless/bface/usbconfig.h
+++ b/keyboards/winkeyless/bface/usbconfig.h
@@ -8,8 +8,7 @@
* This Revision: $Id: usbconfig-prototype.h 785 2010-05-30 17:57:07Z cs $
*/
-#ifndef __usbconfig_h_included__
-#define __usbconfig_h_included__
+#pragma once
#include "config.h"
@@ -392,5 +391,3 @@ section at the end of this file).
/* #define USB_INTR_PENDING EIFR */
#define USB_INTR_PENDING_BIT INTF1
#define USB_INTR_VECTOR INT1_vect
-
-#endif /* __usbconfig_h_included__ */