summaryrefslogtreecommitdiffstats
path: root/keyboards/orthocode/keymaps/default
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-1/+1
| | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
|
* [Keyboard] Added via support for orthocode (#15777)Jordan Blackbourn2022-01-101-4/+0
|
* Orthocode update default keymap, and fix encoder function for keymaps built ↵Jordan Blackbourn2021-12-271-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
* Orthocode Layout Macro rework (#13995)James Young2021-08-141-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
* [Keyboard] Added Orthocode keyboard (#13487)Jordan Blackbourn2021-07-291-0/+159
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>