diff options
| author | Jonathan Rascher <jon@bcat.name> | 2019-10-27 21:53:49 -0500 |
|---|---|---|
| committer | Joel Challis <git@zvecr.com> | 2019-10-28 02:53:49 +0000 |
| commit | 92be2439ec280c46c4babb60087a93b96b6e94ab (patch) | |
| tree | 4f4f6eaeb4fce95d034d5b32d7ad54e17900cbfe /users/bcat | |
| parent | d5316e9714e6bd661ece1bf364dce1e9fd79988c (diff) | |
| download | qmk_firmware-92be2439ec280c46c4babb60087a93b96b6e94ab.tar.gz qmk_firmware-92be2439ec280c46c4babb60087a93b96b6e94ab.zip | |
Couple more minor Lily58 keymap tweaks (#7175)
* Move grave/tilde and backslash/pipe to left hand
* Shift media keys to be aligned with home row
* Update KLE images
* Mention new media key location in readme
* Turn off a couple more features for explicitness
Diffstat (limited to 'users/bcat')
| -rw-r--r-- | users/bcat/rules.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/users/bcat/rules.mk b/users/bcat/rules.mk index 407729c82..107b470ed 100644 --- a/users/bcat/rules.mk +++ b/users/bcat/rules.mk | |||
| @@ -2,12 +2,17 @@ | |||
| 2 | BOOTMAGIC_ENABLE = lite | 2 | BOOTMAGIC_ENABLE = lite |
| 3 | 3 | ||
| 4 | # Enable mouse and media keys on all keyboards. | 4 | # Enable mouse and media keys on all keyboards. |
| 5 | MOUSEKEY_ENABLE = yes | ||
| 6 | EXTRAKEY_ENABLE = yes | 5 | EXTRAKEY_ENABLE = yes |
| 6 | MOUSEKEY_ENABLE = yes | ||
| 7 | 7 | ||
| 8 | # Disable some unwanted features on all keyboards. | 8 | # Disable some unwanted features on all keyboards. |
| 9 | CONSOLE_ENABLE = no | 9 | API_SYSEX_ENABLE = no |
| 10 | COMMAND_ENABLE = no | 10 | COMMAND_ENABLE = no |
| 11 | CONSOLE_ENABLE = no | ||
| 12 | FAUXCLICKY_ENABLE = no | ||
| 13 | MIDI_ENABLE = no | ||
| 11 | NKRO_ENABLE = no | 14 | NKRO_ENABLE = no |
| 15 | SLEEP_LED_ENABLE = no | ||
| 16 | UCIS_ENABLE = no | ||
| 12 | UNICODE_ENABLE = no | 17 | UNICODE_ENABLE = no |
| 13 | API_SYSEX_ENABLE = no | 18 | UNICODEMAP_ENABLE = no |
