// Use custom magic number so that when switching branches, EEPROM always gets reset
/* Set Polling rate to 1000Hz */
// !AUDIO_ENABLE
// # define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (not recommened)
// # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects
// # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255
// # define EECONFIG_RGB_MATRIX (uint32_t *)16
// # define DISABLE_RGB_MATRIX_CYCLE_OUT_IN_DUAL
// # define DISABLE_RGB_MATRIX_TYPING_HEATMAP
// AVR
// RGB_MATRIX_ENABLE
// !QMK_KEYS_PER_SCAN
// this makes it possible to do rolling combos (zx) with keys that
// convert to other keys on hold (z becomes ctrl when you hold it,
// and when this option isn't enabled, z rapidly followed by x
// actually sends Ctrl-x. That's bad.)
//#define TAPPING_FORCE_HOLD
//#define RETRO_TAPPING
// TAPPING_TERM
/* Disable unused and unneeded features to reduce on firmware size */