X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=doc%2Fbuild.md;h=88504f0965bf3fb41e977b6b86dc946f48585821;hb=de7b46cd7db2928d342a0c3e06f03c19e96f984b;hp=5185e8032b4a6c3b7b8e2649ae1b88beb281a9e8;hpb=e59fb6f908e3e05ed135bf6d004524b0b6bf9119;p=max%2Ftmk_keyboard.git diff --git a/doc/build.md b/doc/build.md index 5185e803..88504f09 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***