aboutsummaryrefslogtreecommitdiff
path: root/doc/build.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build.md')
-rw-r--r--doc/build.md15
1 files changed, 15 insertions, 0 deletions
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
160 /* Locking CapsLock resynchronize hack */ 160 /* Locking CapsLock resynchronize hack */
161 #define CAPSLOCK_LOCKING_RESYNC_ENABLE 161 #define CAPSLOCK_LOCKING_RESYNC_ENABLE
162 162
163### 3. Disable Debug and Print
163 164
165 /* disable debug print */
166 #define NO_DEBUG
164 167
168 /* disable print */
169 #define NO_PRINT
170
171### 4. Disable Action Features
172
173 #define NO_ACTION_LAYER
174 #define NO_ACTION_TAPPING
175 #define NO_ACTION_ONESHOT
176 #define NO_ACTION_MACRO
177 #define NO_ACTION_FUNCTION
178
179***TBD***