// DO NOT enable USE_IDC - board will not respond.
#define USE_SERIAL
//#define USE_I2C
#ifdef RGBLIGHT_ENABLE
// Enable animations. +5500 bytes
#define RGBLIGHT_ANIMATIONS
// Map my custom number of LED's
#undef RGBLED_NUM
#define RGBLED_NUM 16
#define RGBLIGHT_LED_MAP { 0, 1, 2, 3, 4, 5, 6, 7, 15, 14, 13, 12, 11, 10, 9, 8 } // When changed, BE SURE to flash EEPROM on both halves and clear it.
// DO NOT USE RGBLED_SPLIT - the slave board will stop responding.