Shane Celis
fcce9f2a4f
fix: Fix typo in documentation for one shot keys. ON_TOGG -> OS_TOGG ( #13754 )
...
`ON_TOGG` doesn't exist in the codebase.
4 years ago
ForsakenRei
ae2c2358ec
[Docs] Add `default` case in Tap Dance Example 6 ( #13727 )
...
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`
4 years ago
Joel Challis
fc9fb2c775
Allow output of logging when running unit tests ( #13556 )
...
* Initial pass at enabling logging for unit tests
* Add to docs
* Bind debug for more test types
* Force everything
* Tidy up slightly
4 years ago
Drashna Jaelre
71e9f8fc11
Update LUFA (18-07-2021) and add QMK-HID Bootloader support ( #13588 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Marc Tamsky
958483a4ba
docs/cli_commands: fix typo ( #13697 )
4 years ago
Drashna Jaelre
0b95ac2e4b
Clean up remaining RGB_DISABLE_WHEN_USB_SUSPENDED defines ( #13689 )
4 years ago
Dasky
d972919204
[Docs] Fix typo in dip switch example ( #13688 )
4 years ago
Drashna Jaelre
b8a1e14f53
Remove deprecated callbacks for encoders and dip switches ( #13404 )
4 years ago
Erovia
fdcea06336
CLI/Docs: Fix the format commands' name ( #13668 )
...
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.
4 years ago
Patrick Stadler
fb9a254a43
Retain brightness with lighting layers ( #13025 )
...
Add guard `RGBLIGHT_LAYERS_RETAIN_VAL` to retain the currently used val
when applying lighting layers.
4 years ago
aydenvis
8f6867ce95
[Docs] Added note about no split support ( #12512 )
...
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.
4 years ago
Xelus22
b73a29aaea
[Bug] Develop - Change uint32_t to layer_state_t ( #13596 )
...
* fix sat75
* update uint32_t to layer_state
4 years ago
Ryan
6c550cc7f7
Improve driver installation docs ( #13562 )
4 years ago
shela
6cc03dd30a
Remove unwanted notes ( #13563 )
4 years ago
Chris Cullin
70267b35c3
Dual RGB Matrix IS31FL3737 driver support to address #13442 ( #13457 )
...
* 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
4 years ago
Jonas Gessner
52cfc9259b
[Feature] Key Overrides ( #11422 )
4 years ago
Chris Cullin
9c74fd14bc
Enable g_is31_leds PROGMEM for RGB Matrix IS31FL3737 driver ( #13480 )
4 years ago
Takeshi ISHII
f44b48669d
Updated docs/ja/feature_ps2_mouse.md. ( #13472 )
...
Changed following the change in the definition of `PS2_MOUSE_SCROLL_BTN_MASK` in the original document.
4 years ago
Takeshi ISHII
e10e67c9b9
[Update] Change Original TAGs of Japanese translations ( #13473 )
...
* 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.
4 years ago
Takeshi ISHII
eab623f1ad
[Docs] update Japanese translation of internals_gpio_control.md ( #13401 )
...
* 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
4 years ago
wxyangf
fa309df895
[Docs] added list of MIDI keycodes ( #13159 )
4 years ago
Jameson Thatcher
550d9253b0
Allow invert of SPLIT_HAND_PIN logic ( #13433 )
...
* 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>
4 years ago
Albert Y
fdf71f1aa7
[Docs] RGB Matrix Caps Lock and Layer indicator example ( #13367 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Stefan Kerkmann
117bff17ba
[Core] Unite half-duplex and full-duplex serial drivers ( #13081 )
...
* 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>
4 years ago
Drashna Jaelre
0bde920817
Convert Dip Switch callbacks to boolean functions ( #13399 )
4 years ago
umi
57d9f01125
[Docs] update Japanese translation of other_eclipse.md ( #12776 )
...
* update other_eclipse.md translation
* update based on comment
* update based on comment
4 years ago
umi
a1582c4411
update Japanese translation of config_options.md ( #12695 )
...
* update config_options.md translation
* update config_options.md translation
* update based on comment
* update based on comment
4 years ago
s-show
397d388862
Translated 'feature_advanced_keycodes.md'. ( #12454 )
...
* 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>
4 years ago
s-show
882b90b729
[Docs] Japanese translation of docs/keycodes_basic.md ( #11044 )
...
* '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>
4 years ago
Takeshi ISHII
8c982dba31
[Update] Change Original TAGs of Japanese translations ( #13396 )
...
* Updated docs/ja/how_a_matrix_works.md original tag.
* Updated docs/ja/api_overview.md original tag.
* Updated docs/ja/contributing.md original tag
* Updated docs/ja/coding_conventions_c.md original tag
* Updated docs/ja/reference_configurator_support.md original tag
* Updated docs/ja/reference_glossary.md original tag
* Updated docs/ja/api_docs.md original tag
* Updated docs/ja/feature_stenography.md original tag
* Updated docs/ja/documentation_templates.md original tag
* Updated docs/ja/faq_keymap.md original tag
* Updated docs/ja/understanding_qmk.md original tag
4 years ago
Nick Brassel
8bb231aa1c
Adds support for STM32L412xB, STM32L422xB. ( #13383 )
...
* Adds support for STM32L412xB, STM32L422xB.
* Add to list of supported MCUs.
* Disable SPI1 by default.
4 years ago
Ryan
653082235a
Relocate RGB/HSV color defs to a more fitting place ( #13377 )
4 years ago
Ryan
cb23fe9fc1
Move RGBLight code into its own folder ( #13312 )
4 years ago
shela
ca2259d986
Update Japanese document ( #10673 )
4 years ago
shela
a53128e958
[Docs] Update Japanese faq documents ( #12842 )
...
* Update Japanese faq documents.
* Update Japanese summary.
* Update docs/ja/faq_debug.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Update docs/ja/faq_misc.md
Co-authored-by: s-show <s1shimz@gmail.com>
* Apply suggestions from code review
Co-authored-by: s-show <s1shimz@gmail.com>
4 years ago
shela
a726ada59b
Update Japanese newbs_getting_started.md ( #12841 )
4 years ago
s-show
344b1b4395
Add ID to "## Advanced Macros". ( #12830 )
4 years ago
Gigahawk
1ea01765e1
Allow settable SPI divisor for AW20216 driver, set default to 4 ( #13309 )
4 years ago
xyzz
268d0efa7e
[Docs] pr_checklist: fix capitalization of Vial ( #13301 )
4 years ago
Albert Y
92dd1b977b
Additional documentation for GUI mod combo ( #13266 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Purdea Andrei
dd16d3cc7e
eeprom_i2c driver: added EXTERNAL_EEPROM_WP_PIN configuration option. ( #12617 )
4 years ago
Ryan
59c572eaf0
Cleanup junk characters, part 1 ( #13282 )
4 years ago
shela
8db1be6420
[Docs] Update Japanese getting started documents. ( #12806 )
...
* Update Japanese getting started documents.
* Update faq_build.md
* fix typo
4 years ago
Roland Huber
e4c5b1bbbb
Add Per Key exclusions for Haptic Feedback ( #12386 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
Albert Y
7e832e46de
Add Mac centric Shift and Alt + GUI Macros ( #13107 )
...
Co-authored-by: filterpaper <filterpaper@localhost>
4 years ago
Ryan
37fba09021
ST7565 invert ( #13237 )
4 years ago
Ignaz Kevenaar
0311c8036d
Add oled_invert ( #13172 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
umi
6e132884b3
[Docs] update Japanese translation of tap_hold.md ( #12820 )
...
* update tap_hold.md translation
* restore unnecessary change line
4 years ago
umi
18554d1134
[Docs] update Japanese translation of hardware_keyboard_guidelines.md ( #12769 )
...
* update hardware_keyboard_guidelines.md translation
* update based on comment
4 years ago
umi
9e9e9b3898
[Docs] update Japanese translation of feature_haptic_feedback.md ( #12737 )
...
* update feature_haptic_feedback.md translation
* change url of driver pdf location
* change buzz word
* update based on comment
4 years ago