diff options
Diffstat (limited to 'keyboards/vitamins_included/rev1/config.h')
-rw-r--r-- | keyboards/vitamins_included/rev1/config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/vitamins_included/rev1/config.h b/keyboards/vitamins_included/rev1/config.h index 0347477ee..7112c7891 100644 --- a/keyboards/vitamins_included/rev1/config.h +++ b/keyboards/vitamins_included/rev1/config.h | |||
@@ -52,11 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
52 | /* Locking resynchronize hack */ | 52 | /* Locking resynchronize hack */ |
53 | #define LOCKING_RESYNC_ENABLE | 53 | #define LOCKING_RESYNC_ENABLE |
54 | 54 | ||
55 | /* key combination for command */ | ||
56 | #define IS_COMMAND() ( \ | ||
57 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
58 | ) | ||
59 | |||
60 | /* ws2812 RGB LED */ | 55 | /* ws2812 RGB LED */ |
61 | #define RGB_DI_PIN F0 | 56 | #define RGB_DI_PIN F0 |
62 | 57 | ||
@@ -86,5 +81,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
86 | //#define NO_ACTION_MACRO | 81 | //#define NO_ACTION_MACRO |
87 | //#define NO_ACTION_FUNCTION | 82 | //#define NO_ACTION_FUNCTION |
88 | 83 | ||
89 | |||
90 | #endif | 84 | #endif |