summaryrefslogtreecommitdiffstats
path: root/keyboards/sofle
Commit message (Collapse)AuthorAgeFilesLines
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-272-2/+2
|
* Merge remote-tracking branch 'origin/master' into developzvecr2022-11-221-30/+6
|\
| * Use modern solution for tri-layer in sofle default layout (#19113)rafal0p2022-11-201-30/+6
| |
* | Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
| |
* | Normalise MIDI keycodes (#18972)Ryan2022-11-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG` * `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND` * `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD` * `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD` * `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD` * Misc controls * Note keycodes * Add legacy keycodes * Regenerate keycodes * Typo
* | Normalise Auto Shift keycodes (#18892)Ryan2022-10-281-1/+1
| | | | | | | | | | | | | | | | * Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header
* | Normalise Space Cadet keycodes (#18864)Ryan2022-10-271-1/+1
| |
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-202-5/+5
| | | | | | | | | | | | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core
* | Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-2/+2
| |
* | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-1612-26/+26
| | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* | Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-10-161-2/+2
|\|
| * Slipped through the cracks. (#18742)Nick Brassel2022-10-161-2/+2
| |
* | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-154-4/+4
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-154-9/+13
| |
* | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-137-7/+7
| | | | | | | | | | | | | | | | | | | | | | * `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-303-37/+36
| | | | | | | | The animation itself turns the screen on, preventing the normal timeout from ever triggering.
* | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-262-2/+0
| |
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-234-6/+6
| |
* | Remove legacy define SERIAL_USE_MULTI_TRANSACTION (#18299)Dasky2022-09-071-1/+0
| |
* | Remove legacy USE_SERIAL define (#18292)Dasky2022-09-061-1/+0
| | | | | | | | | | * Remove legacy USE_SERIAL define * tidy up missed comments
* | Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan2022-08-281-1/+1
|/
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-216-17/+17
|
* [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-061-1/+0
| | | | `QMK_KEYS_PER_SCAN` (#15292)
* Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-044-14/+12
|
* [Keymap] Add axtloss keymap for sofle (#17835)axtloss2022-07-313-0/+720
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keyboard] Add missing mute button to sofle keymap (#17796)Daniel O'Brien2022-07-251-1/+1
|
* [Keymap] Michal Keymap for Sofle rev1 (#17610)Michal2022-07-193-0/+275
|
* foureight84 keymap for sofle (#17246)foureight842022-07-024-0/+674
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* [Keymap] Update Miryoku (#16482)Manna Harbour2022-07-022-2/+0
|
* Add Encoder Map Swap Hands config for boards that support both features (#17294)Drashna Jaelre2022-06-031-0/+4
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-151-2/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-151-3/+0
|\
| * Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-3/+0
| | | | | | | | (#16655)
* | Asymmetric encoders, encoder tests. (#16068)Nick Brassel2022-03-081-5/+6
|/
* keyhive sofle rgb: fix configuration. (#15339)Will Winder2022-01-1113-178/+515
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * keyhive sofle rgb: fix configuration. * Add Colemak-DH and cycle layer keycode. * Fix indentation. * Add PLACEHOLDER for better readability. * Fix breaking changes. * Just one colemak. * PR Cleanup * Use NO_PIN definition instead of C7 * Define animations individually * Remove via json file and update documentation * Reduce LED brightness, one of the animations caused a crash * More PR feedback. * Better credit. * Disable NKRO. * Cleanup RGB configuration. * animations defined in keymap. * Update keyboards/sofle/keyhive/readme.md * PR Feedback. * Update phrasing from template. * Disable RGBLIGHT_ENABLE in keymap for better compatibility with default keymap. * Set a default animation. * Use default in keyboard readme. * Update keyboards/sofle/keyhive/info.json * Move via specific layout into via keymap.
* 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
* Remove unnecessary backslash-escapes in default keymaps (#15472)Ryan2021-12-141-30/+30
| | | | | | | * Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
|
* [Keymap] Disable console on Sofle default keymap (#15261)Drashna Jaelre2021-11-221-1/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-191-14/+14
|\
| * [Keymap] Sofle RGB - fixed switch and numpad layers (#15094)Andy2021-11-191-14/+14
| |
* | Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-152-56/+56
| |
* | [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-027-7/+14
|/ | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* [Keymap] Update Miryoku (#14827)Manna Harbour2021-10-152-2/+2
|
* [Keyboard] Add basic Keyhive Sofle support (#14296)Drashna Jaelre2021-10-059-31/+385
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* [Keyboard] Disable console on Sofle for size concerns (#14577)Albert Y2021-09-231-1/+1
| | | Co-authored-by: filterpaper <filterpaper@localhost>
* [Keymap] Add 'j4ckofalltrades' keymap for sofle/rev1 (#14446)Jordan Duabe2021-09-175-0/+223
|
* [Keyboard] VIA support with top facing LEDs and underglow (#12814)Carlos Martins2021-09-141-18/+26
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Remove width, height and key_count from info.json (#14274)Ryan2021-09-121-3/+0
|