diff options
author | Jason Dunsmore <jasondunsmore@gmail.com> | 2020-01-30 17:25:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-30 15:25:16 -0800 |
commit | 7514f5124ac81ce1db51eb07a287f82d6a9bf10c (patch) | |
tree | 80c0d50316f07397f152573de8b1371696c6a8c4 /keyboards/keebio/iris/keymaps/jasondunsmore/config.h | |
parent | 31e4583f4a171823cfa639cc6a9795e892c0455f (diff) | |
download | qmk_firmware-7514f5124ac81ce1db51eb07a287f82d6a9bf10c.tar.gz |
[Keymap] Update keymap for user jasondunsmore (#8047)
Diffstat (limited to 'keyboards/keebio/iris/keymaps/jasondunsmore/config.h')
-rw-r--r-- | keyboards/keebio/iris/keymaps/jasondunsmore/config.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/keebio/iris/keymaps/jasondunsmore/config.h b/keyboards/keebio/iris/keymaps/jasondunsmore/config.h index 8aa4be367..195c1d3bb 100644 --- a/keyboards/keebio/iris/keymaps/jasondunsmore/config.h +++ b/keyboards/keebio/iris/keymaps/jasondunsmore/config.h @@ -17,11 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -/* Use I2C or Serial, not both */ #define USE_SERIAL -// #define USE_I2C - -/* Select hand configuration */ #define MASTER_LEFT - -#define TAPPING_TERM 200 +#define TAPPING_TERM 150 +#define TAPPING_TOGGLE 2 |