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