summaryrefslogtreecommitdiffstats
path: root/keyboards/splitkb
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream masterlokher2022-12-0693-0/+10424
|\
| * Fix `RGB_MATRIX_LED_COUNT` for aurora/corne (#19222)Ryan2022-12-021-3/+3
| |
| * [Keymap] Drashna updates for 0.19 (#19175)Drashna Jaelre2022-11-291-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix up bastardkb boards since blackpill support is officially added. * Check for blackpill version, not elite c. * Add checks in chibiOS config since multiple ARM controllers supported. * Rework rules.mk for keymaps to better handle arm vs avr support * Start moving away from `matrix_*_*` functions. * `housekeeping_task_*` instead of `matrix_scan_*` * `keyboard_(pre|post)_init_*` instead of `matrix_init_*` * Add ℂℴmⅈℂ unicode input method. * Clean up unicode code to be more compact and flexible. * Remove/move Pro Micro LED commands to userspace and better filter them * Fixup OLED code * Use newer quantum keycode functions/preprocessors rather than manual bit manipulation * Make unicode mode render much more compact/simple. * Make qmk secrets more self contained * Remove custom implementation of split watchdog
| * Fixup aurora/corne on develop (#19144)jack2022-11-241-1/+1
| |
| * Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-2316-0/+1186
| |\
| | * [Keyboard] Add splitkb.com's Aurora Corne (#18880)leah-splitkb2022-11-2316-0/+1186
| | |
| * | Update use of legacy keycodes (#19120)Joel Challis2022-11-224-4/+4
| | |
| * | Remove .noci functionality (#19122)Joel Challis2022-11-211-0/+0
| | |
| * | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-11-123-0/+46
| |\|
| | * Eric Gebhart user space and keymaps (#17487)Eric Gebhart2022-11-113-0/+46
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
| * | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-084-0/+359
| |\|
| | * [Keymap] KO Kyria (#18413)Kevin Ohlin2022-11-074-0/+359
| | | | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
| * | Normalise Unicode keycodes (#18898)Ryan2022-10-314-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `UC_MOD`/`UC_RMOD` -> `UC_NEXT`/`UC_PREV` * `UNICODE_MODE_*` -> `QK_UNICODE_MODE_*` * `UC_MAC` -> `UNICODE_MODE_MACOS` * `UC_LNX` -> `UNICODE_MODE_LINUX` * `UC_WIN` -> `UNICODE_MODE_WINDOWS` * `UC_BSD` -> `UNICODE_MODE_BSD` * `UC_WINC` -> `UNICODE_MODE_WINCOMPOSE` * `UC_EMACS` -> `UNICODE_MODE_EMACS` * `UC__COUNT` -> `UNICODE_MODE_COUNT` * `UC_M_MA` -> `UC_MAC` * `UC_M_LN` -> `UC_LINX` * `UC_M_WI` -> `UC_WIN` * `UC_M_BS` -> `UC_BSD` * `UC_M_WC` -> `UC_WINC` * `UC_M_EM` -> `UC_EMAC` * Docs * Update quantum/unicode/unicode.h
| * | Merge remote-tracking branch 'upstream/master' into developfauxpark2022-10-295-8/+23
| |\|
| | * [Keyboard] Minor Aurora Sweep fixes (#18879)leah-splitkb2022-10-275-8/+23
| | | | | | | | | | | | - Fixes compile error with `SWAP_HANDS_ENABLE = yes` - Fixes OLED, RGB Matrix, and encoder when using QMK Configurator
| * | 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-277-9/+9
| | |
| * | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-252-133/+83
| |\|
| | * Fix splitkb/aurora/sweep (#18839)Ryan2022-10-252-133/+83
| | | | | | | | | | | | | | | * Fix splitkb/aurora/sweep * Add back layout alias
| * | Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834)Ryan2022-10-241-1/+1
| | |
| * | Remove broken userspace and keymaps (#18806)Joel Challis2022-10-224-203/+0
| | |
| * | Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-219-11/+11
| | |
| * | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-203-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 Debug keycode (#18769)Ryan2022-10-193-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core
| * | Remove legacy sendstring keycodes (#18749)Ryan2022-10-171-1/+1
| | |
| * | Remove legacy keycodes, part 6 (#18740)Ryan2022-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
| * | Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1512-13/+13
| | | | | | | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
| * | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-1518-29/+153
| | |
| * | Fix aurora/sweep (#18701)Joel Challis2022-10-131-1/+1
| | |
| * | Remove legacy keycodes, part 4 (#18683)Ryan2022-10-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC`
| * | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-1317-0/+1369
| |\|
| | * [Keyboard] Add splitkb.com's Aurora Sweep (#18691)leah-splitkb2022-10-1317-0/+1369
| | |
| * | Remove legacy keycodes, part 3 (#18669)Ryan2022-10-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR`
| * | Remove legacy keycodes, part 2 (#18660)Ryan2022-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `KC_SYSREQ` -> `KC_SYRQ` And one `KC_ALT_ERASE` -> `KC_ERAS` * `KC_NONUS_BSLASH` -> `KC_NUBS` * `KC_NUMLOCK` -> `KC_NUM` * `KC_CLCK` -> `KC_CAPS` * `KC_SCROLLLOCK` -> `KC_SCRL` * `KC_LBRACKET` -> `KC_LBRC` * `KC_RBRACKET` -> `KC_RBRC` * `KC_CAPSLOCK` -> `KC_CAPS`
| * | Remove legacy international keycodes (#18588)Ryan2022-10-092-2/+2
| | |
| * | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-304-0/+1008
| |\|
| | * AceVice One's keymap for Kyria keyboard (#18393)Luis Moreno2022-09-304-0/+1008
| | |
| * | [Keymap] develop updates for Drashna Keymaps (#18472)Drashna Jaelre2022-09-251-1/+1
| | |
| * | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-232-2/+2
| |/
| * [Keymap] Added Kyria keyboard to jimmysjolund (#18335)Jimmy Sjölund2022-09-193-0/+281
| |
* | Remove non-Keychron keyboardslokher2022-09-13178-14861/+0
|/
* [Keymap] Drashna keymap updates for 0.18.0 (#18184)Drashna Jaelre2022-08-281-0/+5
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-215-8/+8
|
* Merge remote-tracking branch 'upstream/master' into developfauxpark2022-08-205-15/+17
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093)Ryan2022-08-205-15/+17
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-063-3/+0
| |
* | [Core] Process all changed keys in one scan loop, deprecate ↵Stefan Kerkmann2022-08-061-2/+0
| | | | | | | | `QMK_KEYS_PER_SCAN` (#15292)
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-032-7/+6
|\|
| * Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-042-7/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-035-0/+384
|\|