Ryan
bad8c5992b
Remove legacy sendstring keycodes ( #18749 )
3 years ago
Ryan
74223c34a9
Remove legacy keycodes, part 6 ( #18740 )
...
* `KC_RSHIFT` -> `KC_RSFT`
* `KC_RCTRL` -> `KC_RCTL`
* `KC_LSHIFT` -> `KC_LSFT`
* `KC_LCTRL` -> `KC_LCTL`
3 years ago
Ryan
5e4b076af3
Remove legacy keycodes, part 5 ( #18710 )
...
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
3 years ago
Drashna Jaelre
ad8630bd72
Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users ( #18729 )
3 years ago
Ryan
5629ba1807
Remove legacy keycodes, part 4 ( #18683 )
...
* `KC_PGDOWN` -> `KC_PGDN`
* `KC_PSCREEN` -> `KC_PSCR`
* `KC_SCOLON` -> `KC_SCLN`
* `KC_BSLASH` -> `KC_BSLS`
* `KC_BSPACE` -> `KC_BSPC`
3 years ago
Joel Challis
14b522bb34
Remove keymaps that still reference legacy macros ( #18690 )
3 years ago
Joel Challis
fb2c7da2fd
Remove some .gitignore files ( #18689 )
3 years ago
Ryan
e96d829724
Remove legacy keycodes, part 3 ( #18669 )
...
* `KC__VOLDOWN` -> `KC_VOLD`
* `KC__VOLUP` -> `KC_VOLU`
* `KC__MUTE` -> `KC_MUTE`
* `KC_POWER` -> `KC_PWR`
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
Ryan
4b2d71de52
Remove legacy international keycodes ( #18588 )
3 years ago
Ryan
d1b6b06202
Remove legacy locking caps/num/scroll keycodes ( #18601 )
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
Johannes Löthberg
d412dc61ee
Remove remaining use of terminal keys and related comment labels ( #18402 )
3 years ago
Ryan
ea2819b2c2
Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` ( #18415 )
3 years ago
Ryan
36c410592d
Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` ( #18399 )
3 years ago
Joshua Diamond
a26f1ddafa
Chromeos keycodes ( #18212 )
3 years ago
Reibl János Dániel
6984c6d3b3
fix: Remove TERM_ON/TERM_OFF from my keymap ( #18354 )
3 years ago
ddeklerk
a082fcc933
Delete my keymaps ( #18302 )
3 years ago
Dasky
dc4af81e0b
Remove legacy USE_SERIAL define ( #18292 )
...
* Remove legacy USE_SERIAL define
* tidy up missed comments
3 years ago
Juno Nguyen
1cc0b1e371
Update junonum keymap: add AG_NORM recovery ( #18170 )
3 years ago
Joshua Diamond
37a85e1f9b
More spidey3 userspace cleanup ( #18049 )
3 years ago
Ryan
d983251c10
Switch over MANUFACTURER and PRODUCT to string literals ( #18183 )
3 years ago
Joel Challis
bbc3bc55f2
RESET -> QK_BOOT user keymaps ( #17940 )
3 years ago
Juno Nguyen
45845ea07f
Replace CG_SWAP in junonum ( #18086 )
...
Co-authored-by: Minh-tri Nguyen <mtngx@PigeonMac.local>
3 years ago
jotix
8230b4c49d
[Keymap] jotix's community/ortho4x12 change ( #18069 )
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
jotix
4ec2626b43
jotix's community ortho_4x12 layout change ( #17891 )
3 years ago
Joshua Diamond
baf34989f1
Default rgblight ( #17855 )
...
* better rgb bindings; improve default
* trim firmware size
3 years ago
Joshua Diamond
f02e355380
More glyph transformations for spidey3 userspace ( #17854 )
...
* add bold and blackboard bold glyph transformations
* trim firmware size; cformat
* fix typo in macro
* trim firmware size a bit more
3 years ago
James Young
75bc9e6496
TKL Community Layout Additions ( #17563 )
3 years ago
James Young
71f9a07b0f
65% Community Layout Updates ( #17476 )
...
* update 65_ansi community layout keymap
- add license header
- add function layer
* update 65_ansi_blocker community layout keymap
- add license header
- add function layer
* update 65_ansi_blocker_split_bs community layout keymap
- add license header
- add function layer
* update 65_ansi_blocker_tsangan community layout keymap
- add license header
- add function layer
- remove trailing spaces in keymap readme
* add 65_ansi_blocker_tsangan_split_bs community layout keymap
* update 65_ansi_split_bs community layout keymap
- add license header
- add function layer
* update 65_iso community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
* update 65_iso_blocker community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
* update 65_iso_blocker_split_bs community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
* add 65_iso_blocker_tsangan community layout keymap
* add 65_iso_blocker_tsangan_split_bs community layout keymap
* update 65_iso_split_bs community layout keymap
- add license header
- add function layer
- fix layout box drawing on Community Layout readme
3 years ago
Manna Harbour
3842b15cf1
[Keymap] Update Miryoku ( #16482 )
3 years ago
Batuhan Baserdem
fd44341cbf
Userspace and keymap update for user bbaserdem. ( #14484 )
3 years ago
precondition
3b9e186019
Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms ( #15674 )
3 years ago
Drashna Jaelre
0da6562c4d
Make default layer size 16-bit ( #15286 )
...
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
3 years ago
Drashna Jaelre
cda343acbe
[Keymap] Drashna update for post Q2 merge ( #17241 )
3 years ago
Juno Nguyen
15a86d5c53
[Keymap] Updates to layouts/community/ortho_4x12/junonum ( #17249 )
3 years ago
Joel Challis
b7771ec25b
RESET -> QK_BOOT default keymaps ( #17037 )
3 years ago
Ryan
4a8bd7b9a5
Rename keymap_extras headers for consistency ( #16939 )
3 years ago
James Young
2f9197cfcd
F13 TKL with Split Backspace and Split Right Shift Community Layouts ( #17082 )
...
* add tkl_f13_ansi_split_bs_rshift Community Layout
* add tkl_f13_ansi_tsangan_split_bs_rshift Community Layout
* add tkl_f13_iso_split_bs_rshift Community Layout
* add tkl_f13_iso_tsangan_split_bs_rshift Community Layout
3 years ago
James Young
58c37c0814
65_iso_split_bs Community Layout keymap bugfix ( #17072 )
...
Fix the layout macro reference in the `keymap.c` file, which caused this keymap to not be able to be compiled.
3 years ago
Nathan Johnson
980a1b0562
[Keymap] ergodox: updating osx_whiskey_tango_foxtrot_capslock to use process_record_user ( #16715 )
3 years ago
Drashna Jaelre
ff6c70415c
[Keymap] Drashna Mouse keys and oled updates ( #16556 )
3 years ago
Ryan
63c310f6fd
Add 65_iso_split_bs default layout ( #16283 )
3 years ago
Olli
c30bdcbca8
[Keymap] Remove Ergodox community layout “coderkun_neo2” ( #16011 )
3 years ago
Drashna Jaelre
b090ff03ed
[Keymap] Drashna's OLED rewrite ( #15981 )
3 years ago
Reibl János Dániel
a3af4b09b0
[Keymap] Misc userspace and keymap improvements ( #15844 )
3 years ago
Alan Pocklington
dce611bc9f
[Keymap] AJP10304 layout, add Colemak-DHm layer ( #15582 )
3 years ago
James Young
590ec4ae04
add ortho_4x16 Community Layout ( #15776 )
3 years ago