diff options
Diffstat (limited to 'keyboards/fortitude60/rev1/config.h')
-rw-r--r-- | keyboards/fortitude60/rev1/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/fortitude60/rev1/config.h b/keyboards/fortitude60/rev1/config.h index b89f5c7df..2fa179ae2 100644 --- a/keyboards/fortitude60/rev1/config.h +++ b/keyboards/fortitude60/rev1/config.h | |||
@@ -58,11 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
58 | /* Locking resynchronize hack */ | 58 | /* Locking resynchronize hack */ |
59 | #define LOCKING_RESYNC_ENABLE | 59 | #define LOCKING_RESYNC_ENABLE |
60 | 60 | ||
61 | /* key combination for command */ | ||
62 | #define IS_COMMAND() ( \ | ||
63 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
64 | ) | ||
65 | |||
66 | /* ws2812 RGB LED */ | 61 | /* ws2812 RGB LED */ |
67 | #ifdef RGBLIGHT_ENABLE | 62 | #ifdef RGBLIGHT_ENABLE |
68 | #define RGB_DI_PIN B5 | 63 | #define RGB_DI_PIN B5 |