]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/tada68/config.h
Adds a default value for IS_COMMAND for COMMAND feature (#4301)
[qmk_firmware.git] / keyboards / tada68 / config.h
index 856509fd04825250a6cf445ea063f00aed1a1592..ab564cd3b9afbc923234548acfb15cd7bb2a4dd3 100755 (executable)
@@ -54,25 +54,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
 
-/* key combination for command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)
-
 /* Backlight configuration
  */
 #define BACKLIGHT_LEVELS 4
 
-/* Underlight configuration
- */
-
-#define RGB_DI_PIN F5    // See the readme for wiring your ws2812's
-#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 2     // Number of LEDs
-#define RGBLIGHT_HUE_STEP 8
-#define RGBLIGHT_SAT_STEP 8
-#define RGBLIGHT_VAL_STEP 8
-
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.