-
-
Notifications
You must be signed in to change notification settings - Fork 40k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keymap] Reorganization, cleanup and readmes for drashna code (#15617)
- Loading branch information
Showing
64 changed files
with
1,290 additions
and
1,162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 33 additions & 13 deletions
46
keyboards/handwired/tractyl_manuform/5x6_right/keymaps/drashna/rules.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,34 @@ | ||
RGBLIGHT_ENABLE = yes | ||
RGBLIGHT_STARTUP_ANIMATION = yes | ||
AUDIO_ENABLE = yes | ||
HAPTIC_ENABLE = no | ||
COMMAND_ENABLE = no | ||
TAP_DANCE_ENABLE = yes | ||
UNICODE_ENABLE = yes | ||
OLED_ENABLE = yes | ||
WPM_ENABLE = yes | ||
ENCODER_ENABLE = yes | ||
ENCODER_MAP_ENABLE = yes | ||
# DEBOUNCE_TYPE = sym_eager_pk | ||
COMMAND_ENABLE = no | ||
RGBLIGHT_ENABLE = yes | ||
RGBLIGHT_STARTUP_ANIMATION = yes | ||
AUDIO_ENABLE = yes | ||
HAPTIC_ENABLE = no | ||
TAP_DANCE_ENABLE = yes | ||
OLED_ENABLE = yes | ||
WPM_ENABLE = yes | ||
ENCODER_ENABLE = yes | ||
ENCODER_MAP_ENABLE = yes | ||
AUTOCORRECTION_ENABLE = yes | ||
CAPS_WORD_ENABLE = yes | ||
|
||
LTO_SUPPORTED = no | ||
ifeq ($(strip $(KEYBOARD)), handwired/tractyl_manuform/5x6_right/elite_c) | ||
RGBLIGHT_ENABLE = no | ||
AUDIO_ENABLE = no | ||
HAPTIC_ENABLE = no | ||
TAP_DANCE_ENABLE = no | ||
OLED_ENABLE = no | ||
WPM_ENABLE = no | ||
ENCODER_ENABLE = no | ||
AUTOCORRECTION_ENABLE = no | ||
LTO_SUPPORTED = yes | ||
SWAP_HANDS_ENABLE = no | ||
CUSTOM_UNICODE_ENABLE = no | ||
CAPS_WORD_ENABLE = no | ||
BOOTLOADER = qmk-hid | ||
BOOTLOADER_SIZE = 512 | ||
endif | ||
ifeq ($(strip $(KEYBOARD)), handwired/tractyl_manuform/5x6_right/teensy2pp) | ||
AUTOCORRECTION_ENABLE = no | ||
CAPS_WORD_ENABLE = yes | ||
endif | ||
# DEBOUNCE_TYPE = sym_eager_pk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
TAP_DANCE_ENABLE = yes | ||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
UNICODE_ENABLE = yes | ||
UNICODEMAP_ENABLE = no | ||
TAP_DANCE_ENABLE = yes | ||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
UNICODE_ENABLE = yes | ||
UNICODEMAP_ENABLE = no | ||
AUTOCORRECTION_ENABLE = yes | ||
CAPS_WORD_ENABLE = yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,27 @@ | ||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
MOUSEKEY_ENABLE = yes # Mouse keys | ||
MOUSEKEY_ENABLE = no # Mouse keys | ||
EXTRAKEY_ENABLE = yes # Audio control and System control | ||
CONSOLE_ENABLE = yes # Console for debug | ||
CONSOLE_ENABLE = no # Console for debug | ||
COMMAND_ENABLE = no # Commands for debug and configuration | ||
NKRO_ENABLE = yes # USB Nkey Rollover | ||
UNICODE_ENABLE = yes # Unicode | ||
OLED_ENABLE = yes | ||
OLED_DRIVER = SSD1306 # Enables the use of OLED displays | ||
ENCODER_ENABLE = yes # Enables the use of one or more encoders | ||
|
||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
RGBLIGHT_STARTUP_ANIMATION = yes | ||
RGB_MATRIX_ENABLE = yes | ||
TAP_DANCE_ENABLE = yes | ||
KEY_LOCK_ENABLE = no | ||
WPM_ENABLE = yes | ||
SWAP_HANDS_ENABLE = yes | ||
LTO_ENABLE = no | ||
CTPC = yes | ||
|
||
ifeq ($(strip $(KEYBOARD)), splitkb/kyria/rev1/proton_c) | ||
RGB_MATRIX_ENABLE = yes | ||
CONSOLE_ENABLE = yes # Console for debug | ||
MOUSEKEY_ENABLE = yes # Mouse keys | ||
TAP_DANCE_ENABLE = yes | ||
SWAP_HANDS_ENABLE = yes | ||
LTO_ENABLE = no | ||
CTPC = yes | ||
AUTOCORRECTION_ENABLE = yes | ||
CAPS_WORD_ENABLE = yes | ||
else | ||
LTO_ENABLE = yes | ||
BOOTLOADER = qmk-hid | ||
BOOTLOADER_SIZE = 512 | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite | ||
EXTRAKEY_ENABLE = yes | ||
MOUSEKEY_ENABLE = yes | ||
TAP_DANCE_ENABLE = no | ||
NKRO_ENABLE = yes | ||
RGBLIGHT_STARTUP_ANIMATION = yes | ||
ENCODER_MAP_ENABLE = yes | ||
|
||
AUTOCORRECTION_ENABLE = no | ||
CUSTOM_UNICODE_ENABLE = no |
Oops, something went wrong.