]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/gh60/config.h
Add NO_ACTION_TAPPING and NO_ACTION_MACRO config options
[max/tmk_keyboard.git] / keyboard / gh60 / config.h
index 38d88eecc4b569e5ab1618982837592e0fefd81a..bf5807644202ebaef60104d9ec5983abadcadbca 100644 (file)
@@ -56,5 +56,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 #define BOOTLOADER_SIZE 4096
 
+/* disable debug print */
+//#define NO_DEBUG
+/* disable print */
+//#define NO_PRINT
+
+#define NO_ACTION_OVERLAY
+#define NO_ACTION_TAPPING
+#define NO_ACTION_MACRO
 
 #endif