summaryrefslogtreecommitdiff
path: root/keyboards/orthocode/keymaps
AgeCommit message (Collapse)AuthorFilesLines
2024-08-26Remove all via-enabled keymaps, including `via`. (#24322)Nick Brassel2-78/+0
2024-08-25Update Underglow keycodes (#23765)Ryan2-10/+10
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-05-11Adjust keycode alignment around `QK_BOOT` (#23697)Ryan2-2/+2
2023-01-01[Bug] Prevent dynamic keymaps from processing layers that don't exist (#19225)Drashna Jaelre1-15/+0
2022-10-20Remove legacy Grave Escape keycodes (#18787)Ryan2-2/+2
2022-10-11Remove legacy keycodes, part 3 (#18669)Ryan2-2/+2
* `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 Challis2-2/+2
2022-01-10[Keyboard] Added via support for orthocode (#15777)Jordan Blackbourn3-4/+93
2021-12-27Orthocode update default keymap, and fix encoder function for keymaps built ↵Jordan Blackbourn1-123/+16
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 Young1-40/+56
* 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 Blackbourn1-0/+159
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>