Ryan
66b744b63b
Clean up Unicode API usage in user keymaps ( #21849 )
2 years ago
Ryan
5d2f2af198
OLED: driver naming cleanups ( #21710 )
2 years ago
Ryan
b4a7b9253a
Bluetooth: driver naming cleanups ( #21624 )
2 years ago
Ryan
b090354143
haptic: naming cleanups ( #21551 )
2 years ago
miketronic
5bc282eefe
Userspace and keymap addition ( #20522 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2 years ago
Duncan Sutherland
8a60b686c9
add `scotto` community layouts and userspace ( #21097 )
...
Co-authored-by: Joe Scotto <me@joescotto.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joe Scotto <contact@joescotto.com>
2 years ago
Duncan Sutherland
f466fb8bc1
Minor amendment to `bcat` userspace to prevent build failure ( #21205 )
...
Co-authored-by: Joel Challis <git@zvecr.com>
2 years ago
Pablo Martínez
55295ed3dc
[Enhancement] More info on `apply_autocorrect` ( #21056 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2 years ago
Sergi Meseguer
02f46711a4
[Keymap] Add zigotica stenai keymap for XD75 keyboard ( #21412 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2 years ago
Ryan
87b11345a5
Get rid of `USB_LED_CAPS_LOCK` ( #21436 )
2 years ago
Matthew Lyon
b618aecc95
[Keymap] small changes, game layer for mattly keymap ( #21375 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2 years ago
Ryan
9ab16e62f7
Get rid of `USB_LED_NUM_LOCK` ( #21424 )
2 years ago
Ryan
7ff80a57cb
Get rid of `USB_LED_SCROLL_LOCK` ( #21405 )
2 years ago
Ryan
a4ed6ad0f5
Unicodemap keycodes rename ( #21092 )
2 years ago
Drashna Jaelre
3a3e5abac9
[Keymap] Drashna Keymap updates for 0.21.0 ( #21073 )
2 years ago
Nick Brassel
5faa23d54c
Keymap introspection for combos. ( #19670 )
2 years ago
Daniel Shields
b833cd0d07
[Keymap] Add caps word enable to dshields keymaps ( #20862 )
...
Co-authored-by: Daniel Shields <dshields@cboe.com>
2 years ago
eatmyvenom
db229d7341
Add vnmm keymaps and userspace ( #20446 )
...
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
2 years ago
Ryan
54634e9263
Fix some missing QMK_KEYBOARD_H includes in user keymaps ( #20417 )
2 years ago
Nick Brassel
5d6d959421
Fix up via keymap builds. ( #20383 )
...
* Fix up via keymap builds.
- Usages of old IS_PRESSED.
* Fix up bad code.
* Fix up bad code.
2 years ago
Ryan
47966dc2a6
Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` ( #20303 )
2 years ago
Luis Garcia
d058091d0b
Add peterfalken userspace & keymaps ( #19897 )
...
Co-authored-by: Peter.Falken <luis.garcia@bitjester.com>
2 years ago
Cameron Larsen
246cf99b4b
Personal keymaps for crkbd and kyria ( #20009 )
2 years ago
precondition
1899793f27
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps ( #20211 )
2 years ago
HorrorTroll
d300811009
Add user horrortroll in userspace ( #19769 )
2 years ago
Alexander Kagno
be9f6e679b
[Keymap] update arkag keymap, add hitbox layout ( #20271 )
...
Co-authored-by: Alex Kagno <alex@turncommerce.com>
2 years ago
Joel Challis
1fb06ee9af
Remove some use of keymap.h ( #20316 )
2 years ago
Ryan
ad625e7c06
Remove `RGB_DI_PIN` ifdefs ( #20218 )
2 years ago
toinux
319da117b7
[Keymap] crkbd toinux update ( #19673 )
2 years ago
Less/Rikki
70bf714cdb
userspace/community layout fixes ( #19998 )
...
* fixup: improve AVR detection for 60_iso/unxmaal
* fixup: moved TAP_CODE_DELAY to mechmerlin/config.h
* fixup: move talljoe.c to INTROSPECTION_KEYMAP_C
* fixup: AVR/RGBLIGHT criteria for 60_iso/unxmaal
2 years ago
Drashna Jaelre
051401175d
[Keymap] Drashna updates for 0.20.0 ( #19960 )
2 years ago
Joel Challis
961f0b7b2d
Reallocate SAFE_RANGE ( #19909 )
2 years ago
Nick Brassel
7f805cc779
VIA Protocol 12 + fixes ( #19916 )
...
Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: zvecr <git@zvecr.com>
2 years ago
Ryan
bbf7a20b33
Refactor Leader key feature ( #19632 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2 years ago
Joel Challis
11d49d00e7
Remove matrix_init_quantum/matrix_scan_quantum ( #19806 )
2 years ago
Joel Challis
1d0b4c8d38
Tidy up use of keycode range helpers ( #19756 )
2 years ago
Ryan
f0618a1d53
Remove `IS_HOST_LED_ON` and migrate usages ( #19753 )
2 years ago
Nick Brassel
f6dd8dea2e
Remove usages of config_common.h from config.h files. ( #19714 )
2 years ago
Ryan
043d8e1140
Remove deprecated Quantum keycodes ( #19712 )
2 years ago
Ryan
b727434391
Remove commented out backlight config & stray "backlight levels" ( #19703 )
2 years ago
Ryan
cf935d97ae
Fix functions with empty params ( #19647 )
...
* Fix functions with empty params
* Found a bunch more
2 years ago
Joel Challis
b61654fb95
Tidy up use of CTPC ( #19570 )
2 years ago
Joel Challis
d0ebafaea6
Align definition of unicode_map ( #19452 )
2 years ago
Ryan
801d2ff940
Remove useless line continuations ( #19399 )
2 years ago
Ryan
1978007fae
Tap Dance: remove `qk_` prefix ( #19313 )
2 years ago
Ryan
e2117564c5
Leader: remove `qk_` prefix ( #19304 )
2 years ago
Ryan
9e4cfcd181
UCIS: remove `qk_` prefix ( #19302 )
2 years ago
precondition
515dd18c28
Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_PER_KEY ( #15741 )
2 years ago
Albert Y
cbabc8dbe6
[Core] Replace Tapping Force Hold feature with Quick Tap Term ( #17007 )
...
* Replace Tapping Force Hold feature with Quick Tap Term
* Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0
* Deprecate force hold in info_config.json
* Before and after quick tap term unit tests
* Quick tap unit tests iteration
* Keymap config.h correction
* Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed
* Add two more test cases for quick tap
* Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2
* Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2
* Add function declaration for get_quick_tap_term
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
2 years ago
Luc
bf2ed0174b
[Keymap] user dvorak_42_key ergodox_ez and crkbd keymaps ( #19154 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: luc wastiaux <luc.wastiaux@airpost.net>
Co-authored-by: Luc W <lucw@airpost.net>
2 years ago