diff options
author | Batuhan Baserdem <bbaserdem@users.noreply.github.com> | 2018-07-18 23:17:55 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-18 20:17:55 -0700 |
commit | 738a9fc16c833d79831c5a26eb33880661e33524 (patch) | |
tree | e79b6c21bdbd263ef4e2a2c8dc3bf8a3377e6f41 /keyboards/planck/keymaps/bbaserdem/config.h | |
parent | b89cec9ebc5ef0a4c0ff820414007006c7b497fa (diff) |
Userspace update for user bbaserdem (#3443)
* Put in my keymaps
* Fixed all but weird lets split issue
* Organized and tried to trobleshoot lets split
* Organized and tried to trobleshoot lets split
* Added bbaserdem keymaps
* Added bbaserdem keymaps
* Fixed stuff
* FIxed a filename error
* Lets split eh
* Finalized things regarding keymap
Diffstat (limited to 'keyboards/planck/keymaps/bbaserdem/config.h')
-rwxr-xr-x | keyboards/planck/keymaps/bbaserdem/config.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/keyboards/planck/keymaps/bbaserdem/config.h b/keyboards/planck/keymaps/bbaserdem/config.h index 2edb45673c..ac5460bda6 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 |