qmk_firmware/users/drashna
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
..
keyrecords Normalise Autocorrect keycodes (#18893) 2022-10-28 12:21:24 +01:00
oled Remove legacy keycodes, part 6 (#18740) 2022-10-16 14:14:40 +01:00
pointing [Keymap] develop updates for Drashna Keymaps (#18472) 2022-09-25 13:04:00 -07:00
rgb Fix Per Key LED Indicator Callbacks (#18450) 2022-10-04 15:24:22 -07:00
split [Keymap] develop updates for Drashna Keymaps (#18472) 2022-09-25 13:04:00 -07:00
.gitignore
.gitlab-ci.yml
autocorrect_data.h [Keymap] Drashna keymap updates for 0.18.0 (#18184) 2022-08-28 12:55:19 -07:00
bootmagic_better.c [Keymap] Fix bootmagic compilation issue with Drashna keymaps (#18223) 2022-09-02 08:32:38 -07:00
callbacks.c [Keymap] develop updates for Drashna Keymaps (#18472) 2022-09-25 13:04:00 -07:00
callbacks.h
callbacks.md
config.h Normalise Unicode keycodes (#18898) 2022-10-31 21:15:12 +00:00
drashna.c [Keymap] develop updates for Drashna Keymaps (#18472) 2022-09-25 13:04:00 -07:00
drashna.h [Keymap] Drashna keymap updates for 0.18.0 (#18184) 2022-08-28 12:55:19 -07:00
post_config.h Remove RGBLIGHT_ANIMATION and clean up effect defines for layouts+users (#18729) 2022-10-15 09:59:31 -07:00
readme.md
rgblight_breathe_table.h
rules.mk [Keymap] develop updates for Drashna Keymaps (#18472) 2022-09-25 13:04:00 -07:00
template.c
template.h