summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-11-021-0/+5
|\
| * Clarify placement of configuration options (#15015)Albert Y2021-11-021-0/+5
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | haptic: Feature to disable it when usb port is not configured or suspended. ↵Purdea Andrei2021-11-021-0/+11
| | | | | | | | | | | | | | (#12692) This also add support for specifying a LED pin to indicate haptic status, and also adds support for a haptic-enable pin, which is useful to turn off the boost converter on the solenoid driver.
* | Add Pixel Rain RGB Matrix effect (#14155)Albert Y2021-11-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Pixel animation header file * Add Pixel animation to documentation * Add Pixel animation to core include file * Remove unintended spaces * Remove seeding of PRNG * Increase frequency of lit keys Co-authored-by: filterpaper <filterpaper@localhost>
* | Enable de-ghosting for RGB/LED matrix on all ISSI LED drivers (#14508)donicrosby2021-11-021-9/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial work for de-ghost enable * Dumb mistake with the redefine * Added Copywrite stuff on source files * Fixed whitespace errors * Added support for all ISSI LED drivers * Updated docs for support for ISSI LED driver pull-up pull-down * Applied clang format * Added 'boolean' flag to enable de-ghosting for the is31fl3731 IC * Fixed some of the grammer in the docs * Fixed comment placement and grammer of comment * Fixed whitespace errors from lint Co-authored-by: donicrosby <donicrosby1995@gmail.com>
* | [Core] Change OLED task function to be boolean (#14864)Drashna Jaelre2021-11-021-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | * [Core] Add kb level callbacks to OLED driver * Update keyboards and keymaps * Update docs * Update userspace configs * Add fix for my keymap ... * update lefty
* | Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K2021-11-022-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Gets RGB working on a split keyboard with IS31FL3733. Currently needs small tweak to re-enable WS2812 * Added helper function * Trying to integrate the function * Moved functionality into a macro * Swapped conditional for a macro everywhere * Tidying up * More code cleanup * Documentation updates * Fixed formatting via linter * Switching to a function from a macro * Fixed compile error * Fixing WS2812 behavior. UNTESTED. * Updated documentation about the driver addresses. * Fixed code for WS2812 * Trying to add in LED_MATRIX support * Updated effects for LED matrix * Updated third-party effect defines. * Ran format-c on modified files * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Move to static inline. Avoids issues with gcc v8+ * Move helper function for LED_matrix to static inline to avoid issues with gcc v8+ Co-authored-by: Vlad Kvitnevskiy <vladkvit@outlook.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Add Fractal RGB matrix effects (#12670)Albert Y2021-11-021-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Squashed fractal effect commit for easier rebase * Update documentation * Squashed fractal effect commit for easier rebase * Update documentation * Update doc spacing Co-authored-by: Ryan <fauxpark@gmail.com> * Update feature_rgb_matrix.md Co-authored-by: filterpaper <filterpaper@localhost> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Enable configuration of PWM frequency for IS31FL3733B (#14983)Joel Challis2021-10-301-0/+1
| | | | | | | | | | | | | | * Enable PWM frequency for IS31FL3733B * Document config option * clang
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-271-1/+1
|\|
| * [Docs] Add instructions to create keymap before proceeding (#14945)Albert Y2021-10-271-1/+1
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | Optimize matrix scanning by removing variable shifts (#14947)Chad Austin2021-10-261-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-271-0/+1
|\|
| * Add MAGIC_TOGGLE_GUI line to main keycode documentation (#14959)Albert Y2021-10-271-0/+1
| | | | | | Co-authored-by: filterpaper <filterpaper@localhost>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-261-0/+2
|\|
| * Document `MAGIC` feature (#14301)JayceFayne2021-10-261-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-241-1/+1
|\|
| * Fix Typo in documentation (#14942)coliss862021-10-241-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-231-0/+6
|\|
| * [Docs] Add default case to tap dance example 5. (#14893)ForsakenRei2021-10-221-0/+6
| |
* | Align PS/2 GPIO defines (#14745)Joel Challis2021-10-202-50/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | * Align PS/2 GPIO * Align PS/2 GPIO * refactor more keyboards * Remove more defines * Put back avr/chibios split * format
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-191-1/+2
|\|
| * [DOCS] Fix the STENO_COMBINEDMAP table (#14883)precondition2021-10-201-1/+2
| |
* | Split out HAPTIC_ENABLE to have separate DRIVER option (#14854)Joel Challis2021-10-182-4/+10
| | | | | | | | | | | | | | | | | | | | | | * DRIVER -> ENABLE * Update generic_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update common_features.mk Co-authored-by: Ryan <fauxpark@gmail.com>
* | [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann2021-10-182-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for RISC-V builds and GD32VF103 MCU * Add toolchain selection in chibios.mk based on the mcu selected in mcu_selection.mk * Reorder and added comments to chibios.mk to have a streamlined makefile * Add GD32VF103 mcu to possible targets for QMK. * Add STM32 compatibility for GD32VF103 MCU, this is hacky but more efficent then rewriting every driver. * Add GigaDevice DFU bootloader as flash target, please note that dfu-util of at least version 0.10 is needed. * Add analog driver compatibility * Add apa102 bitbang driver compatibility * Add ws2812 bitbang driver compatibility * Add eeprom in flash emulation compatibility * Allow faster re-builds with ccache * Add SiPeed Longan Nano to platform files * Add SiPeed Longan Nano Onekeys * Make quine compatible with other bootloaders * Support builds with picolibc * Add risc-v toolchain to arch and debian/ubuntu scripts
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-161-0/+34
|\|
| * add docs/ja/ja_doc_status.sh (#14402)Takeshi ISHII2021-10-161-0/+34
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-161-1/+1
|\|
| * Update documentation because GPIO functions are no longer in quantum.h (#14826)Aaron Paterson2021-10-161-1/+1
| | | | | | | | | | | | | | | | | | * GPIO functions are no longer in quantum.h * Update docs/internals_gpio_control.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Enable CLI flashing via mdloader (#14729)Joel Challis2021-10-151-1/+1
| | | | | | | | | | | | | | * Enable CLI flashing via mdloader * remove flag * Update qmk flash help
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-10-141-43/+51
|\|
| * [Docs] Clean up reference_info_json.md (#14806)Ryan2021-10-151-43/+51
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-091-32/+33
|\|
| * Update Japanese document (#14766)shela2021-10-091-32/+33
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-092-7/+8
|\|
| * Update Japanese document (#14767)shela2021-10-091-3/+4
| |
| * Update Japanese document (#14769)shela2021-10-091-4/+4
| |
* | Improve Adafruit BLE configuration defines (#14749)Ryan2021-10-081-3/+3
| | | | | | | | | | * Improve Adafruit BLE configuration defines * Formatting
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-081-0/+41
|\|
| * Translate keycodes us ansi shifted (#13820)s-show2021-10-081-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * copy "keycodes_us_ansi_shifted.md" to docs/ja. * Add japanese translation "docs/keycodes_us_ansi_shifted.md". * Apply suggestions from code review Co-authored-by: shela <shelaf@users.noreply.github.com> * Update docs/ja/keycodes_us_ansi_shifted.md 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>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-071-1/+1
|\|
| * Fix link from feature_tap_dance.md to tapping term settings (#14741)precondition2021-10-071-1/+1
| |
* | Remove SERIAL_LINK feature (#14727)Joel Challis2021-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove SERIAL_LINK * more stale paths in doxygen-todo * Fix * More refs * Update testing docs * Update doxygen-todo Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* | Purge uGFX. (#14720)Nick Brassel2021-10-0714-33/+0
| | | | | | | | | | | | | | * Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
* | i2c_master: Add support for reading/writing to 16-bit registers (#14289)Ryan2021-10-071-2/+46
| |
* | Remove sysex API (#14723)Ryan2021-10-062-5/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-051-13/+21
|\|
| * More PR checklist updates (#14705)Nick Brassel2021-10-061-13/+21
| | | | | | | | | | | | | | | | | | * Wording, clarification. * Apply suggestions from code review Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com> Co-authored-by: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-051-0/+22
|\|
| * Add clarification for licensing. (#14704)Nick Brassel2021-10-051-0/+22
| | | | | | | | | | * Add clarification for licensing. * Errr, v2.