aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/singa/singa.h
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-08 10:55:36 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-08 10:55:36 -0700
commit3e26886700a42fa6f66e934d4981b3e285784cd9 (patch)
tree1c084bb10f45a29106233fc7105363980178fecb /keyboards/singa/singa.h
parent0456bd668de37f118e717aabf00a132756ea619c (diff)
downloadfirmware-3e26886700a42fa6f66e934d4981b3e285784cd9.tar.gz
firmware-3e26886700a42fa6f66e934d4981b3e285784cd9.tar.bz2
firmware-3e26886700a42fa6f66e934d4981b3e285784cd9.zip
[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/singa.h')
-rw-r--r--keyboards/singa/singa.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/singa/singa.h b/keyboards/singa/singa.h
index 8221176c1..03b684888 100644
--- a/keyboards/singa/singa.h
+++ b/keyboards/singa/singa.h
@@ -1,4 +1,4 @@
-/* Copyright 2018 REPLACE_WITH_YOUR_NAME
+/* Copyright 2018 amnesia0287
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,8 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef SINGA_H
-#define SINGA_H
+#pragma once
#include "quantum.h"
@@ -139,5 +138,3 @@
{ k74, k81, k75, KC_NO, KC_NO, k76, KC_NO, KC_NO, k77, KC_NO, k82, KC_NO, k78, k79, k80 }, \
{ KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, k15, k30 } \
}
-
-#endif