/* USB Device descriptor parameter */
// The official ErgoDone VID and PID are documented at http://pid.codes/1209/2328/.
/* key matrix size */
/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
/* Locking resynchronize hack */
/* key combination for command */
/* number of backlight levels */
/* fix space cadet rollover issue */
/* Set 0 if debouncing isn't needed */
/* NKRO */
/*
* Feature disable options
* These options are also useful to firmware size reduction.
*/
/* disable debug print */
// #define NO_DEBUG
/* disable print */
// #define NO_PRINT
/* disable action features */
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
//#define DEBUG_MATRIX_SCAN_RATE