use 32 keys and be happy
This commit is contained in:
parent
52d304ed3a
commit
ecc2b462ca
4 changed files with 86 additions and 66 deletions
22
rules.mk
22
rules.mk
|
@ -1,19 +1,3 @@
|
|||
# configure miryoku
|
||||
MIRYOKU_ALPHAS=QWERTY
|
||||
MIRYOKU_EXTRA=QWERTY
|
||||
MIRYOKU_TAP=QWERTY
|
||||
MIRYOKU_NAV=INVERTEDT
|
||||
|
||||
# include miryoku defaults
|
||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
AUTO_SHIFT_ENABLE = yes # Auto Shift
|
||||
include users/manna-harbour_miryoku/custom_rules.mk
|
||||
include users/manna-harbour_miryoku/post_rules.mk
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += achordion.c
|
||||
|
||||
# properly optimize
|
||||
LTO_ENABLE = yes
|
||||
|
||||
|
@ -21,7 +5,13 @@ LTO_ENABLE = yes
|
|||
COMMAND_ENABLE = no
|
||||
CONSOLE_ENABLE = no
|
||||
|
||||
# we have some real mouse
|
||||
MOUSEKEY_ENABLE = no
|
||||
|
||||
# more features we not use
|
||||
SPACE_CADET_ENABLE = no
|
||||
GRAVE_ESC_ENABLE = no
|
||||
MUSIC_ENABLE = no
|
||||
|
||||
# add achordion to improve home row modifiers
|
||||
SRC += achordion.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue