diff options
author | Drashna Jaelre <drashna@live.com> | 2021-12-14 20:53:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 20:53:36 -0800 |
commit | 3fa592a4024a24a636fa0c562e6761667a94f565 (patch) | |
tree | 4ce826128e29e36dfe606fa2b5a3d25b3bd0afcc /layouts | |
parent | c10bc9f91e737dd3675b2e4492daa09092655af9 (diff) | |
download | qmk_firmware-3fa592a4024a24a636fa0c562e6761667a94f565.tar.gz qmk_firmware-3fa592a4024a24a636fa0c562e6761667a94f565.zip |
[Keymap] Unicode and Pointing Device and Autocorect for drashna keymaps (#15415)
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/community/ergodox/drashna/rules.mk | 10 | ||||
-rw-r--r-- | layouts/community/ortho_5x12/drashna/rules.mk | 1 | ||||
-rw-r--r-- | layouts/community/split_3x6_3/drashna/rules.mk | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/layouts/community/ergodox/drashna/rules.mk b/layouts/community/ergodox/drashna/rules.mk index 853f1efd2..61b626307 100644 --- a/layouts/community/ergodox/drashna/rules.mk +++ b/layouts/community/ergodox/drashna/rules.mk | |||
@@ -1,4 +1,4 @@ | |||
1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
2 | TAP_DANCE_ENABLE = no | 2 | TAP_DANCE_ENABLE = no |
3 | COMMAND_ENABLE = no # Commands for debug and configuration | 3 | COMMAND_ENABLE = no # Commands for debug and configuration |
4 | CONSOLE_ENABLE = no | 4 | CONSOLE_ENABLE = no |
@@ -9,12 +9,12 @@ ifeq ($(strip $(KEYBOARD)), ergodox_ez) | |||
9 | RGB_MATRIX_ENABLE = yes | 9 | RGB_MATRIX_ENABLE = yes |
10 | INDICATOR_LIGHTS = no | 10 | INDICATOR_LIGHTS = no |
11 | RGBLIGHT_STARTUP_ANIMATION = yes | 11 | RGBLIGHT_STARTUP_ANIMATION = yes |
12 | PIMORONI_TRACKBALL_ENABLE = yes | 12 | PIMORONI_TRACKBALL_ENABLE = no |
13 | MOUSEKEY_ENABLE = no | 13 | MOUSEKEY_ENABLE = no |
14 | endif | 14 | endif |
15 | 15 | ||
16 | UNICODE_ENABLE = no | 16 | UNICODE_ENABLE = no |
17 | UNICDOEMAP_ENABLE = no | 17 | UNICDOEMAP_ENABLE = no |
18 | 18 | CUSTOM_UNICODE_ENABLE = no | |
19 | 19 | ||
20 | DEBOUNCE_TYPE = sym_eager_pr | 20 | DEBOUNCE_TYPE = sym_eager_pr |
diff --git a/layouts/community/ortho_5x12/drashna/rules.mk b/layouts/community/ortho_5x12/drashna/rules.mk index 69a025cc0..98ac82909 100644 --- a/layouts/community/ortho_5x12/drashna/rules.mk +++ b/layouts/community/ortho_5x12/drashna/rules.mk | |||
@@ -14,4 +14,5 @@ ifeq ($(strip $(KEYBOARD)), fractal) | |||
14 | RGBLIGHT_ENABLE = yes | 14 | RGBLIGHT_ENABLE = yes |
15 | RGBLIGHT_STARTUP_ANIMATION = yes | 15 | RGBLIGHT_STARTUP_ANIMATION = yes |
16 | BOOTLOADER = qmk-dfu | 16 | BOOTLOADER = qmk-dfu |
17 | CUSTOM_UNICODE_ENABLE = no | ||
17 | endif | 18 | endif |
diff --git a/layouts/community/split_3x6_3/drashna/rules.mk b/layouts/community/split_3x6_3/drashna/rules.mk index edc9304fe..cf2dfbdc8 100644 --- a/layouts/community/split_3x6_3/drashna/rules.mk +++ b/layouts/community/split_3x6_3/drashna/rules.mk | |||
@@ -32,6 +32,7 @@ ifeq ($(strip $(CTPC)), yes) | |||
32 | SWAP_HANDS_ENABLE = yes | 32 | SWAP_HANDS_ENABLE = yes |
33 | WPM_ENABLE = yes | 33 | WPM_ENABLE = yes |
34 | else | 34 | else |
35 | CUSTOM_UNICODE_ENABLE = no | ||
35 | BOOTLOADER = qmk-hid | 36 | BOOTLOADER = qmk-hid |
36 | BOOTLOADER_SIZE = 512 | 37 | BOOTLOADER_SIZE = 512 |
37 | endif | 38 | endif |