comparison rules.mk @ 4:7e09639847e1 draft

- add mouse emulation - move numbers row to _RAISE layer - move punctuations row to _LOWER layer - re-arrange cursor keys as reversed-T shape as of mouse keys - move function keys to _ADJUST layer
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 18 Feb 2019 10:21:46 +0900
parents ef0cbe565d18
children
comparison
equal deleted inserted replaced
3:4bc0df3a6934 4:7e09639847e1
2 # Build Options 2 # Build Options
3 # change to "no" to disable the options, or define them in the Makefile in 3 # change to "no" to disable the options, or define them in the Makefile in
4 # the appropriate keymap folder that will get included automatically 4 # the appropriate keymap folder that will get included automatically
5 # 5 #
6 BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration(+1000) 6 BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration(+1000)
7 MOUSEKEY_ENABLE = no # Mouse keys(+4700) 7 MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
8 EXTRAKEY_ENABLE = yes # Audio control and System control(+450) 8 EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
9 CONSOLE_ENABLE = no # Console for debug(+400) 9 CONSOLE_ENABLE = no # Console for debug(+400)
10 COMMAND_ENABLE = no # Commands for debug and configuration 10 COMMAND_ENABLE = no # Commands for debug and configuration
11 NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 11 NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
12 BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 12 BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality