diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-06-06 12:09:56 -0700 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-06-06 12:09:56 -0700 |
| commit | faaaa134fd436be400aa2c7841b38907899d49a6 (patch) | |
| tree | 9deaea82d250f349b314ec89d369f068ddd75489 /keyboards/doro67 | |
| parent | fe6b8edd581c334a92a97c15faced95a12d5e882 (diff) | |
| download | qmk_firmware-faaaa134fd436be400aa2c7841b38907899d49a6.tar.gz qmk_firmware-faaaa134fd436be400aa2c7841b38907899d49a6.zip | |
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
Diffstat (limited to 'keyboards/doro67')
| -rw-r--r-- | keyboards/doro67/rgb/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/doro67/rgb/config.h b/keyboards/doro67/rgb/config.h index 87a30e084..16dc4fc0a 100644 --- a/keyboards/doro67/rgb/config.h +++ b/keyboards/doro67/rgb/config.h | |||
| @@ -53,7 +53,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 53 | // The number of LEDs connected | 53 | // The number of LEDs connected |
| 54 | #define DRIVER_LED_TOTAL 67 | 54 | #define DRIVER_LED_TOTAL 67 |
| 55 | 55 | ||
| 56 | #define RGB_MATRIX_KEYPRESSES | 56 | #define RGB_MATRIX_KEYPRESSES |
| 57 | 57 | ||
| 58 | /* | 58 | /* |
| 59 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. | 59 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. |
| @@ -63,7 +63,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 63 | #define RGBLED_NUM 67 | 63 | #define RGBLED_NUM 67 |
| 64 | 64 | ||
| 65 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 65 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 66 | #define DEBOUNCING_DELAY 5 | 66 | #define DEBOUNCE 5 |
| 67 | 67 | ||
| 68 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 68 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 69 | #define LOCKING_SUPPORT_ENABLE | 69 | #define LOCKING_SUPPORT_ENABLE |
