diff options
Diffstat (limited to 'keyboards/amj40')
| -rw-r--r-- | keyboards/amj40/keymaps/default/rules.mk | 8 | ||||
| -rwxr-xr-x | keyboards/amj40/rules.mk | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/keyboards/amj40/keymaps/default/rules.mk b/keyboards/amj40/keymaps/default/rules.mk index cbfa35e63..957f209b7 100644 --- a/keyboards/amj40/keymaps/default/rules.mk +++ b/keyboards/amj40/keymaps/default/rules.mk | |||
| @@ -2,10 +2,10 @@ | |||
| 2 | # change to "no" to disable the options, or define them in the Makefile in | 2 | # change to "no" to disable the options, or define them in the Makefile in |
| 3 | # the appropriate keymap folder that will get included automatically | 3 | # the appropriate keymap folder that will get included automatically |
| 4 | # | 4 | # |
| 5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 5 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 6 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 6 | MOUSEKEY_ENABLE = no # Mouse keys |
| 7 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 7 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 8 | CONSOLE_ENABLE = no # Console for debug(+400) | 8 | CONSOLE_ENABLE = no # Console for debug |
| 9 | COMMAND_ENABLE = yes # Commands for debug and configuration | 9 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 10 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 11 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
diff --git a/keyboards/amj40/rules.mk b/keyboards/amj40/rules.mk index 423e66aee..5d6cff989 100755 --- a/keyboards/amj40/rules.mk +++ b/keyboards/amj40/rules.mk | |||
| @@ -14,14 +14,14 @@ BOOTLOADER = atmel-dfu | |||
| 14 | # Build Options | 14 | # Build Options |
| 15 | # comment out to disable the options. | 15 | # comment out to disable the options. |
| 16 | # | 16 | # |
| 17 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000) | 17 | BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration |
| 18 | MOUSEKEY_ENABLE ?= no # Mouse keys(+4700) | 18 | MOUSEKEY_ENABLE ?= no # Mouse keys |
| 19 | EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450) | 19 | EXTRAKEY_ENABLE ?= yes # Audio control and System control |
| 20 | CONSOLE_ENABLE ?= yes # Console for debug(+400) | 20 | CONSOLE_ENABLE ?= yes # Console for debug |
| 21 | COMMAND_ENABLE ?= yes # Commands for debug and configuration | 21 | COMMAND_ENABLE ?= yes # Commands for debug and configuration |
| 22 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 22 | NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 23 | RGBLIGHT_ENABLE ?= yes # Enable keyboard underlight functionality (+4870) | 23 | RGBLIGHT_ENABLE ?= yes # Enable keyboard underlight functionality |
| 24 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality (+1150) | 24 | BACKLIGHT_ENABLE ?= yes # Enable keyboard backlight functionality |
| 25 | MIDI_ENABLE ?= no # MIDI controls | 25 | MIDI_ENABLE ?= no # MIDI controls |
| 26 | AUDIO_ENABLE ?= no | 26 | AUDIO_ENABLE ?= no |
| 27 | UNICODE_ENABLE ?= no # Unicode | 27 | UNICODE_ENABLE ?= no # Unicode |
