diff options
author | Danny Nguyen <danny@80pct.com> | 2017-03-15 16:34:10 -0400 |
---|---|---|
committer | Danny Nguyen <danny@80pct.com> | 2017-03-23 08:46:35 -0400 |
commit | 91776772fd5600116e9d02c614813c427a3d4219 (patch) | |
tree | 54ccc6c57bb289486e6dd58b1df85729be144d5f /keyboards | |
parent | 7a9437a2e3a2597e8eef1ea293bfb3c394f588b9 (diff) | |
download | qmk_firmware-91776772fd5600116e9d02c614813c427a3d4219.tar.gz qmk_firmware-91776772fd5600116e9d02c614813c427a3d4219.zip |
Remove line for hands selection via EEPROM, reduce tap duration from 200ms to 150ms
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/lets_split/keymaps/hexwire/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lets_split/keymaps/hexwire/config.h b/keyboards/lets_split/keymaps/hexwire/config.h index 983f8e352e..11adbc454c 100644 --- a/keyboards/lets_split/keymaps/hexwire/config.h +++ b/keyboards/lets_split/keymaps/hexwire/config.h @@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define USE_SERIAL -#define EE_HANDS +#define TAPPING_TERM 150 #undef RGBLED_NUM #define RGB_DI_PIN B0 |