/* USB Device descriptor parameter */
/* key matrix size */
/* key matrix pins */
/* COL2ROW or ROW2COL */
/* number of backlight levels */
/* Set 0 if debouncing isn't needed */
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
/* Locking resynchronize hack */
/* Tap dancing params */
/* key combination for command */
/* DISABLED
#define IS_COMMAND() ( \
get_mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
*/