summaryrefslogtreecommitdiffstats
path: root/keyboards/fjlabs/polaris/keymaps/default
Commit message (Collapse)AuthorAgeFilesLines
* FJLabs Polaris Layout Additions and Touch-Up (#20622)James Young2023-04-291-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * refactor keymaps * fix Configurator implementation The original C-based code had an off-by-one error in the key sequence, that was then converted in data-driven configurator without being corrected. * info.json: apply friendly formatting * add LAYOUT_60_ansi_split_bs_rshift * add LAYOUT_60_ansi * add LAYOUT_60_tsangan_hhkb * add LAYOUT_60_ansi_tsangan * add LAYOUT_60_iso_split_bs_rshift * add LAYOUT_60_iso * add LAYOUT_60_iso_tsangan_split_bs_rshift * add LAYOUT_60_iso_tsangan * enable Community Layout support * edit keyboard maintainer
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-201-2/+2
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-1/+1
|
* [Keyboard] Added FJLabs Polaris (#12746)Felix Jen2021-05-131-0/+39
Co-authored-by: Drashna Jaelre <drashna@live.com>