diff options
author | tmk <nobody@nowhere> | 2013-03-20 00:37:32 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-20 00:37:32 +0900 |
commit | ecb7550a91a7fb9a2e7e717f3c0d40d30fd92121 (patch) | |
tree | 9d7ed14772aa3faedce7e3993b62950f3d3be1e2 /keyboard/gh60/config.h | |
parent | 9757f960f9f50841df6651a1a52f63eb9aae242b (diff) |
Add NO_ACTION_FUNCTION config option
Diffstat (limited to 'keyboard/gh60/config.h')
-rw-r--r-- | keyboard/gh60/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h index bf58076442..2e2387aa29 100644 --- a/keyboard/gh60/config.h +++ b/keyboard/gh60/config.h @@ -64,5 +64,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define NO_ACTION_OVERLAY #define NO_ACTION_TAPPING #define NO_ACTION_MACRO +#define NO_ACTION_FUNCTION #endif |