summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/bbaserdem/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/bbaserdem/config.h')
-rwxr-xr-xkeyboards/planck/keymaps/bbaserdem/config.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/planck/keymaps/bbaserdem/config.h b/keyboards/planck/keymaps/bbaserdem/config.h
index 2edb45673..ac5460bda 100755
--- a/keyboards/planck/keymaps/bbaserdem/config.h
+++ b/keyboards/planck/keymaps/bbaserdem/config.h
@@ -1,7 +1,7 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
+#ifndef CONFIG_KEYMAP_H
+#define CONFIG_KEYMAP_H
-#include "../../config.h"
+#include "config_common.h"
// LED strip stuff
#ifdef RGBLIGHT_ENABLE
@@ -19,4 +19,6 @@
#define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1
#endif
+#define ENCODER_RESOLUTION 4
+
#endif