aboutsummaryrefslogtreecommitdiff
path: root/keyboards/singa/config.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/config.h
parent0456bd668de37f118e717aabf00a132756ea619c (diff)
downloadqmk_firmware-3e26886700a42fa6f66e934d4981b3e285784cd9.tar.gz
qmk_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/config.h')
-rw-r--r--keyboards/singa/config.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/singa/config.h b/keyboards/singa/config.h
index 54cacee2e..aca1153d7 100644
--- a/keyboards/singa/config.h
+++ b/keyboards/singa/config.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_H 18#pragma once
19#define CONFIG_H
20 19
21#include "config_common.h" 20#include "config_common.h"
22 21
@@ -25,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25#define MANUFACTURER Singa Keyboards 24#define MANUFACTURER Singa Keyboards
26#define PRODUCT Singa 25#define PRODUCT Singa
27 26
28#define RGBLED_NUM 16 27#define RGBLED_NUM 18
29 28
30#define MATRIX_ROWS 7 29#define MATRIX_ROWS 7
31#define MATRIX_COLS 15 30#define MATRIX_COLS 15
@@ -40,7 +39,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40#define NO_BACKLIGHT_CLOCK 39#define NO_BACKLIGHT_CLOCK
41#define BACKLIGHT_LEVELS 1 40#define BACKLIGHT_LEVELS 1
42#define RGBLIGHT_ANIMATIONS 41#define RGBLIGHT_ANIMATIONS
43
44#define NO_UART 1
45
46#endif