diff options
| author | Ryan | 2023-06-24 09:44:21 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-24 09:44:21 +0200 |
| commit | 1e05bad1baadd4f50fdf656f49e23d0fcea86834 (patch) | |
| tree | 470d00d435e08e13b36db9f82acf8565a56a727b /keyboards/zfrontier/big_switch/config.h | |
| parent | 4ae9bfd17ab01608e1bf2492c35d79bd2ad5c0fe (diff) | |
Move `TAPPING_TERM` to data driven (#21296)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/zfrontier/big_switch/config.h')
| -rw-r--r-- | keyboards/zfrontier/big_switch/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/zfrontier/big_switch/config.h b/keyboards/zfrontier/big_switch/config.h index 0a445e8359..4b26698659 100644 --- a/keyboards/zfrontier/big_switch/config.h +++ b/keyboards/zfrontier/big_switch/config.h @@ -31,6 +31,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_EFFECT_BREATHE_CENTER 2.0 #define RGBLIGHT_EFFECT_BREATHE_MAX 255 -/* long tapping config */ -#define TAPPING_TERM 500 #define PERMISSIVE_HOLD |