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