diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-25 08:31:52 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-25 08:31:52 +0000 |
commit | a857956a3c8475aa99ce10308032924694e22d1f (patch) | |
tree | 13f9427c7fe76137ff6ac3284400f0cebc66b262 | |
parent | 8fa9312b0f1b72c42a65e88b292f80dba8583d9f (diff) | |
parent | 68c327f6724347c06e0d62d6190945e09a42e240 (diff) | |
download | qmk_firmware-a857956a3c8475aa99ce10308032924694e22d1f.tar.gz qmk_firmware-a857956a3c8475aa99ce10308032924694e22d1f.zip |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/handwired/aek64/config.h | 2 | ||||
-rw-r--r-- | keyboards/handwired/aek64/keymaps/4sstylz/config.h | 3 | ||||
-rw-r--r-- | keyboards/handwired/aek64/keymaps/4sstylz/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/handwired/aek64/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/maxr1998/phoebe/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/uranuma/rules.mk | 1 |
6 files changed, 4 insertions, 5 deletions
diff --git a/keyboards/handwired/aek64/config.h b/keyboards/handwired/aek64/config.h index 76281561e..cc90dba00 100644 --- a/keyboards/handwired/aek64/config.h +++ b/keyboards/handwired/aek64/config.h | |||
@@ -49,8 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
49 | /* Enable double tab */ | 49 | /* Enable double tab */ |
50 | #define TAPPING_TERM 175 | 50 | #define TAPPING_TERM 175 |
51 | 51 | ||
52 | #define COMBO_COUNT 1 | ||
53 | |||
54 | #define BACKLIGHT_PIN B7 | 52 | #define BACKLIGHT_PIN B7 |
55 | #define BACKLIGHT_BREATHING | 53 | #define BACKLIGHT_BREATHING |
56 | #define BACKLIGHT_LEVELS 5 | 54 | #define BACKLIGHT_LEVELS 5 |
diff --git a/keyboards/handwired/aek64/keymaps/4sstylz/config.h b/keyboards/handwired/aek64/keymaps/4sstylz/config.h new file mode 100644 index 000000000..914861332 --- /dev/null +++ b/keyboards/handwired/aek64/keymaps/4sstylz/config.h | |||
@@ -0,0 +1,3 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #define COMBO_COUNT 1 | ||
diff --git a/keyboards/handwired/aek64/keymaps/4sstylz/rules.mk b/keyboards/handwired/aek64/keymaps/4sstylz/rules.mk new file mode 100644 index 000000000..ab1e43818 --- /dev/null +++ b/keyboards/handwired/aek64/keymaps/4sstylz/rules.mk | |||
@@ -0,0 +1 @@ | |||
COMBO_ENABLE = yes | |||
diff --git a/keyboards/handwired/aek64/rules.mk b/keyboards/handwired/aek64/rules.mk index e4d6bd0d8..6aaa28686 100644 --- a/keyboards/handwired/aek64/rules.mk +++ b/keyboards/handwired/aek64/rules.mk | |||
@@ -15,6 +15,5 @@ COMMAND_ENABLE = yes # Commands for debug and configuration | |||
15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 15 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
16 | NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA | 16 | NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA |
17 | UNICODE_ENABLE = yes # Enable support for arrow keys icon on the second layer. | 17 | UNICODE_ENABLE = yes # Enable support for arrow keys icon on the second layer. |
18 | COMBO_ENABLE = yes # Enable combo for special function when using multiple keys at once. | ||
19 | NKRO_ENABLE = yes | 18 | NKRO_ENABLE = yes |
20 | BACKLIGHT_ENABLE = yes | 19 | BACKLIGHT_ENABLE = yes |
diff --git a/keyboards/maxr1998/phoebe/rules.mk b/keyboards/maxr1998/phoebe/rules.mk index 1a39a4aea..f7ef7ab72 100644 --- a/keyboards/maxr1998/phoebe/rules.mk +++ b/keyboards/maxr1998/phoebe/rules.mk | |||
@@ -13,7 +13,6 @@ MOUSEKEY_ENABLE = no # Mouse keys | |||
13 | EXTRAKEY_ENABLE = no # Audio control and System control | 13 | EXTRAKEY_ENABLE = no # Audio control and System control |
14 | CONSOLE_ENABLE = yes # Console for debug | 14 | CONSOLE_ENABLE = yes # Console for debug |
15 | COMMAND_ENABLE = no # Commands for debug and configuration | 15 | COMMAND_ENABLE = no # Commands for debug and configuration |
16 | COMBO_ENABLE = no # Key combo feature | ||
17 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 16 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
18 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 17 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
19 | AUDIO_ENABLE = no # Audio output | 18 | AUDIO_ENABLE = no # Audio output |
diff --git a/keyboards/uranuma/rules.mk b/keyboards/uranuma/rules.mk index 5c865ddd1..28aa4c81d 100644 --- a/keyboards/uranuma/rules.mk +++ b/keyboards/uranuma/rules.mk | |||
@@ -21,5 +21,4 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | |||
21 | UNICODE_ENABLE = no # Unicode | 21 | UNICODE_ENABLE = no # Unicode |
22 | AUDIO_ENABLE = no # Audio output | 22 | AUDIO_ENABLE = no # Audio output |
23 | 23 | ||
24 | #COMBO_ENABLE = yes | ||
25 | #SRC += .nicola.c \ | 24 | #SRC += .nicola.c \ |