diff options
Diffstat (limited to 'keyboard/gh60/config.h')
| -rw-r--r-- | keyboard/gh60/config.h | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h index 7da5c6bbf..679ff3662 100644 --- a/keyboard/gh60/config.h +++ b/keyboard/gh60/config.h | |||
| @@ -56,15 +56,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 56 | */ | 56 | */ |
| 57 | #define BOOTLOADER_SIZE 4096 | 57 | #define BOOTLOADER_SIZE 4096 |
| 58 | 58 | ||
| 59 | |||
| 60 | |||
| 61 | /* | ||
| 62 | * Feature disable options | ||
| 63 | * These options are also useful to firmware size reduction. | ||
| 64 | */ | ||
| 65 | |||
| 59 | /* disable debug print */ | 66 | /* disable debug print */ |
| 60 | //#define NO_DEBUG | 67 | //#define NO_DEBUG |
| 68 | |||
| 61 | /* disable print */ | 69 | /* disable print */ |
| 62 | //#define NO_PRINT | 70 | //#define NO_PRINT |
| 63 | 71 | ||
| 64 | #define NO_ACTION_KEYMAP | 72 | /* disable action features */ |
| 65 | #define NO_ACTION_OVERLAY | 73 | //#define NO_ACTION_KEYMAP |
| 66 | #define NO_ACTION_TAPPING | 74 | //#define NO_ACTION_OVERLAY |
| 67 | #define NO_ACTION_MACRO | 75 | //#define NO_ACTION_TAPPING |
| 68 | #define NO_ACTION_FUNCTION | 76 | //#define NO_ACTION_MACRO |
| 77 | //#define NO_ACTION_FUNCTION | ||
| 69 | 78 | ||
| 70 | #endif | 79 | #endif |
