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/keebio/quefrency/rev1/config.h | |
| parent | fe6b8edd581c334a92a97c15faced95a12d5e882 (diff) | |
| download | qmk_firmware-faaaa134fd436be400aa2c7841b38907899d49a6.tar.gz qmk_firmware-faaaa134fd436be400aa2c7841b38907899d49a6.zip | |
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)
Diffstat (limited to 'keyboards/keebio/quefrency/rev1/config.h')
| -rw-r--r-- | keyboards/keebio/quefrency/rev1/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/quefrency/rev1/config.h b/keyboards/keebio/quefrency/rev1/config.h index 67cef6195..9778ef470 100644 --- a/keyboards/keebio/quefrency/rev1/config.h +++ b/keyboards/keebio/quefrency/rev1/config.h | |||
| @@ -41,7 +41,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 41 | #define SPLIT_HAND_PIN D2 | 41 | #define SPLIT_HAND_PIN D2 |
| 42 | 42 | ||
| 43 | /* Set 0 if debouncing isn't needed */ | 43 | /* Set 0 if debouncing isn't needed */ |
| 44 | #define DEBOUNCING_DELAY 5 | 44 | #define DEBOUNCE 5 |
| 45 | 45 | ||
| 46 | /* serial.c configuration for split keyboard */ | 46 | /* serial.c configuration for split keyboard */ |
| 47 | #define SOFT_SERIAL_PIN D0 | 47 | #define SOFT_SERIAL_PIN D0 |
