Add coding style and config.h options
This commit is contained in:
parent
e59fb6f908
commit
de7b46cd7d
2 changed files with 21 additions and 0 deletions
15
doc/build.md
15
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***
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue