blob: b1170aa78c8d859021f2c9fe24a78752eb4fba67 (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
// This is the ideal value for me but find your own
#undef TAPPING_TERM
#define TAPPING_TERM 145
// more options here: https://docs.qmk.fm/config_options.html
#define FORCE_NKRO
#define PERMISSIVE_HOLD // tab/hold-Keys should work better with that
|