summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_5x12/riblee
AgeCommit message (Collapse)Author
2023-01-29Remove deprecated Quantum keycodes (#19712)Ryan
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan
2022-10-31Normalise 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-27Normalise Space Cadet keycodes (#18864)Ryan
2022-10-19Remove 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-14fix: Remove TERM_ON/TERM_OFF from my keymap (#18354)Reibl János Dániel
2022-08-21RESET -> QK_BOOT user keymaps (#17940)Joel Challis
2022-01-13[Keymap] Misc userspace and keymap improvements (#15844)Reibl János Dániel
2021-10-22[Keymap] Simplify unicode input mode change and CTRL and GUI swapping (#14874)Reibl János Dániel
2021-10-11[Keymap] Add workman layout (#14792)Reibl János Dániel
2021-01-15Modify my keymap (#11407)Reibl János Dániel
2020-11-02Add OLED support for Riblee F411 (#10778)Reibl János Dániel
* Add OLED support for Riblee F422 * Fix typo
2020-10-04[Keymap] Move my custom functions and keymaps to userspace (#10502)Reibl János Dániel
* Move my custom functions and keymaps to userspace to be able to add the STM32F411 variant of my keyboard with mostly the same functionality * Move keymaps to community layouts * Remove keymaps from userspace readme.md Co-authored-by: Janos Daniel Reibl <janos.daniel.reibl@protonmail.com>