diff options
author | tmk <nobody@nowhere> | 2013-03-20 00:28:13 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-20 00:28:13 +0900 |
commit | 9757f960f9f50841df6651a1a52f63eb9aae242b (patch) | |
tree | 1708fcb5becaff6b7eb007c826408cf63dbf3bf2 /keyboard | |
parent | b057511f45de020c43021f2991569a53c2b929c9 (diff) |
Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options
Diffstat (limited to 'keyboard')
-rw-r--r-- | keyboard/gh60/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h index bb4277ae66..bf58076442 100644 --- a/keyboard/gh60/config.h +++ b/keyboard/gh60/config.h @@ -62,5 +62,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_PRINT #define NO_ACTION_OVERLAY +#define NO_ACTION_TAPPING +#define NO_ACTION_MACRO #endif |