diff options
Diffstat (limited to 'keyboards/duck/eagle_viper/v2/config.h')
-rw-r--r-- | keyboards/duck/eagle_viper/v2/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/duck/eagle_viper/v2/config.h b/keyboards/duck/eagle_viper/v2/config.h index 9c49344ff..f454b2e0e 100644 --- a/keyboards/duck/eagle_viper/v2/config.h +++ b/keyboards/duck/eagle_viper/v2/config.h | |||
@@ -40,11 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
40 | /* number of backlight levels */ | 40 | /* number of backlight levels */ |
41 | #define BACKLIGHT_LEVELS 3 | 41 | #define BACKLIGHT_LEVELS 3 |
42 | 42 | ||
43 | /* key combination for magic key command */ | ||
44 | #define IS_COMMAND() ( \ | ||
45 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
46 | ) | ||
47 | |||
48 | #define RGBLIGHT_ANIMATIONS | 43 | #define RGBLIGHT_ANIMATIONS |
49 | #define RGB_DI_PIN D6 | 44 | #define RGB_DI_PIN D6 |
50 | #define RGBLED_NUM 17 | 45 | #define RGBLED_NUM 17 |