summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* Docs: typo fixes in platformdev_blackpill_f4x1.md (#19635)leviport2023-01-19
|
* Minor cleanup to breaking/checklist docs. (#19596)Nick Brassel2023-01-19
| | | Co-authored-by: Ryan <fauxpark@gmail.com>
* Use consistent highlight format (#19619)Albert Y2023-01-18
|
* Highlight inclusion of extern macro (#19614)Albert Y2023-01-18
|
* Small doc changes (#19601)Pablo Martínez2023-01-16
|
* [Docs] Fix `JOYSTICK_AXIS_COUNT` name in docs (#19605)Sergey Vlasov2023-01-16
|
* [Docs] Touch up documentation templates & porting keyboard docs (#19573)jack2023-01-13
|
* weact docs patch re "security vulnerability" (#19572)Tom Barnes2023-01-12
|
* docs: Fix IS31FL3743A driver name (#19518)Daniel Schaefer2023-01-06
| | | | Incorrectly documented. See: `builddefs/common_features.mk`
* A comma was missing (#19507)Paul Massendari2023-01-05
|
* Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst ↵Nick Brassel2023-01-04
| | | | providing support for filtering as per data-driven definitions. (#18971)
* Add docs to cover recent LAYOUT_all lint checks (#19393)Joel Challis2023-01-01
|
* Fixes unicode_map declaration example (#19450)BBBNBBB2022-12-31
| | | | If the previous example was used the incorrect codepoints are produced. Changes the order of arguments the declaration of the unicode_map
* docs: add a note about reflashing both halves for encoder resolution (#19162)Roberto Santalla2022-12-30
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update breaking changes year... (#19409)Joel Challis2022-12-23
|
* Fix description for selectively disabling animations (#19374)Alexander Franco2022-12-19
|
* [Docs] Update feature_joystick.md (#19347)Leo Deng2022-12-15
|
* [Docs] Remove broken link (#19321)Pablo Martínez2022-12-15
|
* Update OLED doc (#19213)Pablo Martínez2022-11-30
| | | | | | | * 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 Challis2022-11-30
|
* fix typo (#19189)JayceFayne2022-11-29
|
* Fix RWIN typo within keycode list (#19155)gshmu2022-11-28
| | | fix typo
* [Docs] Update reference_info_json.md (#18817)Ndot2022-11-28
| | | | | | | | | | | | | * [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 Brassel2022-11-28
| | | | 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)Ryan2022-11-27
|
* Joystick feature improvements (#19052)Ryan2022-11-27
|
* Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080)Ryan2022-11-27
|
* Additional DD backlight config (#19124)Joel Challis2022-11-23
| | | | | * Additional dd backlight config * Update docs
* Stub next develop dateszvecr2022-11-22
|
* Fix references to `mouse_report_t` (which doesnt exist) (#19107)Pablo Martínez2022-11-18
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-15
|\
| * [Docs] Note default value for TAP_CODE_DELAY (#19078)Albert Y2022-11-15
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-15
|\|
| * Fix typo (#19035)David Kosorin2022-11-15
| | | | | | Swap Hands on/off - it's `SH_ON/OFF` not `SW_ON/OFF`
* | Add Bonsai C4 as a platform board file (#18901)David Hoelscher2022-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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)Ryan2022-11-12
| |
* | [Core] Allow custom timings for WS2812 PIO driver (#18006)Stefan Kerkmann2022-11-10
| |
* | Normalise output selection (Bluetooth) keycodes (#19004)Ryan2022-11-08
| |
* | Add raw output option for QGF/QFF files. (#18998)Nick Brassel2022-11-08
| |
* | Format DD mappings and schemas (#18924)Ryan2022-11-08
| |
* | Align haptic feedback keycode names (#18964)Joel Challis2022-11-07
| |
* | Normalise MIDI keycodes (#18972)Ryan2022-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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 Brassel2022-11-06
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Align audio keycode names (#18962)Joel Challis2022-11-05
| | | | | | | | | | | | | | * Align audio keycode names * Update docs * Update quantum
* | Align dynamic tapping term keycode names (#18963)Joel Challis2022-11-05
| | | | | | | | | | * Align dynamic tapping term keycode names * regen header
* | Remove thermal printer. (#18959)Nick Brassel2022-11-06
| |
* | Macro keycode name refactoring (#18958)Nick Brassel2022-11-05
| |
* | Normalise Dynamic Macro keycodes (#18939)Ryan2022-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | * `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)Ryan2022-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * `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-29
|\|