Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup ChibiOS header inclusion search ordering. (#19623) | Nick Brassel | 2023-01-19 | 2 | -2/+2 |
| | | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering. | ||||
* | [keyboard] Enable community layout support (#19499) | Manna Harbour | 2023-01-09 | 1 | -0/+3 |
| | |||||
* | add x123 keymap for splitkb/aurora/corne (#19407) | x123 | 2022-12-30 | 4 | -0/+347 |
| | |||||
* | [Keyboard] Fix Aurora Lily58 default encoder behaviour (#19424) | leah-splitkb | 2022-12-27 | 1 | -16/+2 |
| | |||||
* | Fix build failures for aurora/lily58 and sweep (#19258) | Ryan | 2022-12-08 | 2 | -13/+2 |
| | |||||
* | Fix `keyboard` for some JSON keymaps (#19251) | Ryan | 2022-12-07 | 1 | -1/+1 |
| | |||||
* | [Keyboard] Add splitkb.com's Aurora Lily58 (#19183) | leah-splitkb | 2022-12-06 | 16 | -0/+1235 |
| | |||||
* | Fix `RGB_MATRIX_LED_COUNT` for aurora/corne (#19222) | Ryan | 2022-12-02 | 1 | -3/+3 |
| | |||||
* | [Keymap] Drashna updates for 0.19 (#19175) | Drashna Jaelre | 2022-11-29 | 1 | -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) | jack | 2022-11-24 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-11-23 | 16 | -0/+1186 |
|\ | |||||
| * | [Keyboard] Add splitkb.com's Aurora Corne (#18880) | leah-splitkb | 2022-11-23 | 16 | -0/+1186 |
| | | |||||
* | | Update use of legacy keycodes (#19120) | Joel Challis | 2022-11-22 | 4 | -4/+4 |
| | | |||||
* | | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 1 | -0/+0 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-11-12 | 3 | -0/+46 |
|\| | |||||
| * | Eric Gebhart user space and keymaps (#17487) | Eric Gebhart | 2022-11-11 | 3 | -0/+46 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-08 | 4 | -0/+359 |
|\| | |||||
| * | [Keymap] KO Kyria (#18413) | Kevin Ohlin | 2022-11-07 | 4 | -0/+359 |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Normalise Unicode keycodes (#18898) | Ryan | 2022-10-31 | 4 | -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 develop | fauxpark | 2022-10-29 | 5 | -8/+23 |
|\| | |||||
| * | [Keyboard] Minor Aurora Sweep fixes (#18879) | leah-splitkb | 2022-10-27 | 5 | -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) | Ryan | 2022-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header | ||||
* | | Normalise Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 7 | -9/+9 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-25 | 2 | -133/+83 |
|\| | |||||
| * | Fix splitkb/aurora/sweep (#18839) | Ryan | 2022-10-25 | 2 | -133/+83 |
| | | | | | | | | | | * Fix splitkb/aurora/sweep * Add back layout alias | ||||
* | | Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834) | Ryan | 2022-10-24 | 1 | -1/+1 |
| | | |||||
* | | Remove broken userspace and keymaps (#18806) | Joel Challis | 2022-10-22 | 4 | -203/+0 |
| | | |||||
* | | Deprecate `KC_LEAD` for `QK_LEAD` (#18792) | Ryan | 2022-10-21 | 9 | -11/+11 |
| | | |||||
* | | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 3 | -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) | Ryan | 2022-10-19 | 3 | -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) | Ryan | 2022-10-17 | 1 | -1/+1 |
| | | |||||
* | | Remove legacy keycodes, part 6 (#18740) | Ryan | 2022-10-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | ||||
* | | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 12 | -13/+13 |
| | | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) | Drashna Jaelre | 2022-10-15 | 18 | -29/+153 |
| | | |||||
* | | Fix aurora/sweep (#18701) | Joel Challis | 2022-10-13 | 1 | -1/+1 |
| | | |||||
* | | Remove legacy keycodes, part 4 (#18683) | Ryan | 2022-10-13 | 1 | -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 develop | QMK Bot | 2022-10-13 | 17 | -0/+1369 |
|\| | |||||
| * | [Keyboard] Add splitkb.com's Aurora Sweep (#18691) | leah-splitkb | 2022-10-13 | 17 | -0/+1369 |
| | | |||||
* | | Remove legacy keycodes, part 3 (#18669) | Ryan | 2022-10-11 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR` | ||||
* | | Remove legacy keycodes, part 2 (#18660) | Ryan | 2022-10-10 | 1 | -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) | Ryan | 2022-10-09 | 2 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-30 | 4 | -0/+1008 |
|\| | |||||
| * | AceVice One's keymap for Kyria keyboard (#18393) | Luis Moreno | 2022-09-30 | 4 | -0/+1008 |
| | | |||||
* | | [Keymap] develop updates for Drashna Keymaps (#18472) | Drashna Jaelre | 2022-09-25 | 1 | -1/+1 |
| | | |||||
* | | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 2 | -2/+2 |
|/ | |||||
* | [Keymap] Added Kyria keyboard to jimmysjolund (#18335) | Jimmy Sjölund | 2022-09-19 | 3 | -0/+281 |
| | |||||
* | [Keymap] Drashna keymap updates for 0.18.0 (#18184) | Drashna Jaelre | 2022-08-28 | 1 | -0/+5 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 5 | -8/+8 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-08-20 | 5 | -15/+17 |
|\ | |||||
| * | Move keyboard USB IDs and strings to data driven, pass 2: S-Y (#18093) | Ryan | 2022-08-20 | 5 | -15/+17 |
| | |