summaryrefslogtreecommitdiff
path: root/lib/python/qmk/constants.py
AgeCommit message (Expand)Author
2023-11-28QMK Userspace (#22222)Nick Brassel
2023-11-11Add `qmk license-check` developer-level CLI command. (#22075)Nick Brassel
2023-07-08feat, docs: WB32 flashing (#21217)Less/Rikki
2023-06-28STM32H723 support (#21352)Nick Brassel
2023-06-21Consolidate `KEYBOARD_OUTPUT`+`KEYMAP_OUTPUT`=>`INTERMEDIATE_OUTPUT` (#21272)Nick Brassel
2022-10-12Remove unused LED_INDICATORS constant (#18686)Joel Challis
2022-08-20Fix PID value for the Keyboardio Atreus 2 bootloader (#18116)Sergey Vlasov
2022-08-20CLI: Teaching the CLI to flash binaries (#16584)Erovia
2022-08-19Fix new-keyboard default for RP2040 bootloader (#18100)Joel Challis
2022-08-13Improve importer workflow (#17707)Joel Challis
2022-07-03Tentative Teensy 3.5 support (#14420)Ryan
2022-06-30[Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann
2022-05-23Added support for Wb32fq95 (#16871)Joy Lee
2022-03-18[CLI] Add common util for dumping generated content (#16674)Joel Challis
2022-02-14CLI: Minor additions #12795 (#16276)Erovia
2022-01-24Add L432, L442. (#16016)Nick Brassel
2022-01-21Add missing STM32F405 definition in qmk.constants (#15937)Gigahawk
2021-11-27Westberrytech pr (#14422)Joy Lee
2021-10-18[Core] Add support for RISC-V builds and GD32VF103 MCU (#12508)Stefan Kerkmann
2021-09-30Change `MK66F18` -> `MK66FX1M0` (#14659)Ryan
2021-08-09Add support for STM32F407x MCUs. (#13718)thpoll83
2021-07-10CLI: Add git and venv info to doctor's output (#13405)Erovia
2021-06-30Adds support for STM32L412xB, STM32L422xB. (#13383)Nick Brassel
2021-04-26Add STM32L433 and L443 support (#12063)Xelus22
2021-04-25Add support for MCU = STM32F446 (#12619)Purdea Andrei
2021-03-17core: add support for MK66F18 (Teensy 3.6) micro controller (#12258)Michael Stapelberg
2021-02-06Add STM32G431 and STM32G474 board definitions. (#11793)Nick Brassel
2021-01-31Create a system to map between info.json and config.h/rules.mk (#11548)Zach White
2021-01-29Adds AT90USB162 support (#11570)Dasky
2021-01-16Merge remote-tracking branch 'origin/master' into developZach White
2021-01-16Improve the compile and flash subcommands (#11334)Zach White
2021-01-09Use the schema to eliminate custom code (#11108)Zach White
2020-12-30Configure keyboard matrix from info.json (#10817)Zach White
2020-10-25Generate api data on each push (#10609)Zach White
2020-10-09CLI: Fix MCU lists for `qmk info` (#10574)Ryan
2020-09-27Add logic for AT90USBxx7 where needed (#10203)Ryan
2020-09-18Add STM32F401/F411 to ARM_PROCESSORS (#10362)Ryan
2020-06-17CLI: Add ATmega328 and ATtiny85 to supported CPUs (#9371)Erovia
2020-05-26[CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White
2020-02-17Use pathlib everywhere we can (#7872)skullydazed