Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-24 | fixup splitkb/kyria VIA keymap (#19676) | jack | |
2023-01-20 | [Keyboard] Add Kyria rev3 (#19423) | leah-splitkb | |
2023-01-19 | Fixup ChibiOS header inclusion search ordering. (#19623) | Nick Brassel | |
* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering. | |||
2023-01-09 | [keyboard] Enable community layout support (#19499) | Manna Harbour | |
2022-12-30 | add x123 keymap for splitkb/aurora/corne (#19407) | x123 | |
2022-12-27 | [Keyboard] Fix Aurora Lily58 default encoder behaviour (#19424) | leah-splitkb | |
2022-12-08 | Fix build failures for aurora/lily58 and sweep (#19258) | Ryan | |
2022-12-07 | Fix `keyboard` for some JSON keymaps (#19251) | Ryan | |
2022-12-06 | [Keyboard] Add splitkb.com's Aurora Lily58 (#19183) | leah-splitkb | |
2022-12-02 | Fix `RGB_MATRIX_LED_COUNT` for aurora/corne (#19222) | Ryan | |
2022-11-29 | [Keymap] Drashna updates for 0.19 (#19175) | Drashna Jaelre | |
* 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 | |||
2022-11-24 | Fixup aurora/corne on develop (#19144) | jack | |
2022-11-23 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2022-11-23 | [Keyboard] Add splitkb.com's Aurora Corne (#18880) | leah-splitkb | |
2022-11-22 | Update use of legacy keycodes (#19120) | Joel Challis | |
2022-11-21 | Remove .noci functionality (#19122) | Joel Challis | |
2022-11-12 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2022-11-11 | Eric Gebhart user space and keymaps (#17487) | Eric Gebhart | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-11-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-11-07 | [Keymap] KO Kyria (#18413) | Kevin Ohlin | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-10-31 | Normalise Unicode keycodes (#18898) | Ryan | |
* `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 | |||
2022-10-29 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2022-10-28 | Normalise Auto Shift keycodes (#18892) | Ryan | |
* Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header | |||
2022-10-27 | [Keyboard] Minor Aurora Sweep fixes (#18879) | leah-splitkb | |
- Fixes compile error with `SWAP_HANDS_ENABLE = yes` - Fixes OLED, RGB Matrix, and encoder when using QMK Configurator | |||
2022-10-27 | Normalise Space Cadet keycodes (#18864) | Ryan | |
2022-10-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-10-25 | Fix splitkb/aurora/sweep (#18839) | Ryan | |
* Fix splitkb/aurora/sweep * Add back layout alias | |||
2022-10-24 | Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834) | Ryan | |
2022-10-22 | Remove broken userspace and keymaps (#18806) | Joel Challis | |
2022-10-21 | Deprecate `KC_LEAD` for `QK_LEAD` (#18792) | Ryan | |
2022-10-20 | Remove legacy EEPROM clear keycodes (#18782) | Ryan | |
* `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 | |||
2022-10-19 | Remove legacy Debug keycode (#18769) | Ryan | |
* `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 | |||
2022-10-17 | Remove legacy sendstring keycodes (#18749) | Ryan | |
2022-10-16 | Remove legacy keycodes, part 6 (#18740) | Ryan | |
* `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL` | |||
2022-10-15 | Remove legacy keycodes, part 5 (#18710) | Ryan | |
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | |||
2022-10-15 | Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728) | Drashna Jaelre | |
2022-10-13 | Fix aurora/sweep (#18701) | Joel Challis | |
2022-10-13 | Remove legacy keycodes, part 4 (#18683) | Ryan | |
* `KC_PGDOWN` -> `KC_PGDN` * `KC_PSCREEN` -> `KC_PSCR` * `KC_SCOLON` -> `KC_SCLN` * `KC_BSLASH` -> `KC_BSLS` * `KC_BSPACE` -> `KC_BSPC` | |||
2022-10-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-10-13 | [Keyboard] Add splitkb.com's Aurora Sweep (#18691) | leah-splitkb | |
2022-10-11 | Remove legacy keycodes, part 3 (#18669) | Ryan | |
* `KC__VOLDOWN` -> `KC_VOLD` * `KC__VOLUP` -> `KC_VOLU` * `KC__MUTE` -> `KC_MUTE` * `KC_POWER` -> `KC_PWR` | |||
2022-10-10 | Remove legacy keycodes, part 2 (#18660) | Ryan | |
* `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` | |||
2022-10-09 | Remove legacy international keycodes (#18588) | Ryan | |
2022-09-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-09-30 | AceVice One's keymap for Kyria keyboard (#18393) | Luis Moreno | |
2022-09-25 | [Keymap] develop updates for Drashna Keymaps (#18472) | Drashna Jaelre | |
2022-09-23 | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | |
2022-09-19 | [Keymap] Added Kyria keyboard to jimmysjolund (#18335) | Jimmy Sjölund | |
2022-08-28 | [Keymap] Drashna keymap updates for 0.18.0 (#18184) | Drashna Jaelre | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-08-21 | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | |