aboutsummaryrefslogtreecommitdiff
path: root/keyboard/gh60/config.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-03-21 01:36:59 +0900
committertmk <nobody@nowhere>2013-03-21 01:36:59 +0900
commit9a3edb897ab8549bae089645c0d7f27df8fa15b7 (patch)
treefd0e13cf8c7795146a0fe81d282cbbaeaa97b2f2 /keyboard/gh60/config.h
parentdbcac865b9faef2286ca2b0195ea08cf550d83ae (diff)
downloadqmk_firmware-9a3edb897ab8549bae089645c0d7f27df8fa15b7.tar.gz
qmk_firmware-9a3edb897ab8549bae089645c0d7f27df8fa15b7.zip
Fix Makefile and config.h of gh60 for new options
Diffstat (limited to 'keyboard/gh60/config.h')
-rw-r--r--keyboard/gh60/config.h19
1 files changed, 14 insertions, 5 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h
index 7da5c6bbf..679ff3662 100644
--- a/keyboard/gh60/config.h
+++ b/keyboard/gh60/config.h
@@ -56,15 +56,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
56 */ 56 */
57#define BOOTLOADER_SIZE 4096 57#define BOOTLOADER_SIZE 4096
58 58
59
60
61/*
62 * Feature disable options
63 * These options are also useful to firmware size reduction.
64 */
65
59/* disable debug print */ 66/* disable debug print */
60//#define NO_DEBUG 67//#define NO_DEBUG
68
61/* disable print */ 69/* disable print */
62//#define NO_PRINT 70//#define NO_PRINT
63 71
64#define NO_ACTION_KEYMAP 72/* disable action features */
65#define NO_ACTION_OVERLAY 73//#define NO_ACTION_KEYMAP
66#define NO_ACTION_TAPPING 74//#define NO_ACTION_OVERLAY
67#define NO_ACTION_MACRO 75//#define NO_ACTION_TAPPING
68#define NO_ACTION_FUNCTION 76//#define NO_ACTION_MACRO
77//#define NO_ACTION_FUNCTION
69 78
70#endif 79#endif