summaryrefslogtreecommitdiffstats
path: root/keyboards/sofle/keymaps/flare576
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream master to 2022 Q4 breaking changelokher2022-12-073-526/+0
|
* Merge upstream masterlokher2022-12-063-0/+526
|\
| * Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-2/+2
| |
| * Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-2/+2
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
| * Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
| * Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
| * Fix keyboard pet OLED timeout logic (#17189)Jouke Witteveen2022-09-301-4/+4
| | | | | | | | The animation itself turns the screen on, preventing the normal timeout from ever triggering.
| * Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-281-1/+1
| |
* | Remove non-Keychron keyboardslokher2022-09-138-701/+0
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-2/+2
|
* New keymap for Sofle rev1 for Flare576 (#13723)Jeremy Scherer2021-12-278-0/+701
* feat(sofle): add flare576 keymap to sofle * feat(sofle): add flare576 keymap to sofle * luna on main * fix(flare576): Final layout for now * WIP * chore(graphics): file split * fix(oled): display issues Always show mode changes Remove unused variable * feat(marquee): Scrolling logo * fix(TG TO): Better layer swapping * feat(readme): Update for Flare576 keybinds * chore(license): add license * fix(logos): simplify loop/data * fix(logos): simplify loop/data * fix(logos): better quality * feat(size): remove unused layers, split images Remove Npad, media, add meta and FF14 Add flag (MAIN_BOARD) for main/secondary graphics Add Chocobo image * feat(size): remove unused layers, split images Remove Npad, media, rename game to esdf, add FF14 Add flag (MAIN_BOARD) for main/secondary graphics Add Chocobo image * fix(headers): PR feedback Rename to enums.h Fix defines Fix last commit (hanging refs) * chore(graphics): manage large strings better * fix(incremental): updating keymaps * fix(syms): Bracket idea * fix(esdf): Map (M) key to bottom right * PR Feedback RE: headers * docs(readme): old information updated * fix(licenses): add license info to new files