diff options
author | tmk <nobody@nowhere> | 2013-03-20 00:56:54 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-20 01:45:04 +0900 |
commit | dbcac865b9faef2286ca2b0195ea08cf550d83ae (patch) | |
tree | ef97a69f18f1275966d318f69c70edf8dcb7ecaf /keyboard/gh60/config.h | |
parent | ecb7550a91a7fb9a2e7e717f3c0d40d30fd92121 (diff) |
Add NO_ACTION_KEYMAP 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 2e2387aa29..7da5c6bbff 100644 --- a/keyboard/gh60/config.h +++ b/keyboard/gh60/config.h @@ -61,6 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* disable print */ //#define NO_PRINT +#define NO_ACTION_KEYMAP #define NO_ACTION_OVERLAY #define NO_ACTION_TAPPING #define NO_ACTION_MACRO |