diff options
author | Danny <nooges@users.noreply.github.com> | 2019-06-03 15:15:18 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-03 12:15:18 -0700 |
commit | a8958c5e5324dc5d30edde5ab5f682eb2f53f8fb (patch) | |
tree | 0a4d6b9317bf619061c51a50e8274d32465feef3 /keyboards/keebio/iris/rev2 | |
parent | 7ddf3c28f46f8582c897ad118c28734cd9332841 (diff) |
[Keyboard] Updates to iris (#6063)
* Swap LSFT/LCTL in default Iris keymaps
* Migrate to new DEBOUNCE setting
Diffstat (limited to 'keyboards/keebio/iris/rev2')
-rw-r--r-- | keyboards/keebio/iris/rev2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/rev2/config.h b/keyboards/keebio/iris/rev2/config.h index 235c5710f5..a46328b94b 100644 --- a/keyboards/keebio/iris/rev2/config.h +++ b/keyboards/keebio/iris/rev2/config.h @@ -46,7 +46,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define BACKLIGHT_LEVELS 3 /* Set 0 if debouncing isn't needed */ -#define DEBOUNCING_DELAY 5 +#define DEBOUNCE 5 /* serial.c configuration for split keyboard */ #define SOFT_SERIAL_PIN D0 |