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/zinc | |
| parent | fe6b8edd581c334a92a97c15faced95a12d5e882 (diff) | |
| download | qmk_firmware-faaaa134fd436be400aa2c7841b38907899d49a6.tar.gz qmk_firmware-faaaa134fd436be400aa2c7841b38907899d49a6.zip | |
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
Diffstat (limited to 'keyboards/zinc')
| -rw-r--r-- | keyboards/zinc/rev1/config.h | 4 | ||||
| -rw-r--r-- | keyboards/zinc/reva/config.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/zinc/rev1/config.h b/keyboards/zinc/rev1/config.h index 370b5c203..c8560233d 100644 --- a/keyboards/zinc/rev1/config.h +++ b/keyboards/zinc/rev1/config.h | |||
| @@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 27 | #define DEVICE_VER 0x0001 | 27 | #define DEVICE_VER 0x0001 |
| 28 | #define MANUFACTURER monksoffunk | 28 | #define MANUFACTURER monksoffunk |
| 29 | #define PRODUCT zinc rev.1 | 29 | #define PRODUCT zinc rev.1 |
| 30 | #define DESCRIPTION A split keyboard | 30 | #define DESCRIPTION A split keyboard |
| 31 | 31 | ||
| 32 | #define PREVENT_STUCK_MODIFIERS | 32 | #define PREVENT_STUCK_MODIFIERS |
| 33 | #define TAPPING_FORCE_HOLD | 33 | #define TAPPING_FORCE_HOLD |
| @@ -59,7 +59,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 59 | // #define BACKLIGHT_LEVELS 3 | 59 | // #define BACKLIGHT_LEVELS 3 |
| 60 | 60 | ||
| 61 | /* Set 0 if debouncing isn't needed */ | 61 | /* Set 0 if debouncing isn't needed */ |
| 62 | #define DEBOUNCING_DELAY 5 | 62 | #define DEBOUNCE 5 |
| 63 | 63 | ||
| 64 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 64 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 65 | //#define LOCKING_SUPPORT_ENABLE | 65 | //#define LOCKING_SUPPORT_ENABLE |
diff --git a/keyboards/zinc/reva/config.h b/keyboards/zinc/reva/config.h index f4277f713..6ae12d54c 100644 --- a/keyboards/zinc/reva/config.h +++ b/keyboards/zinc/reva/config.h | |||
| @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 24 | #define DEVICE_VER 0x0001 | 24 | #define DEVICE_VER 0x0001 |
| 25 | #define MANUFACTURER monksoffunk | 25 | #define MANUFACTURER monksoffunk |
| 26 | #define PRODUCT zinc rev.A | 26 | #define PRODUCT zinc rev.A |
| 27 | #define DESCRIPTION A split keyboard | 27 | #define DESCRIPTION A split keyboard |
| 28 | 28 | ||
| 29 | #define PREVENT_STUCK_MODIFIERS | 29 | #define PREVENT_STUCK_MODIFIERS |
| 30 | #define TAPPING_FORCE_HOLD | 30 | #define TAPPING_FORCE_HOLD |
| @@ -56,7 +56,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 56 | // #define BACKLIGHT_LEVELS 3 | 56 | // #define BACKLIGHT_LEVELS 3 |
| 57 | 57 | ||
| 58 | /* Set 0 if debouncing isn't needed */ | 58 | /* Set 0 if debouncing isn't needed */ |
| 59 | #define DEBOUNCING_DELAY 5 | 59 | #define DEBOUNCE 5 |
| 60 | 60 | ||
| 61 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 61 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 62 | //#define LOCKING_SUPPORT_ENABLE | 62 | //#define LOCKING_SUPPORT_ENABLE |
