diff options
Diffstat (limited to 'keyboards/ymdk_np21/config.h')
-rw-r--r-- | keyboards/ymdk_np21/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/ymdk_np21/config.h b/keyboards/ymdk_np21/config.h index 2b358113d..5982b6c53 100644 --- a/keyboards/ymdk_np21/config.h +++ b/keyboards/ymdk_np21/config.h | |||
@@ -48,7 +48,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
48 | #define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0. | 48 | #define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0. |
49 | #define RGBLIGHT_ANIMATIONS | 49 | #define RGBLIGHT_ANIMATIONS |
50 | 50 | ||
51 | /* key combination for command */ | ||
52 | #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | ||
53 | |||
54 | #endif | 51 | #endif |