summaryrefslogtreecommitdiff
path: root/keyboard/planck/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/planck/config.h')
-rw-r--r--keyboard/planck/config.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/keyboard/planck/config.h b/keyboard/planck/config.h
index a4c711db82..f51db10871 100644
--- a/keyboard/planck/config.h
+++ b/keyboard/planck/config.h
@@ -64,16 +64,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* disable debug print */
-#define NO_DEBUG
-
+// #define NO_DEBUG
+#define DEBUG_ACTION
+
/* disable print */
-#define NO_PRINT
+// #define NO_PRINT
/* disable action features */
//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
+// #define NO_ACTION_TAPPING
+#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
-//#define NO_ACTION_FUNCTION
+#define NO_ACTION_FUNCTION
#endif