diff options
Diffstat (limited to 'keyboards/satan/keymaps/fakb/config.h')
-rw-r--r-- | keyboards/satan/keymaps/fakb/config.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/satan/keymaps/fakb/config.h b/keyboards/satan/keymaps/fakb/config.h index a8df7ecef..81598f22e 100644 --- a/keyboards/satan/keymaps/fakb/config.h +++ b/keyboards/satan/keymaps/fakb/config.h | |||
@@ -36,11 +36,7 @@ | |||
36 | //#define LOCKING_SUPPORT_ENABLE | 36 | //#define LOCKING_SUPPORT_ENABLE |
37 | /* Locking resynchronize hack */ | 37 | /* Locking resynchronize hack */ |
38 | //#define LOCKING_RESYNC_ENABLE | 38 | //#define LOCKING_RESYNC_ENABLE |
39 | /* key combination for command | 39 | |
40 | #define IS_COMMAND() ( \ | ||
41 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
42 | ) | ||
43 | */ | ||
44 | /* Backlight configuration | 40 | /* Backlight configuration |
45 | */ | 41 | */ |
46 | #define BACKLIGHT_LEVELS 8 | 42 | #define BACKLIGHT_LEVELS 8 |
@@ -86,7 +82,7 @@ | |||
86 | #define MOUSEKEY_WHEEL_TIME_TO_MAX 255 | 82 | #define MOUSEKEY_WHEEL_TIME_TO_MAX 255 |
87 | 83 | ||
88 | // only change | 84 | // only change |
89 | #undef RGB_DI_PIN | 85 | #undef RGB_DI_PIN |
90 | #define RGB_DI_PIN B2 | 86 | #define RGB_DI_PIN B2 |
91 | 87 | ||
92 | #endif | 88 | #endif |