Ryan
|
41bd4e35a0
|
Clean up RGB LED type (#21859)
|
2023-09-04 01:19:59 +01:00 |
|
QMK Bot
|
cbd42cb9ef
|
Merge remote-tracking branch 'origin/master' into develop
|
2023-07-11 15:31:05 +00:00 |
|
Mike Cramer
|
a1eb2131ab
|
[Keymap] Dothtm/0.21/60 and 75 (#21442)
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2023-07-11 08:30:29 -07:00 |
|
fauxpark
|
0f3a5a001c
|
Merge remote-tracking branch 'upstream/master' into develop
|
2023-07-07 11:59:56 +10:00 |
|
Sergi Meseguer
|
02f46711a4
|
[Keymap] Add zigotica stenai keymap for XD75 keyboard (#21412)
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2023-07-06 12:27:34 -07:00 |
|
Ryan
|
87b11345a5
|
Get rid of USB_LED_CAPS_LOCK (#21436)
|
2023-07-06 09:48:02 +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
|
a4ed6ad0f5
|
Unicodemap keycodes rename (#21092)
|
2023-06-01 17:25:08 +01:00 |
|
Nick Brassel
|
5faa23d54c
|
Keymap introspection for combos. (#19670)
|
2023-05-15 22:27:37 +10:00 |
|
Joel Challis
|
1fb06ee9af
|
Remove some use of keymap.h (#20316)
|
2023-04-02 05:31:22 +01:00 |
|
Joel Challis
|
5edf41da60
|
Remove empty rules.mk from keymaps (#20056)
|
2023-03-08 03:34:41 +00:00 |
|
Joel Challis
|
1d0b4c8d38
|
Tidy up use of keycode range helpers (#19756)
|
2023-02-10 21:10:14 +00:00 |
|
fauxpark
|
50cd320616
|
Merge remote-tracking branch 'upstream/master' into develop
|
2023-02-10 20:19:08 +11:00 |
|
buzzlighter1
|
bc3c6f0831
|
Update buzzlighter1 keymap (#19757)
Co-authored-by: zvecr <git@zvecr.com>
|
2023-02-09 21:03:56 -07: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
|
d0ebafaea6
|
Align definition of unicode_map (#19452)
|
2023-01-01 11:54:12 +11:00 |
|
Ryan
|
801d2ff940
|
Remove useless line continuations (#19399)
|
2022-12-30 11:48:05 +11:00 |
|
Ryan
|
1978007fae
|
Tap Dance: remove qk_ prefix (#19313)
|
2022-12-14 12:40:25 -08:00 |
|
Joel Challis
|
1dd3e46336
|
Remove broken keymap/userspace (#19271)
|
2022-12-10 13:19:31 +11:00 |
|
Joel Challis
|
3b11e98215
|
Update use of legacy keycodes (#19120)
|
2022-11-22 22:07:47 +11:00 |
|
Drashna Jael're
|
731633e133
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-11-12 17:10:04 -08:00 |
|
Eric Gebhart
|
050472a4d0
|
Eric Gebhart user space and keymaps (#17487)
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2022-11-11 23:09:41 +00:00 |
|
Nick Brassel
|
219afaba42
|
Reworked backlight keycodes. (#18961)
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2022-11-06 08:11:59 +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
|
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
|
2022-10-31 21:15:12 +00:00 |
|
Ryan
|
7407347be1
|
Remove rgblight_list.h (#18878)
* Remove rgblight_list defines with no usage
* Remove rgblight_setrgb_*[_at] defines
* Remove rgblight_sethsv_* defines
* Remove rgblight_sethsv_noeeprom_* defines
* Delete rgblight_list.h and remove all references
|
2022-10-27 23:50:14 +01:00 |
|
Ryan
|
002b58f0e4
|
Normalise Space Cadet keycodes (#18864)
|
2022-10-27 11:19:16 +01:00 |
|
Ryan
|
7cbff9d921
|
Deprecate KC_LOCK for QK_LOCK (#18796)
|
2022-10-21 15:46:10 +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
|
74223c34a9
|
Remove legacy keycodes, part 6 (#18740)
* `KC_RSHIFT` -> `KC_RSFT`
* `KC_RCTRL` -> `KC_RCTL`
* `KC_LSHIFT` -> `KC_LSFT`
* `KC_LCTRL` -> `KC_LCTL`
|
2022-10-16 14:14:40 +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 |
|
Drashna Jaelre
|
f0da486fab
|
Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)
|
2022-10-15 09:55:53 -07:00 |
|
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`
|
2022-10-13 18:28:14 +01:00 |
|
Joel Challis
|
a9e5e23063
|
Remove keymaps that still reference legacy macros (#18693)
|
2022-10-13 14:17:20 +11:00 |
|
Joel Challis
|
14b522bb34
|
Remove keymaps that still reference legacy macros (#18690)
|
2022-10-13 02:22:16 +01:00 |
|
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`
|
2022-10-10 20:06:26 +01:00 |
|
Ryan
|
4b2d71de52
|
Remove legacy international keycodes (#18588)
|
2022-10-09 14:51:09 +11: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 |
|
Stefan Kerkmann
|
f27b617f36
|
[Core] Process all changed keys in one scan loop, deprecate QMK_KEYS_PER_SCAN (#15292)
|
2022-08-06 20:51:13 +10:00 |
|
QMK Bot
|
018fad6b95
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-07-13 04:53:38 +00:00 |
|
Zach Rice
|
019bfc4159
|
[Keymap] Add RAOEUS keymap for the XD75 (#17456)
Co-authored-by: Drashna Jaelre <drashna@live.com>
|
2022-07-12 21:52:52 -07:00 |
|
Nick Brassel
|
a9af4c928e
|
Merge remote-tracking branch 'upstream/master' into develop
|
2022-07-02 21:13:06 +10:00 |
|
Batuhan Baserdem
|
fd44341cbf
|
Userspace and keymap update for user bbaserdem. (#14484)
|
2022-07-02 21:09:04 +10:00 |
|
QMK Bot
|
d6eff188e9
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-06-19 17:59:31 +00:00 |
|
Markus Weimar
|
7982957f75
|
[Keymap] Update XD75 keymap by markus (#17417)
|
2022-06-19 10:59:00 -07:00 |
|