summaryrefslogtreecommitdiff
path: root/keyboards/satan/config.h
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-03-01 07:06:26 +1100
committerDrashna Jaelre <drashna@live.com>2019-02-28 12:06:26 -0800
commit220551ed5fa3fc2a6ead4a182bad189b21ab40cc (patch)
treebe16701658553492c8c4c709847c3eaaec6958ee /keyboards/satan/config.h
parent32b63d676fbfd3a71764459cd89c428ccbde7ddd (diff)
[Keyboard] GH60 Satan improvements (#5264)
* GH60 Satan improvements * Link no worky * Accidentally a h * Use MOD_MASK_SHIFT from core * Remove nonexistent layouts from here
Diffstat (limited to 'keyboards/satan/config.h')
-rw-r--r--keyboards/satan/config.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/keyboards/satan/config.h b/keyboards/satan/config.h
index dbe98e87ef..c15e5c37c1 100644
--- a/keyboards/satan/config.h
+++ b/keyboards/satan/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"
@@ -26,7 +25,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DEVICE_VER 0x0003
#define MANUFACTURER SATAN
#define PRODUCT GH60
-#define DESCRIPTION QMK keyboard firmware for Satan GH60 with WS2812 support
+#define DESCRIPTION 60% keyboard with backlight and WS2812 support
/* key matrix size */
#define MATRIX_ROWS 5
@@ -58,12 +57,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define BACKLIGHT_LEVELS 4
-/* Underlight configuration
+/* Underglow configuration
*/
-
#define RGB_DI_PIN E2
#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 8 // Number of LEDs
+#define RGBLED_NUM 8
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17
@@ -85,5 +83,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
-
-#endif