summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/333fred/config.h
blob: 6a03446e03219335b7c21465b07dc00b193b74db (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef CONFIG_H_
#define CONFIG_H_

#include QMK_KEYBOARD_CONFIG_H

#undef TAPPING_TERM
#define TAPPING_TERM 150

#define PERMISSIVE_HOLD

#endif