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/config.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/config.h')
-rw-r--r-- | keyboards/singa/config.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/singa/config.h b/keyboards/singa/config.h index 54cacee2e9..aca1153d71 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 along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef CONFIG_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -25,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MANUFACTURER Singa Keyboards #define PRODUCT Singa -#define RGBLED_NUM 16 +#define RGBLED_NUM 18 #define MATRIX_ROWS 7 #define MATRIX_COLS 15 @@ -40,7 +39,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define NO_BACKLIGHT_CLOCK #define BACKLIGHT_LEVELS 1 #define RGBLIGHT_ANIMATIONS - -#define NO_UART 1 - -#endif |