summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2021-07-30Port new_keyboard.sh to CLI (#13706)Ryan
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2021-07-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-30`qmk docs`: Add flag to open in browser (#13788)Ryan
* `qmk docs`: Add flag to open in browser * Add docs
2021-07-29Merge remote-tracking branch 'upstream/master' into developJames Young
2021-07-29[Docs] Added information on soldering diodes in parallel (#13117)officereso
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-29Remove references to info.json `width` and `height` in CLI (#13728)Ryan
2021-07-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-28matrix_scan_x -> x_task (#13748)Joel Challis
2021-07-28fix: Fix typo in documentation for one shot keys. ON_TOGG -> OS_TOGG (#13754)Shane Celis
`ON_TOGG` doesn't exist in the codebase.
2021-07-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-26[Docs] Add `default` case in Tap Dance Example 6 (#13727)ForsakenRei
Added a `default` case in `switch(ql_tap_state.state)` at line 493 and 494. Without it compile firmware with Example 6 code will encounter 2 errors: `enumeration value 'TD_NONE' not handled in switch` `enumeration value 'TD_UNKNOWN' not handled in switch`
2021-07-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-25Allow output of logging when running unit tests (#13556)Joel Challis
* Initial pass at enabling logging for unit tests * Add to docs * Bind debug for more test types * Force everything * Tidy up slightly
2021-07-24Update LUFA (18-07-2021) and add QMK-HID Bootloader support (#13588)Drashna Jaelre
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-07-25docs/cli_commands: fix typo (#13697)Marc Tamsky
2021-07-24Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines (#13689)Drashna Jaelre
2021-07-24[Docs] Fix typo in dip switch example (#13688)Dasky
2021-07-24Remove deprecated callbacks for encoders and dip switches (#13404)Drashna Jaelre
2021-07-23CLI/Docs: Fix the format commands' name (#13668)Erovia
PR #13296 changed the name of the `cformat` and `pyformat` commands to `format-c` and `format-py` respectively. This PR updates the documentation and some parts of the CLI to use the new names. Also add documentation for the new `format-text` subcommand, introduced in the same PR.
2021-07-21Retain brightness with lighting layers (#13025)Patrick Stadler
Add guard `RGBLIGHT_LAYERS_RETAIN_VAL` to retain the currently used val when applying lighting layers.
2021-07-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-20[Docs] Added note about no split support (#12512)aydenvis
Currently, this feature isn't supported on splits, spent about an hour troubleshooting my board and firmware before asking, and turns out it's not in place. Note added to save others from this in the future.
2021-07-19[Bug] Develop - Change uint32_t to layer_state_t (#13596)Xelus22
* fix sat75 * update uint32_t to layer_state
2021-07-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-17Improve driver installation docs (#13562)Ryan
2021-07-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-16Remove unwanted notes (#13563)shela
2021-07-15Dual RGB Matrix IS31FL3737 driver support to address #13442 (#13457)Chris Cullin
* initial commit * removed changes to write_pwm_buffer * backward compatbility added * fixed issue with backward compatibility * documentation update * removed unneccessary comment. branched from master * updated per comments #13457 * removed blank line * cformat on diff files
2021-07-13[Feature] Key Overrides (#11422)Jonas Gessner
2021-07-12Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver (#13480)Chris Cullin
2021-07-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-08Updated docs/ja/feature_ps2_mouse.md. (#13472)Takeshi ISHII
Changed following the change in the definition of `PS2_MOUSE_SCROLL_BTN_MASK` in the original document.
2021-07-08[Update] Change Original TAGs of Japanese translations (#13473)Takeshi ISHII
* Updated docs/ja/proton_c_conversion.md original tag. * Updated docs/ja/other_vscode.md original tag. * Updated docs/ja/feature_swap_hands.md original tag. * Updated docs/ja/faq_general.md original tag. * Updated docs/ja/feature_userspace.md original tag. * Updated git co docs/ja/config_options.md original tag.
2021-07-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-08[Docs] update Japanese translation of internals_gpio_control.md (#13401)Takeshi ISHII
* Add 'Atomic Operation' section into docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md * Update docs/ja/internals_gpio_control.md
2021-07-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-04[Docs] added list of MIDI keycodes (#13159)wxyangf
2021-07-05Allow invert of SPLIT_HAND_PIN logic (#13433)Jameson Thatcher
* added support for inverting the hand pin for split keyboards * Added docs about SPLIT_HAND_LOW_IS_LEFT * Update docs/feature_split_keyboard.md bring #define for split hand pin low for left half name in line with grid pin define Co-authored-by: Joel Challis <git@zvecr.com> * Update quantum/split_common/split_util.c update split hand pin low is left name to match split hand grid define Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
2021-07-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-03[Docs] RGB Matrix Caps Lock and Layer indicator example (#13367)Albert Y
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: filterpaper <filterpaper@localhost>
2021-07-02[Core] Unite half-duplex and full-duplex serial drivers (#13081)Stefan Kerkmann
* Unite half-duplex and full-duplex serial driver. * Add full duplex operation mode to the interrupt based driver * Delete DMA UART based full duplex driver * The new driver targets #11930 * Fix freezes with failing transactions in half-duplex * Increase default serial TX/RX buffer size to 128 bytes * Correctly use bool instead of size_t Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-07-01Convert Dip Switch callbacks to boolean functions (#13399)Drashna Jaelre
2021-07-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-01[Docs] update Japanese translation of other_eclipse.md (#12776)umi
* update other_eclipse.md translation * update based on comment * update based on comment
2021-07-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-01update Japanese translation of config_options.md (#12695)umi
* update config_options.md translation * update config_options.md translation * update based on comment * update based on comment
2021-07-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-07-01Translated 'feature_advanced_keycodes.md'. (#12454)s-show
* Translated 'feature_advanced_keycodes.md'. * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/feature_advanced_keycodes.md Co-authored-by: shela <shelaf@users.noreply.github.com> * update based on comment. * update based on comment. Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * update based on comment. Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> * update based on comment. Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Co-authored-by: shela <shelaf@users.noreply.github.com> Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
2021-07-01[Docs] Japanese translation of docs/keycodes_basic.md (#11044)s-show
* 'keycodes_basic.md' copied. * Translation completed. * update to "breakpoint_2021_05_29". * Update docs/ja/keycodes_basic.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/keycodes_basic.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/keycodes_basic.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/keycodes_basic.md Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/keycodes_basic.md Co-authored-by: shela <shelaf@users.noreply.github.com> * update based on comment. * update based on comment. Co-authored-by: shela <shelaf@users.noreply.github.com>
2021-07-01Merge remote-tracking branch 'origin/master' into developQMK Bot