Ryan
f0618a1d53
Remove `IS_HOST_LED_ON` and migrate usages ( #19753 )
3 years ago
Ryan
801d2ff940
Remove useless line continuations ( #19399 )
3 years ago
Nick Brassel
219afaba42
Reworked backlight keycodes. ( #18961 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
3 years ago
Ryan
5974d989fe
Normalise Unicode keycodes ( #18898 )
...
* `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV`
* `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*`
* `UC_MAC` -> `UNICODE_MODE_MACOS`
* `UC_LNX` -> `UNICODE_MODE_LINUX`
* `UC_WIN` -> `UNICODE_MODE_WINDOWS`
* `UC_BSD` -> `UNICODE_MODE_BSD`
* `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE`
* `UC_EMACS` -> `UNICODE_MODE_EMACS`
* `UC__COUNT` -> `UNICODE_MODE_COUNT`
* `UC_M_MA` -> `UC_MAC`
* `UC_M_LN` -> `UC_LINX`
* `UC_M_WI` -> `UC_WIN`
* `UC_M_BS` -> `UC_BSD`
* `UC_M_WC` -> `UC_WINC`
* `UC_M_EM` -> `UC_EMAC`
* Docs
* Update quantum/unicode/unicode.h
3 years ago
Ryan
90f6b75873
Remove `KC_DELT` ( #18882 )
3 years ago
Ryan
74484e21af
Deprecate `VLK_TOG` for `VK_TOGG` ( #18807 )
3 years ago
Ryan
1cb1a5a374
Remove legacy Grave Escape keycodes ( #18787 )
3 years ago
Ryan
c347e732be
Remove legacy EEPROM clear keycodes ( #18782 )
...
* `EEP_RST` -> `EE_CLR`, default-ish keymaps
* `EEP_RST` -> `EE_CLR`, user keymaps
* `EEP_RST` -> `EE_CLR`, community layouts
* `EEP_RST` -> `EE_CLR`, userspace
* `EEP_RST` -> `EE_CLR`, docs & core
3 years ago
Ryan
18dc851e37
Remove legacy Debug keycode ( #18769 )
...
* `DEBUG` -> `DB_TOGG`, default-ish keymaps
* `DEBUG` -> `DB_TOGG`, user keymaps
* `DEBUG` -> `DB_TOGG`, community layouts
* `DEBUG` -> `DB_TOGG`, userspace
* `DEBUG` -> `DB_TOGG`, docs & core
3 years ago
Ryan
5e4b076af3
Remove legacy keycodes, part 5 ( #18710 )
...
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
3 years ago
Ryan
c6f1b594a2
Remove legacy keycodes, part 2 ( #18660 )
...
* `KC_SYSREQ` -> `KC_SYRQ`
And one `KC_ALT_ERASE` -> `KC_ERAS`
* `KC_NONUS_BSLASH` -> `KC_NUBS`
* `KC_NUMLOCK` -> `KC_NUM`
* `KC_CLCK` -> `KC_CAPS`
* `KC_SCROLLLOCK` -> `KC_SCRL`
* `KC_LBRACKET` -> `KC_LBRC`
* `KC_RBRACKET` -> `KC_RBRC`
* `KC_CAPSLOCK` -> `KC_CAPS`
3 years ago
Drashna Jaelre
64b1ed4550
Fix Per Key LED Indicator Callbacks ( #18450 )
...
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
3 years ago
Joshua Diamond
a26f1ddafa
Chromeos keycodes ( #18212 )
3 years ago
Joshua Diamond
37a85e1f9b
More spidey3 userspace cleanup ( #18049 )
3 years ago
Joel Challis
bbc3bc55f2
RESET -> QK_BOOT user keymaps ( #17940 )
3 years ago
Joshua Diamond
5408334083
Update ginkgo65hot to allow use of community layouts ( #17911 )
3 years ago
Stefan Kerkmann
f27b617f36
[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCAN` ( #15292 )
3 years ago
Drashna Jaelre
160b0558f5
Require explicit enabling of RGB Matrix modes ( #15018 )
4 years ago
MechMerlin
e8db309613
[Keymap] Some updates to mechmerlin userspace and keymaps ( #14711 )
4 years ago
stanrc85
4b285d3f50
[Keymap] Add stanrc85 community layout ( #13338 )
4 years ago
Brandon Schlack
f12dcb0659
[Keymap] add brandonschlack userspace and keymaps ( #10411 )
5 years ago
MechMerlin
ae7b208d32
fixup keymap for 65_ansi_blocker ( #8099 )
6 years ago
MechMerlin
c6f389b527
Merlin's userspace updates ( #8074 )
6 years ago
MechMerlin
494fc51812
Merlin's Community Layout Updates ( #6798 )
...
* readme updates for 60_ansi and split variations
* add new community layout for mechmerlin for the new default layout 65_ansi_blocker
* change path now that kbd67 has been updated
* fix up spacing
6 years ago