Ryan
|
5c592ab0c0
|
Delete trivial keymap readmes (#23714)
|
2024-05-17 23:49:29 +01:00 |
Ryan
|
1184e0d9be
|
Adjust keycode alignment around `QK_BOOT` (#23697)
|
2024-05-11 16:50:48 +01:00 |
Joel Challis
|
2eb9ff8efd
|
Remove obvious user keymaps, keyboards/{i,j,k}* edition (#23102)
|
2024-02-18 08:20:57 +00:00 |
Joel Challis
|
78a74ca974
|
[Keymap Removal] keyboard with most keymaps (#23092)
|
2024-02-16 13:25:44 +00:00 |
Joel Challis
|
d7727a54bc
|
Remove LAYOUTS_HAS_RGB (#22917)
|
2024-01-18 23:07:54 +00:00 |
fauxpark
|
2c191e21c2
|
Merge remote-tracking branch 'upstream/master' into develop
|
2023-12-20 16:03:14 +11:00 |
Joel Challis
|
27a710861e
|
[Keymap Removal] Preonic and related keymaps. (#22689)
|
2023-12-18 12:51:24 +11:00 |
Nick Brassel
|
ae90b1d1e5
|
Merge remote-tracking branch 'upstream/master' into develop
|
2023-12-17 22:27:35 +11:00 |
Nick Brassel
|
7ea022ba88
|
[Keymap Removal] Planck and related keymaps. (#22683)
|
2023-12-17 21:54:01 +11:00 |
Joel Challis
|
2acb426b8e
|
Remove "empty" files (#22603)
|
2023-12-05 08:37:00 +00:00 |
Joel Challis
|
1ed03f498f
|
Remove userspace keymaps (#22544)
|
2023-11-27 05:36:45 +11:00 |
Ryan
|
786ebf8760
|
Remove requirement for `keymap_steno.h` include in keymaps (#22423)
* Remove requirement for `keymap_steno.h` include in keymaps
* Add back keymap_steno.h with a note for the time being
|
2023-11-12 18:25:46 +11:00 |
Ryan
|
41bd4e35a0
|
Clean up RGB LED type (#21859)
|
2023-09-04 01:19:59 +01:00 |
Ryan
|
9ab16e62f7
|
Get rid of `USB_LED_NUM_LOCK` (#21424)
|
2023-07-02 19:35:41 +01:00 |
Ryan
|
5542f5ede1
|
Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)
|
2023-06-27 09:15:33 +10:00 |
Ryan
|
ad625e7c06
|
Remove `RGB_DI_PIN` ifdefs (#20218)
|
2023-03-23 21:38:01 +11:00 |
Nick Brassel
|
7f805cc779
|
VIA Protocol 12 + fixes (#19916)
Co-authored-by: Wilba <wilba@wilba.tech>
Co-authored-by: zvecr <git@zvecr.com>
|
2023-02-23 09:19:00 +11:00 |
Ryan
|
cf935d97ae
|
Fix functions with empty params (#19647)
* Fix functions with empty params
* Found a bunch more
|
2023-01-20 16:21:17 +00:00 |
Joel Challis
|
3b11e98215
|
Update use of legacy keycodes (#19120)
|
2022-11-22 22:07:47 +11:00 |
Ryan
|
fe18df9d41
|
Normalise Dynamic Macro keycodes (#18939)
* `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1`
* `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2`
* `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1`
* `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2`
* `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP`
* Update docs
|
2022-11-03 23:01:06 +00:00 |
Ryan
|
002b58f0e4
|
Normalise Space Cadet keycodes (#18864)
|
2022-10-27 11:19:16 +01:00 |
Ryan
|
74484e21af
|
Deprecate `VLK_TOG` for `VK_TOGG` (#18807)
|
2022-10-22 21:45:20 +01:00 |
Ryan
|
1cb1a5a374
|
Remove legacy Grave Escape keycodes (#18787)
|
2022-10-20 18:04:11 -07:00 |
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
|
2022-10-19 11:33:05 +01:00 |
Ryan
|
bad8c5992b
|
Remove legacy sendstring keycodes (#18749)
|
2022-10-17 13:45:23 +01:00 |
Ryan
|
5e4b076af3
|
Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
|
2022-10-15 22:29:43 +01:00 |
Ryan
|
e96d829724
|
Remove legacy keycodes, part 3 (#18669)
* `KC__VOLDOWN` -> `KC_VOLD`
* `KC__VOLUP` -> `KC_VOLU`
* `KC__MUTE` -> `KC_MUTE`
* `KC_POWER` -> `KC_PWR`
|
2022-10-11 14:21:47 +01:00 |
Johannes Löthberg
|
d412dc61ee
|
Remove remaining use of terminal keys and related comment labels (#18402)
|
2022-09-29 20:42:42 -07:00 |
Ryan
|
d983251c10
|
Switch over MANUFACTURER and PRODUCT to string literals (#18183)
|
2022-08-28 09:59:40 -07:00 |
Joel Challis
|
bbc3bc55f2
|
RESET -> QK_BOOT user keymaps (#17940)
|
2022-08-21 23:55:30 +01:00 |
Drashna Jaelre
|
0da6562c4d
|
Make default layer size 16-bit (#15286)
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
|
2022-06-19 07:37:51 +10:00 |
Joel Challis
|
b7771ec25b
|
RESET -> QK_BOOT default keymaps (#17037)
|
2022-05-15 20:26:27 +01:00 |
peepeetee
|
1477440ba0
|
[Keyboard] move niu_mini to /kbdfans (#16112)
|
2022-01-31 18:12:39 -08:00 |