Ryan
|
e12ca14af8
|
Change RGB_MATRIX_STARTUP_* defines to RGB_MATRIX_DEFAULT_* (#19079)
|
2022-11-27 04:18:24 +11:00 |
|
Ryan
|
a5a20cc792
|
Change LED_MATRIX_STARTUP_* defines to LED_MATRIX_DEFAULT_* (#19080)
|
2022-11-27 03:14:35 +11:00 |
|
Nick Brassel
|
219afaba42
|
Reworked backlight keycodes. (#18961)
Co-authored-by: Ryan <fauxpark@gmail.com>
|
2022-11-06 08:11:59 +11: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
|
002b58f0e4
|
Normalise Space Cadet keycodes (#18864)
|
2022-10-27 11:19:16 +01:00 |
|
Ryan
|
b33fc34967
|
Deprecate KC_LEAD for QK_LEAD (#18792)
|
2022-10-21 14:25:54 +01:00 |
|
Ryan
|
1cb1a5a374
|
Remove legacy Grave Escape keycodes (#18787)
|
2022-10-20 18:04:11 -07:00 |
|
Joel Challis
|
08e111758d
|
Remove stale userspace/keymaps (#18700)
|
2022-10-20 23:15:15 +01:00 |
|
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
|
2022-10-20 12:20:07 +01: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
|
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 |
|
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 |
|
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 |
|
Johannes Löthberg
|
d412dc61ee
|
Remove remaining use of terminal keys and related comment labels (#18402)
|
2022-09-29 20:42:42 -07:00 |
|
Ryan
|
36c410592d
|
Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399)
|
2022-09-23 22:46:23 +10:00 |
|
Joel Challis
|
bbc3bc55f2
|
RESET -> QK_BOOT user keymaps (#17940)
|
2022-08-21 23:55:30 +01:00 |
|
Nick Brassel
|
154d35ac14
|
Remove UNUSED_PINS (#17931)
|
2022-08-06 23:23:35 +10:00 |
|
zvecr
|
ade2eb1e75
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-07-29 17:30:33 +01:00 |
|
Ryan
|
bcb8600a31
|
Move keyboard USB IDs and strings to data driven: I (#17836)
|
2022-07-29 13:40:16 +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 |
|
QMK Bot
|
5342caf172
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-03-23 16:40:54 +00:00 |
|
Dan Beste
|
a772a7f3a7
|
[Keymap] Input Club's Whitefox "True Fox" (#16711)
|
2022-03-23 09:33:30 -07:00 |
|
QMK Bot
|
5f817a1d7f
|
Merge remote-tracking branch 'origin/master' into develop
|
2022-03-15 13:57:46 +00:00 |
|
Ryan
|
764dc18a81
|
Remove NO_ACTION_MACRO and NO_ACTION_FUNCTION from keyboard config.h (#16655)
|
2022-03-15 13:56:58 +00:00 |
|
Nick Brassel
|
44f1bd9b3a
|
ChibiOS 21.11.1 update. (#16251)
* ChibiOS 21.11.1 update.
* `uf2-tinyuf2` => `tinyuf2`
* Updated chibios-contrib, fixup preprocessor for tinyuf2 bootloader.
* Fixup keychron L433 boards.
* Makefile cleanup.
* RISC-V build fixes.
* Fixup RISC-V build.
|
2022-03-07 21:04:22 +11:00 |
|
peepeetee
|
38e085df87
|
move input club keyboards into vendor folder (#15788)
|
2022-02-05 21:16:21 -08:00 |
|