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/gh60/config.h | |
| parent | b057511f45de020c43021f2991569a53c2b929c9 (diff) | |
| download | qmk_firmware-9757f960f9f50841df6651a1a52f63eb9aae242b.tar.gz qmk_firmware-9757f960f9f50841df6651a1a52f63eb9aae242b.zip | |
Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options
Diffstat (limited to 'keyboard/gh60/config.h')
| -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 bb4277ae6..bf5807644 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/>. | |||
| 62 | //#define NO_PRINT | 62 | //#define NO_PRINT |
| 63 | 63 | ||
| 64 | #define NO_ACTION_OVERLAY | 64 | #define NO_ACTION_OVERLAY |
| 65 | #define NO_ACTION_TAPPING | ||
| 66 | #define NO_ACTION_MACRO | ||
| 65 | 67 | ||
| 66 | #endif | 68 | #endif |
