diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-04-08 10:55:36 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-08 10:55:36 -0700 |
commit | 3e26886700a42fa6f66e934d4981b3e285784cd9 (patch) | |
tree | 1c084bb10f45a29106233fc7105363980178fecb /keyboards/singa/usbconfig.h | |
parent | 0456bd668de37f118e717aabf00a132756ea619c (diff) |
[Keyboard] Refactor Singa (#5579)
* pragma once it all
* put amnesia's name everywhere
* fixup readme
* remove custom matrix
* remove unneccessary configs
* disable bootmagic
* remove custom i2c in favor of i2c_master
* fix rgb led num
* add in rgb underglow support
Diffstat (limited to 'keyboards/singa/usbconfig.h')
-rw-r--r-- | keyboards/singa/usbconfig.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/singa/usbconfig.h b/keyboards/singa/usbconfig.h index d2d848fcdc..54a7d20f14 100644 --- a/keyboards/singa/usbconfig.h +++ b/keyboards/singa/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__ */ |