diff options
Diffstat (limited to 'keyboards/ergodox_ez/rules.mk')
| -rw-r--r-- | keyboards/ergodox_ez/rules.mk | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/keyboards/ergodox_ez/rules.mk b/keyboards/ergodox_ez/rules.mk index e64805392..1b4ace5ee 100644 --- a/keyboards/ergodox_ez/rules.mk +++ b/keyboards/ergodox_ez/rules.mk | |||
| @@ -12,15 +12,15 @@ BOOTLOADER = halfkay | |||
| 12 | # Build Options | 12 | # Build Options |
| 13 | # change yes to no to disable | 13 | # change yes to no to disable |
| 14 | # | 14 | # |
| 15 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 15 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite |
| 16 | MOUSEKEY_ENABLE = yes # Mouse keys | 16 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 17 | EXTRAKEY_ENABLE = yes # Audio control and System control | 17 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 18 | CONSOLE_ENABLE = no # Console for debug | 18 | CONSOLE_ENABLE = no # Console for debug |
| 19 | COMMAND_ENABLE = yes # Commands for debug and configuration | 19 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 20 | CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ | 20 | CUSTOM_MATRIX = lite # Custom matrix file for the ErgoDox EZ |
| 21 | NKRO_ENABLE = yes # Enable N-Key Rollover | 21 | NKRO_ENABLE = yes # Enable N-Key Rollover |
| 22 | UNICODE_ENABLE = yes # Unicode | 22 | UNICODE_ENABLE = no # Unicode |
| 23 | SWAP_HANDS_ENABLE= yes # Allow swapping hands of keyboard | 23 | SWAP_HANDS_ENABLE= no # Allow swapping hands of keyboard |
| 24 | 24 | ||
| 25 | RGB_MATRIX_ENABLE = no # enable later | 25 | RGB_MATRIX_ENABLE = no # enable later |
| 26 | RGB_MATRIX_DRIVER = IS31FL3731 | 26 | RGB_MATRIX_DRIVER = IS31FL3731 |
| @@ -36,3 +36,5 @@ LAYOUTS = ergodox | |||
| 36 | # Disable unsupported hardware | 36 | # Disable unsupported hardware |
| 37 | AUDIO_SUPPORTED = no | 37 | AUDIO_SUPPORTED = no |
| 38 | BACKLIGHT_SUPPORTED = no | 38 | BACKLIGHT_SUPPORTED = no |
| 39 | |||
| 40 | MOUSE_SHARED_EP = no | ||
