diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-06 18:08:57 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-06 18:08:57 -0700 |
commit | 5c1ef2bddc0fa5d4753d33a5ec8fed5d9da736c8 (patch) | |
tree | 4bb67d40c1bb3d90204977d4d47306859fb2ec2a /keyboards/panc60/usbconfig.h | |
parent | 410984486b0a5c61174c6e4e5a3570f1b09f97dc (diff) | |
download | qmk_firmware-5c1ef2bddc0fa5d4753d33a5ec8fed5d9da736c8.tar.gz |
[Keyboard] Panc60 Refactor (#5559)
* remove unneeded uart setting
* use pragma once everywhere
* remove custom matrix support
* fixup readme
* set bootmagic to lite
* remove dependency on custom i2c code
* use the right header files and function calls
Diffstat (limited to 'keyboards/panc60/usbconfig.h')
-rw-r--r-- | keyboards/panc60/usbconfig.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/panc60/usbconfig.h b/keyboards/panc60/usbconfig.h index d2d848fcd..54a7d20f1 100644 --- a/keyboards/panc60/usbconfig.h +++ b/keyboards/panc60/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__ */ |