diff options
Diffstat (limited to 'keyboards/paladin64/config.h')
-rwxr-xr-x | keyboards/paladin64/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/paladin64/config.h b/keyboards/paladin64/config.h index a5280f4d4..0696fefd0 100755 --- a/keyboards/paladin64/config.h +++ b/keyboards/paladin64/config.h | |||
@@ -105,11 +105,6 @@ | |||
105 | /* Locking resynchronize hack */ | 105 | /* Locking resynchronize hack */ |
106 | #define LOCKING_RESYNC_ENABLE | 106 | #define LOCKING_RESYNC_ENABLE |
107 | 107 | ||
108 | /* key combination for command */ | ||
109 | #define IS_COMMAND() ( \ | ||
110 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
111 | ) | ||
112 | |||
113 | #define RGB_DI_PIN D0 | 108 | #define RGB_DI_PIN D0 |
114 | #ifdef RGB_DI_PIN | 109 | #ifdef RGB_DI_PIN |
115 | #define RGBLIGHT_ANIMATIONS | 110 | #define RGBLIGHT_ANIMATIONS |