]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/tada68/config.h
Configure Vagrant to use qmk_base_container (#6194)
[qmk_firmware.git] / keyboards / tada68 / config.h
index 856509fd04825250a6cf445ea063f00aed1a1592..a8fa37a5b70aac09c57c0095a5bec5d50e6a5adc 100755 (executable)
@@ -47,32 +47,17 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 //#define MATRIX_HAS_GHOST
 
 /* Set 0 if debouncing isn't needed */
-#define DEBOUNCING_DELAY 5
+#define DEBOUNCE 5
 
 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
 #define LOCKING_SUPPORT_ENABLE
 /* 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.