aboutsummaryrefslogtreecommitdiff
path: root/keyboards/splitkb
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2021-10-15 22:32:41 -0700
committerDrashna Jael're <drashna@live.com>2021-10-15 22:32:41 -0700
commite5662aa53dc957e293a2201ebfd5d885144240a7 (patch)
treec04c70497191a1327801950ba8a729d6026f3c9c /keyboards/splitkb
parenta27c949a32651c69037777a2dd3924910efb35f5 (diff)
parent9a0addc77e3e48b908b846fc78326d4a20c30bc9 (diff)
downloadqmk_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.c4
-rw-r--r--keyboards/splitkb/kyria/keymaps/drashna/rules.mk41
-rw-r--r--keyboards/splitkb/zima/keymaps/drashna/config.h3
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 @@
1OLED_ENABLE = yes 1BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
2OLED_DRIVER = SSD1306 # Enables the use of OLED displays 2MOUSEKEY_ENABLE = yes # Mouse keys
3ENCODER_ENABLE = yes # ENables the use of one or more encoders 3EXTRAKEY_ENABLE = yes # Audio control and System control
4RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 4CONSOLE_ENABLE = yes # Console for debug
5RGBLIGHT_STARTUP_ANIMATION = no 5COMMAND_ENABLE = no # Commands for debug and configuration
6NKRO_ENABLE = yes # USB Nkey Rollover
7UNICODE_ENABLE = yes # Unicode
8OLED_ENABLE = yes
9OLED_DRIVER = SSD1306 # Enables the use of OLED displays
10ENCODER_ENABLE = yes # Enables the use of one or more encoders
6 11
7BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite 12RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
8MOUSEKEY_ENABLE = no # Mouse keys 13RGBLIGHT_STARTUP_ANIMATION = yes
9EXTRAKEY_ENABLE = yes # Audio control and System control 14RGB_MATRIX_ENABLE = yes
10CONSOLE_ENABLE = no # Console for debug 15TAP_DANCE_ENABLE = yes
11COMMAND_ENABLE = no # Commands for debug and configuration 16KEY_LOCK_ENABLE = no
12NKRO_ENABLE = yes # USB Nkey Rollover 17WPM_ENABLE = yes
13UNICODE_ENABLE = no # Unicode 18SWAP_HANDS_ENABLE = yes
14KEY_LOCK_ENABLE = no 19LTO_ENABLE = no
15CTPC = yes 20CTPC = 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
22WPM_ENABLE = yes
23SWAP_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