summaryrefslogtreecommitdiff
path: root/keyboards/orthocode/keymaps
AgeCommit message (Collapse)Author
2023-01-01[Bug] Prevent dynamic keymaps from processing layers that don't exist (#19225)Drashna Jaelre
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan
2022-10-11Remove legacy keycodes, part 3 (#18669)Ryan
* `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
2022-05-15RESET -> QK_BOOT default keymaps (#17037)Joel Challis
2022-01-10[Keyboard] Added via support for orthocode (#15777)Jordan Blackbourn
2021-12-27Orthocode update default keymap, and fix encoder function for keymaps built ↵Jordan Blackbourn
in configurator (#15161) * Updated default keymap to match one shipping with the boards * Fix encoder function so it works for users of the online configurator * Updated Info.json to match default keymap * Changes as per review
2021-08-14Orthocode Layout Macro rework (#13995)James Young
* move rotary encoder to top row of layout macro Makes the layout macro and keycodes resemble the assembled keyboard. * update info.json data - convert tabs to spaces - use human-friendly formatting - fill in key object labels - adjust object sequence for layout macro changes
2021-07-29[Keyboard] Added Orthocode keyboard (#13487)Jordan Blackbourn
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>