diff options
author | Drashna Jael're <drashna@live.com> | 2021-10-15 22:32:41 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-10-15 22:32:41 -0700 |
commit | e5662aa53dc957e293a2201ebfd5d885144240a7 (patch) | |
tree | c04c70497191a1327801950ba8a729d6026f3c9c /keyboards/splitkb | |
parent | a27c949a32651c69037777a2dd3924910efb35f5 (diff) | |
parent | 9a0addc77e3e48b908b846fc78326d4a20c30bc9 (diff) | |
download | qmk_firmware-e5662aa53dc957e293a2201ebfd5d885144240a7.tar.gz qmk_firmware-e5662aa53dc957e293a2201ebfd5d885144240a7.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/splitkb')
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/drashna/keymap.c | 4 | ||||
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/drashna/rules.mk | 41 | ||||
-rw-r--r-- | keyboards/splitkb/zima/keymaps/drashna/config.h | 3 |
3 files changed, 24 insertions, 24 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/drashna/keymap.c b/keyboards/splitkb/kyria/keymaps/drashna/keymap.c index 2dc934644..6c7ac34d5 100644 --- a/keyboards/splitkb/kyria/keymaps/drashna/keymap.c +++ b/keyboards/splitkb/kyria/keymaps/drashna/keymap.c | |||
@@ -92,8 +92,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
92 | [_ADJUST] = LAYOUT_wrapper( | 92 | [_ADJUST] = LAYOUT_wrapper( |
93 | KC_MAKE, _________________ADJUST_L1_________________, _________________ADJUST_R1_________________, KC_RESET, | 93 | KC_MAKE, _________________ADJUST_L1_________________, _________________ADJUST_R1_________________, KC_RESET, |
94 | VRSN, _________________ADJUST_L2_________________, _________________ADJUST_R2_________________, EEP_RST, | 94 | VRSN, _________________ADJUST_L2_________________, _________________ADJUST_R2_________________, EEP_RST, |
95 | _______, _________________ADJUST_L3_________________, HPT_TOG, HPT_FBK, MG_NKRO, UC_MOD, _________________ADJUST_R3_________________, TG_MODS, | 95 | UC_MOD, _________________ADJUST_L3_________________, HPT_TOG, HPT_FBK, MG_NKRO, UC_MOD, _________________ADJUST_R3_________________, TG_MODS, |
96 | _______, _______, _______, KC_NUKE, _______, _______, _______, _______, _______, _______ | 96 | _______, _______, KEYLOCK, KC_NUKE, _______, _______, _______, _______, _______, _______ |
97 | ), | 97 | ), |
98 | // [_LAYERINDEX] = LAYOUT_wrapper( | 98 | // [_LAYERINDEX] = LAYOUT_wrapper( |
99 | // _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, | 99 | // _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, |
diff --git a/keyboards/splitkb/kyria/keymaps/drashna/rules.mk b/keyboards/splitkb/kyria/keymaps/drashna/rules.mk index f2ae5a191..7c6bd3e12 100644 --- a/keyboards/splitkb/kyria/keymaps/drashna/rules.mk +++ b/keyboards/splitkb/kyria/keymaps/drashna/rules.mk | |||
@@ -1,23 +1,20 @@ | |||
1 | OLED_ENABLE = yes | 1 | BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite |
2 | OLED_DRIVER = SSD1306 # Enables the use of OLED displays | 2 | MOUSEKEY_ENABLE = yes # Mouse keys |
3 | ENCODER_ENABLE = yes # ENables the use of one or more encoders | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control |
4 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 4 | CONSOLE_ENABLE = yes # Console for debug |
5 | RGBLIGHT_STARTUP_ANIMATION = no | 5 | COMMAND_ENABLE = no # Commands for debug and configuration |
6 | NKRO_ENABLE = yes # USB Nkey Rollover | ||
7 | UNICODE_ENABLE = yes # Unicode | ||
8 | OLED_ENABLE = yes | ||
9 | OLED_DRIVER = SSD1306 # Enables the use of OLED displays | ||
10 | ENCODER_ENABLE = yes # Enables the use of one or more encoders | ||
6 | 11 | ||
7 | BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite | 12 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
8 | MOUSEKEY_ENABLE = no # Mouse keys | 13 | RGBLIGHT_STARTUP_ANIMATION = yes |
9 | EXTRAKEY_ENABLE = yes # Audio control and System control | 14 | RGB_MATRIX_ENABLE = yes |
10 | CONSOLE_ENABLE = no # Console for debug | 15 | TAP_DANCE_ENABLE = yes |
11 | COMMAND_ENABLE = no # Commands for debug and configuration | 16 | KEY_LOCK_ENABLE = no |
12 | NKRO_ENABLE = yes # USB Nkey Rollover | 17 | WPM_ENABLE = yes |
13 | UNICODE_ENABLE = no # Unicode | 18 | SWAP_HANDS_ENABLE = yes |
14 | KEY_LOCK_ENABLE = no | 19 | LTO_ENABLE = no |
15 | CTPC = yes | 20 | CTPC = yes |
16 | |||
17 | # BOOTLOADER = hid | ||
18 | # BOOTLOADER_SIZE = 512 | ||
19 | # PROGRAM_CMD = $(HID_BOOTLOADER_CLI) -mmcu=$(MCU) -w -v $(BUILD_DIR)/$(TARGET).hex | ||
20 | # TAP_DANCE_ENABLE = yes | ||
21 | |||
22 | WPM_ENABLE = yes | ||
23 | SWAP_HANDS_ENABLE = yes | ||
diff --git a/keyboards/splitkb/zima/keymaps/drashna/config.h b/keyboards/splitkb/zima/keymaps/drashna/config.h index 133ab6a91..8d0908182 100644 --- a/keyboards/splitkb/zima/keymaps/drashna/config.h +++ b/keyboards/splitkb/zima/keymaps/drashna/config.h | |||
@@ -32,3 +32,6 @@ | |||
32 | #define OLED_LOGO_SCIFI | 32 | #define OLED_LOGO_SCIFI |
33 | 33 | ||
34 | #define ENCODER_RESOLUTION 2 | 34 | #define ENCODER_RESOLUTION 2 |
35 | |||
36 | #define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_TWINKLE+4 | ||
37 | #define RGBLIGHT_DEFAULT_HUE 213 | ||