summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-01Fixing transport's led/rgb matrix suspend state logic (#12770)XScorpion2
2021-05-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-01Allow <keyboard>.h to be optional when going data driven (#12706)Joel Challis
* Allow <keyboard>.h to be optional when going data driven * Remove stub files as no longer required * Rename function * Remove include of layouts.h for now * Take advantage of type=keyboard_folder * Take advantage of type=keyboard_folder - kb should still be mandatory
2021-04-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-05-01[Keyboard] Fix bootloader rule for meishi2 keyboard (#12740)k.bigwheel
2021-04-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-30Add breeze variants (#12596)David Fryer
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Adrian <42110361+xSteins@users.noreply.github.com>
2021-04-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-29DracuLad: add Configurator data and rework layout macro (#12727)James Young
* add info.json file * refactor keymaps for readability * rework layout macro Arranges the layout macro and keycodes to resemble the physical layout. * readme touch-up Corrections to capitalization and spelling, and removal of extra white space.
2021-04-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-29Add firmware for CozyKeys Bloomer keyboard (#12639)Paul Ewing
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
2021-04-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-30Align drivers.txt with toolbox (#12741)Joel Challis
2021-04-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-29Fix F13 LED issue for WT75-B, WT75-C (#12729)Wilba
2021-04-29[CI] Format code according to conventions (#12731)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-04-29Change RGB/LED Matrix to use a simple define for USB suspend (#12697)Drashna Jaelre
2021-04-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-28Fix up bad keycode in #12405. (#12722)Nick Brassel
2021-04-28Fix bad PR merge for #6580. (#12721)Nick Brassel
2021-04-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-28add default folder to standard (#12712)Xelus22
2021-04-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-27YMDK Wings: Update config.h (#12718)alittlepeace
Adds Caps Lock LED indicator configuration.
2021-04-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-27Add flashing instructions to GMMK Pro readme (#12719)James Young
2021-04-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-27GMMK Pro: Fixed Bootmagic Lite support; personal keymap; VIA support (#12554)W. Ducky
* Added WholesomeDucky keymap for GMMK Pro * Finalized keymap & added 1000hz polling for GMMK Pro * Corrected for RAlt and Fn being swapped * Fixed RAlt and Fn being swapped in the layout definition. Updated personal keymap to reflect fixed layout. * Removed an old comment from personal keymap for GMMK Pro * added VIA support * Defined bootmagic row and column for GMMK Pro Esc key * Update keyboards/gmmk/pro/config.h * Update keyboards/gmmk/pro/keymaps/via/keymap.c * Update keyboards/gmmk/pro/keymaps/via/keymap.c
2021-04-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-27Add Draculad keyboard (#12604)Mango The Fourth
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> Co-authored-by: mangoiv <mangoiv@outlook.com>
2021-04-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-27GMMK Pro: add RESET binding, fix layout macro bug (#12684)Ryan Mitchell
* add RESET binding, fix layout mod key bug (fixes #12683) * remove underscore #define and use core's instead
2021-04-27Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-26Update noroadsleft userspace and keymaps (2021-04-26) (#12711)James Young
* Update noroadsleft userspace and keymaps (2021-04-26) - add Discipline keymap - move Emulated Non-US Backslash, Numeric Keypad and F13-F24 code fully to userspace - re-add some custom keycode handling I accidentally deleted - update VRSN keycode - update KC60 and userspace readmes * remove Git readme from kc60 keymap * update kc60:noroadsleft readme Concatenates this readme into one file, and updates the image links.
2021-04-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-26Add python-version to gitignore (#12678)Andrew Kannan
2021-04-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-26[Keyboard] fix planck light via endpoints (#12701)Xelus22
2021-04-26Updated Function96 with V2 files and removed chconf.h and halconf.h (#12613)JTM
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: JuanTapMan <68515848+JuanTapMan@users.noreply.github.com>
2021-04-26Add STM32L433 and L443 support (#12063)Xelus22
* initial L433 commit * change to XC * fix L433 * disable all peripherals * update system and peripheral clocks * 433 change * use its own board files * revert its own board files * l433 specific change * fix stm32l432xx define * remove duplicate #define * fix bootloader jump * move to L443xx and add i2c2, spi2, usart3 to mcuconf.h * move to L443 * move to L443 * fix sdmmc in mcuconf.h * include STM32L443 * add L443 * Include L443 in compatible microcontrollers Co-authored-by: Nick Brassel <nick@tzarc.org> * Include L443 in compatible microcontrollers Co-authored-by: Nick Brassel <nick@tzarc.org> * Update config bootloader jump description Co-authored-by: Nick Brassel <nick@tzarc.org> * Update ChibiOS define reasoning Co-authored-by: Nick Brassel <nick@tzarc.org> * Update quantum/mcu_selection.mk Co-authored-by: Nick Brassel <nick@tzarc.org> * fix git conflict Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-04-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-26fix configs (#12631)Xelus22
2021-04-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-26[Config] Add VSCode workspace files to .gitignore (#12469)Luis Moreno
2021-04-25Format code according to conventions (#12687)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-04-25Format code according to conventions (#12682)github-actions[bot]
Co-authored-by: QMK Bot <hello@qmk.fm>
2021-04-25Add support for MCU = STM32F446 (#12619)Purdea Andrei
* Add support for MCU = STM32F446 * Update platforms/chibios/GENERIC_STM32_F446XE/configs/config.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Restore mcuconf.h to the one used by RT-STM32F446RE-NUCLEO64 * stm32f446: update mcuconf.h and board.h for 16MHz operation, with USB enabled, and other peripherals disabled. Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-04-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-04-25eeprom driver: Refactor where eeprom driver initialisation (and EEPROM ↵Purdea Andrei
emulation initialisation) occurs to make it non-target-specific. (#12671)
2021-04-25[Keyboard] Ninjin (#12496)Xelus22
* ninjin init * put in gpl thing * underglow * update to latest chibios * fix gpl headers * remove other files * fix header * Update keyboards/xelus/ninjin/readme.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/xelus/ninjin/mcuconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> * Update keyboards/xelus/ninjin/halconf.h Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>