aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* More Yunzii notes regarding refusal to provide sources. (#25335)Nick Brassel2025-06-051-2/+2
|
* Add CrossDIY to license_violations.md (#25324)obosob2025-06-041-0/+1
| | | | Co-authored-by: jack <jack@pngu.org>
* [Docs] Fix PS/2 Driver headers (#25332)Joel Challis2025-06-041-5/+8
|
* Fix typo in Battery Driver docs (#25312)Joel Challis2025-05-281-2/+2
| | | | | * Fix typo in Battery Driver docs * Update battery.md
* 2025 Q2 changelog (#25297)Joel Challis2025-05-265-14/+311
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* [Docs] Fix tap_hold code blocks (#25298)Joel Challis2025-05-241-2/+2
|
* Add `compiler_support.h` (#25274)Pablo Martínez2025-05-222-6/+6
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-181-1/+2
|\
| * Update PR checklist notes on custom matrix (#25240)Joel Challis2025-05-181-1/+2
| |
* | Remove duplicate of SPI default config from keyboards (#25266)Joel Challis2025-05-161-2/+0
| |
* | Deprecate `usb.force_nkro`/`FORCE_NKRO` (#25262)Joel Challis2025-05-143-6/+9
| |
* | Enable community modules to define LED matrix and RGB matrix effects. (#25187)Pascal Getreuer2025-05-121-0/+8
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | [New Feature/Core] New RGB Matrix Animation "Starlight Smooth" (#25203)art-was-here2025-05-121-0/+2
| |
* | [Docs] Fix typos introduced by PR #25050 (#25250)Drashna Jaelre2025-05-081-6/+6
| | | | | | It isn't a drashna PR if there aren't some typos in it somewhere.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-05-072-0/+18
|\|
| * Docs update for installing qmk with uv (#24995)Nathan Cain2025-05-072-0/+18
| |
* | Deprecate `qmk generate-compilation-database`. (#25237)Nick Brassel2025-05-063-29/+34
| |
* | Add battery changed callbacks (#25207)Joel Challis2025-05-051-0/+22
| |
* | Add additional hooks for Community modules (#25050)Drashna Jaelre2025-05-051-12/+21
| |
* | High resolution scrolling (without feature report parsing) (#24423)eynsai2025-04-231-0/+26
| | | | | | | | | | | | | | * hires scrolling without feature report parsing * fix valid range for exponent * fix incorrect minimum exponent value documentation
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-04-201-0/+1
|\|
| * DOCS: `qmk-hid` missing in bootloaders list? (#25177)Jan Bláha2025-04-201-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-04-174-14/+20
|\|
| * [Docs] Unify lighting step descriptions (#25167)ClownFish2025-04-174-14/+20
| | | | | | unify lighting step descriptions and defaults across docs
* | [Core] Flow Tap tap-hold option to disable HRMs during fast typing (#25125)Pascal Getreuer2025-04-141-0/+83
| | | | | | aka Global Quick Tap, Require Prior Idle
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-04-082-2/+2
|\|
| * Remove direct docs.qmk.fm links from docs (#25113)Joel Challis2025-04-082-2/+2
| |
* | Add "license" field to Community Module JSON schema. (#25085)Pascal Getreuer2025-04-011-0/+5
| | | | | | Add "license" field to community module schema.
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-03-291-1/+1
|\|
| * Module documentation typo correction (#25073)フィルターペーパー2025-03-291-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-03-201-1/+1
|\|
| * Fix typo in docs: split_keyboard.md SPLIT_USB_DETECT ("theres's -> ↵Anthony Abruzzini2025-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | "there's") (#24984) * Fix typo "theres's" * Update docs/features/split_keyboard.md Co-authored-by: jack <jack@pngu.org> --------- Co-authored-by: jack <jack@pngu.org>
* | Align to latest CLI dependencies (#24553)Joel Challis2025-03-203-7/+7
| | | | | | | | | | * Align to latest CLI dependencies * Update docs
* | [Core] get_keycode_string(): function to format keycodes as strings, for ↵Pascal Getreuer2025-03-192-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more readable debug logging. (#24787) * keycode_string(): Format keycodes as strings. This adds the `keycode_string()` function described in https://getreuer.info/posts/keyboards/keycode-string/index.html as a core feature. * Fix formatting. * keycode_string review revisions. * Rename keycode_string() -> get_keycode_string() for consistency with existing string utils like get_u8_str(). * Revise custom keycode names with separate _user and _kb tables. * Correct indent in builddefs/generic_features.mk. Co-authored-by: Ryan <fauxpark@gmail.com> * Add KC_NUHS, KC_NUBS, and KC_CAPS. * Fix linking error with custom names. * Attempt at simplifying interface. * Formatting fix. * Several fixes and revisions. * Don't use PSTR in KEYCODE_STRING_NAME, since this fails to build on AVR. Store custom names in RAM. * Revise the internal table of common keycode names to use its own storage representation, still in PROGMEM, and now more efficiently stored flat in 8 bytes per entry. * Support Swap Hands keycodes and a few other keycodes. * Revert "Formatting fix." This reverts commit 2a2771068c7ee545ffac4103aa07e847a9ec3816. * Revert "Attempt at simplifying interface." This reverts commit 8eaf67de76e75bc92d106a8b0decc893fbc65fa5. * Simplify custom names API by sigprof's suggestion. * Support more keycodes. * Add QK_LOCK keycode. * Add Secure keycodes. * Add Joystick keycodes. * Add Programmable Button keycodes. * Add macro MC_ keycodes. * For remaining keys in known code ranges, stringify them as "QK_<feature>+<number>". For instance, "QK_MIDI+7". * Bug fix and a few improvements. * Fix missing right-hand bit when displaying 5-bit mods numerically. * Support KC_HYPR, KC_MEH, HYPR_T(kc), MEH_T(kc). * Exclude one-shot keycodes when NO_ACTION_ONESHOT is defined. --------- Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-03-181-0/+1
|\|
| * Latest batch of license violations. (#25031)Nick Brassel2025-03-181-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-03-171-0/+5
|\|
| * Latest batch of license violations as per #24085. (#25023)Nick Brassel2025-03-171-0/+5
| | | | | | | | | | * Latest batch of license violations as per #24085. * No links.
* | Add EOL to non-keyboard files (#24990)Joel Challis2025-03-074-4/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2025-03-011-3/+3
|\|
| * [Docs] Fix example code in quantum_painter.md (#24897)Eric Banker2025-03-011-3/+3
| | | | | | https://github.com/qmk/qmk_firmware/issues/24896
* | Implement battery level interface (#24666)Joel Challis2025-02-282-0/+52
|/ | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* 2025q1 develop changelog (#24949)Joel Challis2025-02-274-11/+147
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Community modules (#24848)Nick Brassel2025-02-263-2/+152
|
* `qmk docs`: restore `--port` and `--browser` arguments (#24623)Ryan2025-02-012-8/+11
| | | | | * `qmk docs`: restore `--port` and `--browser` arguments * Make docs command args always a list
* [Core] Add Chordal Hold, an "opposite hands rule" tap-hold option similar to ↵Pascal Getreuer2025-01-272-0/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Achordion, Bilateral Combinations. (#24560) * Chordal Hold: restrict what chords settle as hold * Chordal Hold: docs and further improvements * Fix formatting. * Doc rewording and minor edit. * Support Chordal Hold of multiple tap-hold keys. * Fix formatting. * Simplification and additional test. * Fix formatting. * Tighten tests. * Add test two_mod_taps_same_hand_hold_til_timeout. * Revise handing of pairs of tap-hold keys. * Generate a default chordal_hold_layout. * Document chordal_hold_handedness(). * Add license notice to new and branched files in PR. * Add `tapping.chordal_hold` property for info.json. * Update docs/reference_info_json.md * Revise "hand" jsonschema. * Chordal Hold: Improved layout handedness heuristic. This commit improves the heuristic used in generate-keyboard-c for inferring key handedness from keyboard.json geometry data. Heuristic summary: 1. If the layout is symmetric (e.g. most split keyboards), guess the handedness based on the sign of (x - layout_x_midpoint). 2. Otherwise, if the layout has a key of >=6u width, it is probably the spacebar. Form a dividing line through the spacebar, nearly vertical but with a slight angle to follow typical row stagger. 3. Otherwise, assume handedness based on the widest horizontal separation. I have tested this strategy on a couple dozen keyboards and found it to work reliably. * Use Optional instead of `| None`. * Refactor to avoid lambdas. * Remove trailing comma in chordal_hold_layout. * Minor docs edits. * Revise to allow combining multiple same-hand mods. This commit revises Chordal Hold as described in discussion in https://github.com/qmk/qmk_firmware/pull/24560#discussion_r1894655238 1. In "RCTL_T(KC_A)↓, RSFT_T(KC_C)↓, RCTL_T(KC_A)↑" before the tapping term, RCTL_T(KC_A) is settled as tapped. 2. In "RCTL_T(KC_A)↓, RSFT_T(KC_C)↓, RSFT_T(KC_C)↑", both RCTL_T(KC_A) and RSFT_T(KC_C) are settled as tapped. 3. In "RCTL_T(KC_A)↓, RSFT_T(KC_C)↓, KC_U↓" (all keys on the same side), both RCTL_T(KC_A) and RSFT_T(KC_C) are settled as tapped. 4. In "RCTL_T(KC_A)↓, RSFT_T(KC_C)↓, LSFT_T(KC_T)↓", with the third key on the other side, we allow Permissive Hold or Hold On Other Keypress to decide how/when to settle the keys. 5. In "RCTL_T(KC_A)↓, RSFT_T(KC_C)↓" held until the tapping term, the keys are settled as held. 1–3 provide same-hand roll protection. 4–5 are for combining multiple same-hand modifiers. I've updated the unit tests and have been running it on my keyboard, for a few hours so far, and all seems good. I really like this scheme. It allows combining same-side mods, yet it also has roll protection on streaks. For me, this feels like Achordion, but clearly better streak handling and improved responsiveness. * Fix formatting. * Add a couple tests with LT keys. * Remove stale use of CHORDAL_HOLD_LAYOUT. * Fix misspelling lastest -> latest * Handling tweak for LTs and tests. * Fix formatting. * More tests with LT keys. * Fix formatting.
* Unify spi_master headers (#24857)Ryan2025-01-261-4/+4
| | | | | | | * Move default config to .c file * Explicitly define PAL modes for boards with custom init * Unify spi_master headers
* Unify i2c_master headers (#24846)Ryan2025-01-261-31/+63
| | | | | | | * Unify i2c_master headers * More documentation improvements * Reorganise PAL mode defaults
* Unify UART headers (#24855)Ryan2025-01-261-13/+13
| | | | | | | | | | | * Remove deprecated defines * Move default config to .c files * Unify UART headers * Clean up docs * Reorganise PAL mode defaults
* Merge remote-tracking branch 'origin/master' into developQMK Bot2025-01-251-0/+1
|\