summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-20Rename platform SRC variable (#14894)Joel Challis
2021-10-20Align PS/2 GPIO defines (#14745)Joel Challis
* Align PS/2 GPIO * Align PS/2 GPIO * refactor more keyboards * Remove more defines * Put back avr/chibios split * format
2021-10-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-19Fix type of Tap Dance max index variable (#14887)Drashna Jaelre
2021-10-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-19Make the MAGIC_TOGGLE_GUI keycode work (#14886)Sergey Vlasov
2021-10-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-20[DOCS] Fix the STENO_COMBINEDMAP table (#14883)precondition
2021-10-18Fix builds for ChibiOS + Cortex-M0[+] (#14879)Nick Brassel
2021-10-18Split 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-18Add HT32 support to core (#14388)bwisn
* tmk_core: temporary fix to allow HT32 based keyboards to work without patched ChibiOS-contrib (AnnePro2) * HT32: add spi support Add persistent led support with eeprom (#9) * adding HT32 support to chibios SPI master driver update spi driver, fix bad merging with master * HT32: fix formatting HT32: Fix formatting: tmk_core/protocol/chibios/usb_main.c Co-authored-by: Drashna Jaelre <drashna@live.com> * HT32: Apply suggestions from fauxpark's code review Co-authored-by: Ryan <fauxpark@gmail.com> * HT32: update spi driver * ht32: apply code review suggestions, remove old workaround Co-authored-by: tech2077 <tech2077@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-18preonic/rev3_drop: Fix old custom matrix code (#14857)Sergey Vlasov
The old custom matrix code for Preonic rev3 was relying on the `matrix_col_t` type, because the code actually reads the row pins and assembles the state for whole columns, and then transposes the matrix in the custom debouncing code. Restore that type (which is no longer defined by the core QMK code) to make the custom matrix code work properly (when `matrix_row_t` was used instead of `matrix_col_t`, the state of two electrical rows was lost, and those electrical rows corresponded to the bottom physical row, which did not work).
2021-10-18Remove legacy Makefile functionality (#14858)Joel Challis
2021-10-17Infer more when building features (#13890)Joel Challis
2021-10-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-16[Keymap] added media controls, copy and paste; moved print screen (#14850)Roger
2021-10-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-16[Keyboard] Add SpiderIsland 25 key keyboard (#14793)​Andrzej Ressel
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-17Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-16[Keyboard] Update Support for The Uni (#14569)Peter Park
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Peter Park <peter@Peters-MacBook-Air.local>
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-16Try to clarify "number of elements in info.json does not match" error (#14844)Ryan
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-16[Keyboard] Fix minor typo in Ploopy Trackball Nano Docs (#14717)tangowithfoxtrot
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-16add docs/ja/ja_doc_status.sh (#14402)Takeshi ISHII
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-15[Keyboard] Amended Some Pins - KiwiKeebs Macro V2 (#14824)AKiwi92
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ash <ash@splitpixel.co.uk>
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-15[Keyboard] Adding CK60 and CK65 (#14737)hadi
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-15[Keymap] Update Miryoku (#14827)Manna Harbour
2021-10-15Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2021-10-15[Keymap] Drashna Keymap Updates (#14842)Drashna Jaelre
* Fix issues with user split transport code * Improve OLED (More font stuff, improved keylogger, etc) * Add `KEYLOCK` macro to disable USB, borrowed from command feature. * Convert Kyria fully to proton C (no more AVR kyria) * Add Work Louder Work Board keymap
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-15[Keyboard] Tractyl Manuform Updates (#14841)Drashna Jaelre
2021-10-15Merge remote-tracking branch 'origin/master' into developDrashna Jael're
2021-10-15[Keymap] Added GMMK Pro keymap with RGB (#14648)BenSchaeff
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-15[Keymap] zigotica userspace (#14670)Sergi Meseguer
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-15[Keyboard] add Pluckey (#14672)floookay
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-15[Keymap] Userspace updates (#14832)stanrc85
2021-10-16Further tidy up of STM32 eeprom emulation (#14591)Joel Challis
2021-10-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-10-16Update 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-15Enable CLI flashing via mdloader (#14729)Joel Challis
* Enable CLI flashing via mdloader * remove flag * Update qmk flash help
2021-10-14Merge remote-tracking branch 'origin/master' into developDrashna Jael're