aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ymd96/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ymd96/config.h')
-rw-r--r--keyboards/ymd96/config.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/keyboards/ymd96/config.h b/keyboards/ymd96/config.h
index 1232f90c2..d761e6037 100644
--- a/keyboards/ymd96/config.h
+++ b/keyboards/ymd96/config.h
@@ -18,8 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19#include "config_common.h" 19#include "config_common.h"
20 20
21#ifndef CONFIG_H 21#pragma once
22#define CONFIG_H
23 22
24#define VENDOR_ID 0x20A0 23#define VENDOR_ID 0x20A0
25#define PRODUCT_ID 0x422D 24#define PRODUCT_ID 0x422D
@@ -38,8 +37,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
38/* COL2ROW or ROW2COL */ 37/* COL2ROW or ROW2COL */
39#define DIODE_DIRECTION COL2ROW 38#define DIODE_DIRECTION COL2ROW
40 39
40#define BACKLIGHT_PIN D4
41#define BACKLIGHT_LEVELS 12 41#define BACKLIGHT_LEVELS 12
42// #define BACKLIGHT_BREATHING // works, but BL_TOGG might not work 42#define BACKLIGHT_BREATHING
43 43
44#define TAPPING_TOGGLE 3 44#define TAPPING_TOGGLE 3
45 45
@@ -55,5 +55,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
55/*#define RGBLIGHT_VAL_STEP 20 55/*#define RGBLIGHT_VAL_STEP 20
56 56
57#define NO_UART 1*/ 57#define NO_UART 1*/
58
59#endif