X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Ftada68%2Fconfig.h;h=a8fa37a5b70aac09c57c0095a5bec5d50e6a5adc;hb=207e50c5347adeb6d66c092d5f41d7dc52d4a166;hp=19cf9c9b39882f86bad6fd23a2ff5a6aee1f0aa2;hpb=e51001efcc3ff8b64f8264e8bd4c2dbea15f3364;p=qmk_firmware.git diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h old mode 100644 new mode 100755 index 19cf9c9b3..a8fa37a5b --- a/keyboards/tada68/config.h +++ b/keyboards/tada68/config.h @@ -47,35 +47,17 @@ along with this program. If not, see . //#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 E2 -#define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 2 // Number of LEDs -#define RGBLIGHT_HUE_STEP 10 -#define RGBLIGHT_SAT_STEP 17 -#define RGBLIGHT_VAL_STEP 17*/ -//Disabled while I figure out a suitable pin for RGB support. -//I've tried F5, D2, D3, and E2 but it's possible the end of my -//strand is bad. New LEDs on order. - /* * Feature disable options * These options are also useful to firmware size reduction.