]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/levinson/keymaps/bakingpy2u/config.h
Remove extra underscore from MASTER_RIGHT define
[qmk_firmware.git] / keyboards / levinson / keymaps / bakingpy2u / config.h
index 6b409bf0d5d386b6540af2077b4a625a2dbc323a..75753ac2e7b94fd7cc52ee25004620227fccf5c8 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef CONFIG_USER_H
 #define CONFIG_USER_H
 
-#include "../../config.h"
+#include "config_common.h"
 
 /* Use I2C or Serial, not both */
 
@@ -11,7 +11,7 @@
 /* Select hand configuration */
 
 #define MASTER_LEFT
-// #define _MASTER_RIGHT
+// #define MASTER_RIGHT
 // #define EE_HANDS
 
 #define TAPPING_TERM 150
@@ -23,8 +23,4 @@
 #define RGBLIGHT_SAT_STEP 8
 #define RGBLIGHT_VAL_STEP 8
 
-#define BACKLIGHT_PIN B6
-//#define BACKLIGHT_BREATHING
-#define BACKLIGHT_LEVELS 7
-
-#endif
\ No newline at end of file
+#endif