aboutsummaryrefslogtreecommitdiff
path: root/keyboards/percent/skog/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/percent/skog/config.h')
-rw-r--r--keyboards/percent/skog/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/keyboards/percent/skog/config.h b/keyboards/percent/skog/config.h
index 7a0c703ec..15844711f 100644
--- a/keyboards/percent/skog/config.h
+++ b/keyboards/percent/skog/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#define VENDOR_ID 0x20A0 20#define VENDOR_ID 0x20A0
22#define PRODUCT_ID 0x422D 21#define PRODUCT_ID 0x422D
@@ -36,8 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36#define RGBLED_NUM 2 35#define RGBLED_NUM 2
37#define RGBLIGHT_ANIMATIONS 36#define RGBLIGHT_ANIMATIONS
38 37
38#define BACKLIGHT_PIN D4
39#define BACKLIGHT_LEVELS 5 39#define BACKLIGHT_LEVELS 5
40 40
41#define NO_UART 1 41#define NO_UART 1
42
43#endif