Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update OLED doc (#19213) | Pablo MartÃnez | 2022-11-30 | 1 | -0/+5 |
| | | | | | | | * Update OLED doc * Update docs/feature_oled_driver.md Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | ||||
* | Fix headers in info.json reference (#19202) | Joel Challis | 2022-11-30 | 1 | -7/+7 |
| | |||||
* | fix typo (#19189) | JayceFayne | 2022-11-29 | 1 | -1/+1 |
| | |||||
* | Fix RWIN typo within keycode list (#19155) | gshmu | 2022-11-28 | 1 | -1/+1 |
| | | | fix typo | ||||
* | [Docs] Update reference_info_json.md (#18817) | Ndot | 2022-11-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | * [Docs] Update reference_info_json.md - Makes it easier to find keyboard.jsonschema. - Adds a reference to the Data Driven page. * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | 2022 Nov 26 changelog. (#19164) | Nick Brassel | 2022-11-28 | 4 | -2/+527 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | 2022-11-27 | 1 | -5/+5 |
| | |||||
* | Joystick feature improvements (#19052) | Ryan | 2022-11-27 | 1 | -59/+128 |
| | |||||
* | Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080) | Ryan | 2022-11-27 | 1 | -3/+3 |
| | |||||
* | Additional DD backlight config (#19124) | Joel Challis | 2022-11-23 | 1 | -0/+7 |
| | | | | | * Additional dd backlight config * Update docs | ||||
* | Stub next develop dates | zvecr | 2022-11-22 | 4 | -10/+36 |
| | |||||
* | Fix references to `mouse_report_t` (which doesnt exist) (#19107) | Pablo MartÃnez | 2022-11-18 | 1 | -5/+5 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-15 | 1 | -1/+1 |
|\ | |||||
| * | [Docs] Note default value for TAP_CODE_DELAY (#19078) | Albert Y | 2022-11-15 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-15 | 1 | -2/+2 |
|\| | |||||
| * | Fix typo (#19035) | David Kosorin | 2022-11-15 | 1 | -2/+2 |
| | | | | | | Swap Hands on/off - it's `SH_ON/OFF` not `SW_ON/OFF` | ||||
* | | Add Bonsai C4 as a platform board file (#18901) | David Hoelscher | 2022-11-13 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Set up Bonsai C4 as a platform board file * corrections and improvements based on testing and feedback * Added VBUS sensing as default capability for improved split support using Bonsai C4 * Update clock divisor for SPI flash Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Digitizer feature improvements (#19034) | Ryan | 2022-11-12 | 1 | -18/+100 |
| | | |||||
* | | [Core] Allow custom timings for WS2812 PIO driver (#18006) | Stefan Kerkmann | 2022-11-10 | 1 | -1/+1 |
| | | |||||
* | | Normalise output selection (Bluetooth) keycodes (#19004) | Ryan | 2022-11-08 | 2 | -10/+10 |
| | | |||||
* | | Add raw output option for QGF/QFF files. (#18998) | Nick Brassel | 2022-11-08 | 1 | -4/+6 |
| | | |||||
* | | Format DD mappings and schemas (#18924) | Ryan | 2022-11-08 | 1 | -1/+1 |
| | | |||||
* | | Align haptic feedback keycode names (#18964) | Joel Challis | 2022-11-07 | 1 | -18/+18 |
| | | |||||
* | | Normalise MIDI keycodes (#18972) | Ryan | 2022-11-07 | 2 | -299/+299 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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 | ||||
* | | Reworked backlight keycodes. (#18961) | Nick Brassel | 2022-11-06 | 3 | -28/+28 |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Align audio keycode names (#18962) | Joel Challis | 2022-11-05 | 2 | -39/+62 |
| | | | | | | | | | | | | | | * Align audio keycode names * Update docs * Update quantum | ||||
* | | Align dynamic tapping term keycode names (#18963) | Joel Challis | 2022-11-05 | 2 | -10/+10 |
| | | | | | | | | | | * Align dynamic tapping term keycode names * regen header | ||||
* | | Remove thermal printer. (#18959) | Nick Brassel | 2022-11-06 | 4 | -21/+0 |
| | | |||||
* | | Macro keycode name refactoring (#18958) | Nick Brassel | 2022-11-05 | 4 | -44/+44 |
| | | |||||
* | | Normalise Dynamic Macro keycodes (#18939) | Ryan | 2022-11-03 | 2 | -19/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * `DYN_REC_START1` -> `QK_DYNAMIC_MACRO_RECORD_START_1` * `DYN_REC_START2` -> `QK_DYNAMIC_MACRO_RECORD_START_2` * `DYN_MACRO_PLAY1` -> `QK_DYNAMIC_MACRO_PLAY_1` * `DYN_MACRO_PLAY2` -> `QK_DYNAMIC_MACRO_PLAY_2` * `DYN_REC_STOP` -> `QK_DYNAMIC_MACRO_RECORD_STOP` * Update docs | ||||
* | | Normalise Unicode keycodes (#18898) | Ryan | 2022-10-31 | 2 | -34/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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 | 1 | -1/+1 |
|\| | |||||
| * | Docs: fix a typo (#18896) | weimao | 2022-10-28 | 1 | -1/+1 |
| | | |||||
* | | Normalise Auto Shift keycodes (#18892) | Ryan | 2022-10-28 | 2 | -15/+28 |
| | | | | | | | | | | | | | | | | * Normalise Auto Shift keycodes * Add keycode table to main list * Add old keycodes to legacy header | ||||
* | | Normalise Autocorrect keycodes (#18893) | Ryan | 2022-10-28 | 2 | -7/+17 |
| | | |||||
* | | Remove rgblight_list.h (#18878) | Ryan | 2022-10-27 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references | ||||
* | | [Core] Adjust PWM hardware audio driver for RP2040 (#17723) | Stefan Kerkmann | 2022-10-27 | 2 | -9/+5 |
| | | |||||
* | | Normalise Combo keycodes (#18877) | Ryan | 2022-10-27 | 1 | -5/+5 |
| | | |||||
* | | Normalise Space Cadet keycodes (#18864) | Ryan | 2022-10-27 | 2 | -24/+24 |
| | | |||||
* | | add "inertia" mode for mouse keys (#18774) | Selene ToyKeeper | 2022-10-26 | 1 | -1/+33 |
| | | | | | | Co-authored-by: Selene ToyKeeper <git@toykeeper.net> | ||||
* | | Deprecate `SECURE_*` keycodes for `QK_SECURE_*` (#18847) | Joel Challis | 2022-10-25 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Deprecate SECURE_* keycodes for QK_SECURE_* * Update keycode process * Update process_secure.c * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*` (#18844) | Ryan | 2022-10-25 | 1 | -7/+7 |
| | | | | | | | | | | * Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*` * Docs | ||||
* | | Deprecate `KEY_OVERRIDE_*` keycodes for `KO_*` (#18843) | Ryan | 2022-10-25 | 1 | -8/+6 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-10-24 | 3 | -3/+3 |
|\| | |||||
| * | [DOCS] Use correct OSM arguments (#18835) | Joel Challis | 2022-10-24 | 2 | -2/+2 |
| | | |||||
| * | spelling fix (#18831) | Peter Hindes | 2022-10-24 | 1 | -1/+1 |
| | | |||||
* | | added BS_TOGG so BS_SWAP and BS_NORM can be on a single key (#18837) | Selene ToyKeeper | 2022-10-24 | 1 | -0/+1 |
| | | | | | | Co-authored-by: Selene ToyKeeper <git@toykeeper.net> | ||||
* | | Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834) | Ryan | 2022-10-24 | 2 | -5/+5 |
| | | |||||
* | | Normalise Joystick and Programmable Button keycodes (#18832) | Ryan | 2022-10-24 | 3 | -73/+143 |
| | | |||||
* | | Deprecate `VLK_TOG` for `VK_TOGG` (#18807) | Ryan | 2022-10-22 | 1 | -1/+1 |
| | |