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/kinesis | |
| parent | fe6b8edd581c334a92a97c15faced95a12d5e882 (diff) | |
| download | qmk_firmware-faaaa134fd436be400aa2c7841b38907899d49a6.tar.gz qmk_firmware-faaaa134fd436be400aa2c7841b38907899d49a6.zip | |
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
Diffstat (limited to 'keyboards/kinesis')
| -rw-r--r-- | keyboards/kinesis/config.h | 2 | ||||
| -rw-r--r-- | keyboards/kinesis/stapelberg/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/kinesis/config.h b/keyboards/kinesis/config.h index 74e85f6f1..368037d8b 100644 --- a/keyboards/kinesis/config.h +++ b/keyboards/kinesis/config.h | |||
| @@ -36,7 +36,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 36 | #define MOUSEKEY_WHEEL_TIME_TO_MAX 1 | 36 | #define MOUSEKEY_WHEEL_TIME_TO_MAX 1 |
| 37 | 37 | ||
| 38 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 38 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 39 | #define DEBOUNCING_DELAY 5 | 39 | #define DEBOUNCE 5 |
| 40 | 40 | ||
| 41 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 41 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 42 | #define LOCKING_SUPPORT_ENABLE | 42 | #define LOCKING_SUPPORT_ENABLE |
diff --git a/keyboards/kinesis/stapelberg/config.h b/keyboards/kinesis/stapelberg/config.h index 321aec5eb..992480195 100644 --- a/keyboards/kinesis/stapelberg/config.h +++ b/keyboards/kinesis/stapelberg/config.h | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | 31 | ||
| 32 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 32 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
| 33 | #define DEBOUNCING_DELAY 5 | 33 | #define DEBOUNCE 5 |
| 34 | 34 | ||
| 35 | /* don't know if this should be defined at the board or top level. Assuming board | 35 | /* don't know if this should be defined at the board or top level. Assuming board |
| 36 | #define MOUSEKEY_DELAY 100 | 36 | #define MOUSEKEY_DELAY 100 |
