summaryrefslogtreecommitdiffstats
path: root/layouts/community/65_ansi_blocker
Commit message (Collapse)AuthorAgeFilesLines
* Remove `IS_HOST_LED_ON` and migrate usages (#19753)Ryan2023-02-061-1/+1
|
* Remove useless line continuations (#19399)Ryan2022-12-301-18/+18
|
* Reworked backlight keycodes. (#18961)Nick Brassel2022-11-061-2/+2
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Normalise Unicode keycodes (#18898)Ryan2022-10-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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
* Remove `KC_DELT` (#18882)Ryan2022-10-271-1/+1
|
* Deprecate `VLK_TOG` for `VK_TOGG` (#18807)Ryan2022-10-221-1/+1
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-203-3/+3
|
* Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-202-2/+2
| | | | | | | | | | | * `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
* Remove legacy Debug keycode (#18769)Ryan2022-10-191-1/+1
| | | | | | | | | | | * `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
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-2/+2
| | | | | | | | | | | | | | | | | | | * `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`
* Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-041-2/+2
| | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Chromeos keycodes (#18212)Joshua Diamond2022-09-171-2/+2
|
* More spidey3 userspace cleanup (#18049)Joshua Diamond2022-08-281-3/+3
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-214-4/+4
|
* Update ginkgo65hot to allow use of community layouts (#17911)Joshua Diamond2022-08-064-0/+77
|
* [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-061-2/+0
| | | | `QMK_KEYS_PER_SCAN` (#15292)
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-38/+38
|
* [Keymap] Some updates to mechmerlin userspace and keymaps (#14711)MechMerlin2021-10-052-1/+2
|
* [Keymap] Add stanrc85 community layout (#13338)stanrc852021-07-031-0/+51
|
* [Keymap] add brandonschlack userspace and keymaps (#10411)Brandon Schlack2020-11-044-0/+203
|
* fixup keymap for 65_ansi_blocker (#8099)MechMerlin2020-02-051-4/+4
|
* Merlin's userspace updates (#8074)MechMerlin2020-02-032-5/+13
|
* Merlin's Community Layout Updates (#6798)MechMerlin2019-09-243-0/+48
* 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