diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | keyboard/gh60/Makefile.lufa | 4 | ||||
| -rw-r--r-- | keyboard/gh60/Makefile.pjrc | 3 | ||||
| -rw-r--r-- | keyboard/gh60/config.h | 19 |
4 files changed, 19 insertions, 8 deletions
| @@ -171,6 +171,7 @@ Note that ***comment out*** to disable them. | |||
| 171 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 171 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 172 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 172 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 173 | CONSOLE_ENABLE = yes # Console for debug(+400) | 173 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 174 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 174 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 175 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 175 | #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA | 176 | #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |
| 176 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support | 177 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support |
diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa index f740dea84..f153bc311 100644 --- a/keyboard/gh60/Makefile.lufa +++ b/keyboard/gh60/Makefile.lufa | |||
| @@ -103,14 +103,14 @@ BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | |||
| 103 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 103 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
| 104 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 104 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 105 | CONSOLE_ENABLE = yes # Console for debug(+400) | 105 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 106 | COMMAND_ENABLE = yes # Magic command | 106 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 107 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend | 107 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
| 108 | #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA | 108 | #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |
| 109 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support | 109 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support |
| 110 | 110 | ||
| 111 | 111 | ||
| 112 | # Optimize size but this may cause error "relocation truncated to fit" | 112 | # Optimize size but this may cause error "relocation truncated to fit" |
| 113 | EXTRALDFLAGS = -Wl,--relax | 113 | #EXTRALDFLAGS = -Wl,--relax |
| 114 | 114 | ||
| 115 | # Search Path | 115 | # Search Path |
| 116 | VPATH += $(TARGET_DIR) | 116 | VPATH += $(TARGET_DIR) |
diff --git a/keyboard/gh60/Makefile.pjrc b/keyboard/gh60/Makefile.pjrc index f03ca9416..290f7cb87 100644 --- a/keyboard/gh60/Makefile.pjrc +++ b/keyboard/gh60/Makefile.pjrc | |||
| @@ -80,8 +80,9 @@ OPT_DEFS += -DBOOT_SIZE=4096 | |||
| 80 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) | 80 | BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) |
| 81 | MOUSEKEY_ENABLE = yes # Mouse keys(+5000) | 81 | MOUSEKEY_ENABLE = yes # Mouse keys(+5000) |
| 82 | EXTRAKEY_ENABLE = yes # Audio control and System control(+600) | 82 | EXTRAKEY_ENABLE = yes # Audio control and System control(+600) |
| 83 | NKRO_ENABLE = yes # USB Nkey Rollover(+500) | ||
| 84 | CONSOLE_ENABLE = yes # Console for debug | 83 | CONSOLE_ENABLE = yes # Console for debug |
| 84 | COMMAND_ENABLE = yes # Commands for debug and configuration | ||
| 85 | NKRO_ENABLE = yes # USB Nkey Rollover(+500) | ||
| 85 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support | 86 | #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support |
| 86 | 87 | ||
| 87 | 88 | ||
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 |
