Ryan
|
5542f5ede1
|
Get rid of USB_LED_KANA and USB_LED_COMPOSE (#21366)
|
2023-06-27 09:15:33 +10:00 |
|
precondition
|
1899793f27
|
Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)
|
2023-04-03 15:32:47 +10:00 |
|
Joel Challis
|
1d0b4c8d38
|
Tidy up use of keycode range helpers (#19756)
|
2023-02-10 21:10:14 +00:00 |
|
Ryan
|
801d2ff940
|
Remove useless line continuations (#19399)
|
2022-12-30 11:48:05 +11:00 |
|
Filip Paryż
|
ae94be98ed
|
New keymap for ID75 - paryz (#19350)
|
2022-12-21 03:48:17 +11:00 |
|
Ryan
|
1978007fae
|
Tap Dance: remove qk_ prefix (#19313)
|
2022-12-14 12:40:25 -08: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
|
22be7e79ac
|
Normalise Auto Shift keycodes (#18892)
* Normalise Auto Shift keycodes
* Add keycode table to main list
* Add old keycodes to legacy header
|
2022-10-28 13:53:15 +01:00 |
|
Ryan
|
1cb1a5a374
|
Remove legacy Grave Escape keycodes (#18787)
|
2022-10-20 18:04:11 -07: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
|
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 |
|
Joel Challis
|
bbc3bc55f2
|
RESET -> QK_BOOT user keymaps (#17940)
|
2022-08-21 23:55:30 +01:00 |
|
Albert Y
|
c114996034
|
[Keyboard] Add more bootloader options for id75 (#17441)
|
2022-06-20 20:11:37 -07:00 |
|
Joel Challis
|
b7771ec25b
|
RESET -> QK_BOOT default keymaps (#17037)
|
2022-05-15 20:26:27 +01:00 |
|
peepeetee
|
15290f4366
|
rename idobo to idobao/id75, move to vendor folder (#15661)
* rename idobo to idobao/id75, move to vendor folder
* add image, amend readme to id75
* add buying link
|
2022-01-17 06:53:11 +11:00 |
|