Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-18 | Split out HAPTIC_ENABLE to have separate DRIVER option (#14854) | Joel Challis | |
* DRIVER -> ENABLE * Update generic_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update common_features.mk Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-10-18 | [Core] Add support for RISC-V builds and GD32VF103 MCU (#12508) | Stefan Kerkmann | |
* 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 | |||
2021-10-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-16 | add docs/ja/ja_doc_status.sh (#14402) | Takeshi ISHII | |
2021-10-16 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-16 | Update documentation because GPIO functions are no longer in quantum.h (#14826) | Aaron Paterson | |
* 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> | |||
2021-10-15 | Enable CLI flashing via mdloader (#14729) | Joel Challis | |
* Enable CLI flashing via mdloader * remove flag * Update qmk flash help | |||
2021-10-14 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2021-10-15 | [Docs] Clean up reference_info_json.md (#14806) | Ryan | |
2021-10-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-09 | Update Japanese document (#14766) | shela | |
2021-10-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-09 | Update Japanese document (#14767) | shela | |
2021-10-09 | Update Japanese document (#14769) | shela | |
2021-10-08 | Improve Adafruit BLE configuration defines (#14749) | Ryan | |
* Improve Adafruit BLE configuration defines * Formatting | |||
2021-10-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-08 | Translate keycodes us ansi shifted (#13820) | s-show | |
* 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> | |||
2021-10-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-07 | Fix link from feature_tap_dance.md to tapping term settings (#14741) | precondition | |
2021-10-07 | Remove SERIAL_LINK feature (#14727) | Joel Challis | |
* 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> | |||
2021-10-07 | Purge uGFX. (#14720) | Nick Brassel | |
* Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX. | |||
2021-10-07 | i2c_master: Add support for reading/writing to 16-bit registers (#14289) | Ryan | |
2021-10-06 | Remove sysex API (#14723) | Ryan | |
2021-10-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-06 | More PR checklist updates (#14705) | Nick Brassel | |
* 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> | |||
2021-10-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-05 | Add clarification for licensing. (#14704) | Nick Brassel | |
* Add clarification for licensing. * Errr, v2. | |||
2021-10-04 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-04 | Document examples on intercepting Mod-Tap (#14502) | Albert Y | |
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: filterpaper <filterpaper@localhost> | |||
2021-10-03 | Add LM() keys to the list of keys disabled by NO_HAPTIC_MOD (#14181) | Purdea Andrei | |
2021-10-01 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-01 | [Docs] update Japanese translation of mod_tap.md (#13981) | umi | |
* update mod_tap.md translation * add id on config_options.md and update text based on comments | |||
2021-09-30 | Change `MK66F18` -> `MK66FX1M0` (#14659) | Ryan | |
2021-09-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-10-01 | Fix documentation for NO_HAPTIC_MOD and NO_HAPTIC_FN features. (#14180) | Purdea Andrei | |
2021-09-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-29 | [Core] Fix "6kro enable" and clarify naming (#14563) | Drashna Jaelre | |
* Fix USB_6KRO_ENABLE compilation errors * Add info to docs * Rename define to be more accurate * Remove unused rule * Refixe docs | |||
2021-09-25 | Initial pass of F405 support (#14584) | Joel Challis | |
* Initial pass of F405 support * remove some conf files * docs * clang | |||
2021-09-24 | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | |
2021-09-24 | [Docs] Broken FAQ hyperlink (#14578) | clickclackwho | |
2021-09-24 | [Docs] update Japanese translation of pr_checklist.md (#13693) | umi | |
* update pr_checklist.md translation * update file based on comments * add id on feature_led_indicators.md and update text based on comments * update file based on comments * update file based on comment | |||
2021-09-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-23 | [Docs] update Japanese translation of feature_backlight.md (#14403) | umi | |
* update feature_backlight.md translation * update file based on comments | |||
2021-09-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-23 | [Docs] update Japanese translation of feature_advanced_keycodes.md (#14309) | umi | |
* update feature_advanced_keycodes.md translation * update file based on comments | |||
2021-09-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-23 | [Docs] update Japanese translation of isp_flashing_guide.md (#13700) | umi | |
* update isp_flashing_guide.md translation * update isp_flashing_guide.md translation * correct url * trim remaining merge identifier | |||
2021-09-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-09-23 | [Docs] update Japanese translation of feature_leader_key.md (#13669) | umi | |
* update feature_leader_key.md translation * update file based on comments * update text based on comments | |||
2021-09-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |