summaryrefslogtreecommitdiffstats
path: root/keyboard/gh60/config.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-03-21 07:44:33 +0100
committertmk <nobody@nowhere>2013-03-21 07:44:33 +0100
commit2b08a150a41e25e87362436b7307bb1be35529f3 (patch)
treee176fafe0e7723612f7fb34b88105ea892f35404 /keyboard/gh60/config.h
parent8580c8d291a432d5004c46321aa3c1b1626cdadd (diff)
parentb2a19328ad35f51dcc9cef7c4d2801acd143582a (diff)
downloadqmk_firmware-2b08a150a41e25e87362436b7307bb1be35529f3.tar.gz
qmk_firmware-2b08a150a41e25e87362436b7307bb1be35529f3.tar.xz
Merge branch 'add_build_options'
Diffstat (limited to 'keyboard/gh60/config.h')
-rw-r--r--keyboard/gh60/config.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h
index 38d88eecc..7fe28470d 100644
--- a/keyboard/gh60/config.h
+++ b/keyboard/gh60/config.h
@@ -57,4 +57,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define BOOTLOADER_SIZE 4096
+
+/*
+ * Feature disable options
+ * These options are also useful to firmware size reduction.
+ */
+
+/* disable debug print */
+//#define NO_DEBUG
+
+/* disable print */
+//#define NO_PRINT
+
+/* disable action features */
+//#define NO_ACTION_KEYMAP
+//#define NO_ACTION_OVERLAY
+//#define NO_ACTION_TAPPING
+//#define NO_ACTION_ONESHOT
+//#define NO_ACTION_MACRO
+//#define NO_ACTION_FUNCTION
+
#endif