diff options
author | tmk <nobody@nowhere> | 2013-03-20 00:26:01 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-20 00:26:01 +0900 |
commit | b057511f45de020c43021f2991569a53c2b929c9 (patch) | |
tree | f68be1f393692a9235a76f6d98739d8a614ad13c /keyboard/gh60/config.h | |
parent | 16870412679225d1a3b46c78928757deb713ae08 (diff) |
Add NO_ACTION_OVERLAY config option
Diffstat (limited to 'keyboard/gh60/config.h')
-rw-r--r-- | keyboard/gh60/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h index 64a080e1c2..bb4277ae66 100644 --- a/keyboard/gh60/config.h +++ b/keyboard/gh60/config.h @@ -58,8 +58,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* disable debug print */ //#define NO_DEBUG - /* disable print */ //#define NO_PRINT +#define NO_ACTION_OVERLAY + #endif |