From de7b46cd7db2928d342a0c3e06f03c19e96f984b Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 7 Apr 2013 16:47:01 +0900 Subject: Add coding style and config.h options --- doc/build.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/build.md') diff --git a/doc/build.md b/doc/build.md index 5185e8032..88504f096 100644 --- a/doc/build.md +++ b/doc/build.md @@ -160,5 +160,20 @@ Config.h Options /* Locking CapsLock resynchronize hack */ #define CAPSLOCK_LOCKING_RESYNC_ENABLE +### 3. Disable Debug and Print + /* disable debug print */ + #define NO_DEBUG + /* disable print */ + #define NO_PRINT + +### 4. Disable Action Features + + #define NO_ACTION_LAYER + #define NO_ACTION_TAPPING + #define NO_ACTION_ONESHOT + #define NO_ACTION_MACRO + #define NO_ACTION_FUNCTION + +***TBD*** -- cgit v1.2.3