Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-15 | Fix some old keycodes (#19086) | Ryan | |
2022-10-31 | Normalise Unicode keycodes (#18898) | Ryan | |
* `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-24 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2022-10-24 | Callum style layout improvements and my layout changes (#16174) | Dalius Dobravolskas | |
2022-10-19 | Remove legacy Debug keycode (#18769) | Ryan | |
* `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-09-06 | Remove legacy USE_SERIAL define (#18292) | Dasky | |
* Remove legacy USE_SERIAL define * tidy up missed comments | |||
2022-08-21 | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | |
2022-08-20 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2022-08-20 | RESET -> QK_BOOT keyboard readme (#18110) | Joel Challis | |
2022-08-06 | Remove `UNUSED_PINS` (#17931) | Nick Brassel | |
2022-07-26 | Move keyboard USB IDs and strings to data driven: A (#17781) | Ryan | |
2022-07-02 | [Keymap] Update Miryoku (#16482) | Manna Harbour | |
2022-04-23 | [Keyboard] Add missing KC_QUOT (#16925) | Albert Y | |
2022-01-17 | Add LAYOUTS entry to rules.mk (#15900) | Albert Y | |
* Add layouts to rules.mk * Remove excess settings. Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com> | |||
2022-01-13 | [Keyboard] Switch a_dux, cradio and ferris to split_3x5_2 (#15850) | Albert Y | |
2022-01-10 | [Keyboard] Simplify default keymap to Seniply (#15731) | Albert Y | |
2021-12-09 | Tidy up NKRO_ENABLE rules (#15382) | Ryan | |
2021-12-01 | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | |
2021-11-29 | [Keyboard] Add swap hands support and readme updates for Architeuthis Dux ↵ | Albert Y | |
(#15227) Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-11-12 | [Keyboard] Update a_dux info.json (#15126) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-11-05 | Improve handedness documentation for Architeuthis Dux (#15051) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-10-11 | [Keymap] Architeutis Dux keymap (#14728) | Dalius Dobravolskas | |
2021-10-10 | [Keyboard] Add bootmagic lite keys to both halve of A.dux (#14731) | Albert Y | |
Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-09-24 | [Keyboard] Added A. Dux keyboard configurations (#14320) | Albert Engelbrecht | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> |