summaryrefslogtreecommitdiffstats
path: root/keyboards/gray_studio/hb85/usbconfig.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-07 16:34:31 +0200
committerDrashna Jaelre <drashna@live.com>2019-04-07 16:34:31 +0200
commitb262f20ad48be429848467074edcf62536d4d3e5 (patch)
tree885937820fe600632f357932cce77bab14c24ec6 /keyboards/gray_studio/hb85/usbconfig.h
parenta8e3462b4bd5706f17f460e36b88b4063ef148f6 (diff)
downloadqmk_firmware-b262f20ad48be429848467074edcf62536d4d3e5.tar.gz
qmk_firmware-b262f20ad48be429848467074edcf62536d4d3e5.tar.xz
[Keyboard] Refactor HB85 to get rid of custom i2c code (#5570)
* remove dependency on custom i2c code * missed a pragma once * fix readme install instructions * config.h cleanup * make the bootmagic key not the same bmc reset key * disable bootmagic functionality as it doesn't seem to work on atmega32a bmc boards
Diffstat (limited to 'keyboards/gray_studio/hb85/usbconfig.h')
-rw-r--r--keyboards/gray_studio/hb85/usbconfig.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/gray_studio/hb85/usbconfig.h b/keyboards/gray_studio/hb85/usbconfig.h
index 3d5aaa770..c52c90ce8 100644
--- a/keyboards/gray_studio/hb85/usbconfig.h
+++ b/keyboards/gray_studio/hb85/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__ */