234 Commits (5d27c772fdd1740b3d03b5671e1d31dccbf0447e)

Author SHA1 Message Date
Zach White 5d27c772fd
Fix comment parsing (#12750)
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
5 years ago
QMK Bot 0ec438289d Merge remote-tracking branch 'origin/master' into develop 5 years ago
Joel Challis 25c97e0019
Shim cli to new keyboard script (#12780)
* Shim cli to new keyboard script

* Shim cli to new keyboard script

* Add docs
5 years ago
QMK Bot 79e86adfb6 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Joel Challis 0fd8faa1ad
Fix unused import in recent generation code (#12781) 5 years ago
QMK Bot e9b0e9286e Merge remote-tracking branch 'origin/master' into develop 5 years ago
Joel Challis fc2b51194c
Allow <keyboard>.h to be optional when going data driven (#12706)
* 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
5 years ago
Xelus22 9cf82fae95
Add STM32L433 and L443 support (#12063)
* 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>
5 years ago
Purdea Andrei 3f7350732c
Add support for MCU = STM32F446 (#12619)
* 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>
5 years ago
QMK Bot 7718b1598e Merge remote-tracking branch 'origin/master' into develop 5 years ago
Nick Brassel b88498ba85
Fix CLI incorrectly following `DEFAULT_FOLDER` (#12529)
* Attempt to sort out incorrectly following DEFAULT_FOLDER.

* Fix CI checks.

* qmk pyformat
5 years ago
QMK Bot 2c0aa27e6c Merge remote-tracking branch 'origin/master' into develop 5 years ago
Zach White 588bcdc8ca
Add support for tab completion (#12411)
* Add support for tab completion

* make flake8 happy

* Add documentation
5 years ago
QMK Bot 15674d0259 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Ryan 2170b75b26
`qmk chibios-confmigrate`: Make `-i` and `-r` required (#12515) 5 years ago
QMK Bot 65fab0ef5b Merge remote-tracking branch 'origin/master' into develop 5 years ago
Ryan cd981ec56a
`qmk doctor`: Fix WSL /mnt check (#12466) 5 years ago
QMK Bot 6e531d0ccc Merge remote-tracking branch 'origin/master' into develop 5 years ago
Ryan 12f308748f
qmk doctor: Display macOS and Windows versions, and add WSL warning for /mnt (#12441) 5 years ago
QMK Bot a8889718aa Merge remote-tracking branch 'origin/master' into develop 5 years ago
github-actions[bot] 8a950a7116
Format code according to conventions (#12437)
Co-authored-by: QMK Bot <hello@qmk.fm>
5 years ago
QMK Bot 1704eb16cd Merge remote-tracking branch 'origin/master' into develop 5 years ago
Nick Brassel 64551a8386
Allow for clang-format up to v20. (#12407) 5 years ago
QMK Bot 0d1162f180 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Zach White 5dc7951dc0
add utf-8 encoding to the open() call (#12388) 5 years ago
QMK Bot a747ef966b Merge remote-tracking branch 'origin/master' into develop 5 years ago
Zach White 3e60997edb
Add a `qmk format-json` command that will format JSON files (#12372)
* Add a command to format json files

* change to work after rebase

* add test for qmk format-json

* add documentation for qmk format-json

* Update lib/python/qmk/cli/format/json.py
5 years ago
QMK Bot 600fc8be2b Merge remote-tracking branch 'origin/master' into develop 5 years ago
github-actions[bot] 54b80ecf9f
[CI] Format code according to conventions (#12363)
* Format code according to conventions

* Update lib/python/qmk/cli/generate/api.py

* Update lib/python/qmk/cli/generate/api.py

Co-authored-by: QMK Bot <hello@qmk.fm>
Co-authored-by: Zach White <skullydazed@gmail.com>
5 years ago
QMK Bot 0dc0516f0c Merge remote-tracking branch 'origin/master' into develop 5 years ago
Zach White 299008be36
Add support for qmk_configurator style aliases (#11954)
* Add support for qmk_configurator style aliases

* add the keyboard aliases to the api data

* add support for a keyboard metadata file

* make flake8 happy
5 years ago
QMK Bot e6d83644e8 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Zach White e1a7027fe8
use layout aliases when processing info.json (#12333) 5 years ago
Zach White f2715a0593
Consistently use bin/qmk when that script is called (#12286)
* Pass QMK_BIN down to build_keyboard.mk

* choose the correct qmk script
5 years ago
QMK Bot 90b1e271a8 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Ryan 69eca63a84
`qmk doctor`: Don't run udev checks under WSL (#12231) 5 years ago
Michael Stapelberg 1d341ffbb0
core: add support for MK66F18 (Teensy 3.6) micro controller (#12258)
This is in preparation for https://github.com/qmk/qmk_firmware/pull/10171
5 years ago
QMK Bot 25ec655162 Merge remote-tracking branch 'origin/master' into develop 5 years ago
Ryan aed8bace97
Fix typo in `get_git_version()` (#12182) 5 years ago
QMK Bot 7b91af780a Merge remote-tracking branch 'origin/master' into develop 5 years ago
Zach White 6d8d20774f improve detection of community layout support 5 years ago
Zach White b0069c5c05
Begin the process of deprecating bin/qmk in favor of the global cli (#12109)
* Begin the process of deprecating bin/qmk in favor of the global cli

* Correctly set the qmk bin
5 years ago
Ryan 6461087c86
`qmk generate-rules-mk`: add `--escape` switch for makefile logic (#12101) 5 years ago
Joel Challis f8266a228c
Migrate make_dfu_header to CLI (#12061)
* Migrate make_dfu_header to CLI

* lint fixes

* Update lib/python/qmk/cli/generate/dfu_header.py

Co-authored-by: Ryan <fauxpark@gmail.com>

* Rename object

Co-authored-by: Ryan <fauxpark@gmail.com>
5 years ago
Joel Challis 59c7deab09
Fix generated file output while target exists (#12062) 5 years ago
Zach White 0828d0f5c7
Fix compile errors (#12048)
* fix compile errors

* fix broken json files
5 years ago
Zach White 1581ea48dc
Fix develop (#12039)
Fixes file encoding errors on Windows, and layouts not correctly merging into info.json.

* force utf8 encoding

* correctly merge layouts and layout aliases

* show what aliases point to
5 years ago
Zach White 23ef327e11 make LAYOUT parsing more robust 5 years ago
Zach White cd336b2b54
bump to python 3.7 (#11408) 5 years ago
Zach White 448cc1acd5
remove deprecated qmk json-keymap (#11823) 5 years ago