summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-12manually run formatting job (#11503)Joel Challis
2021-01-12Add build debug option to tmk_core/rules.mk (#11324)Takeshi ISHII
2021-01-12Fix Tap-Hold Configs (#11127)Drashna Jaelre
2021-01-12Homebrew install: ignore pinned formulae in `brew upgrade` (#11423)Ryan
2021-01-12arm_atsam: Use PROGRAM_CMD for :flash target if set (#11424)Joel Elkins
2021-01-12Align ChibiOS spi_master behaviour with AVR (#11404)Ryan
2021-01-12Fix broken Lighting Layers when RGBLIGHT_MAX_LAYERS > 16 (#11406)Joshua Diamond
2021-01-12Return the make exit code for qmk compile and flash (#11402)Zach White
2021-01-12speed up list_keyboards.shMURAOKA Taro
2021-01-12Manually run formatting CI process (#11375)Joel Challis
2021-01-12Add target 'check-md5' to `build_keyboard.mk` (#11338)Takeshi ISHII
2021-01-12Missed a couple more `#pragma once`s (#11351)Ryan
2021-01-12Remove useless wait in AVR suspend code (#11352)Ryan
2021-01-12Add libusb-devel dependency for fedora (#11287)Maurizio Porrato
2021-01-12Add missing Debian/Ubuntu dependency to the install script (#11348)Jonathan Paugh
2021-01-12[Bug] Fix RGB Matrix Indicators (#11308)Drashna Jaelre
2021-01-12Remove MATRIX_IS_ON macro (#11330)xyzz
2021-01-12remove some old and unused code from Makefile (#11336)Zach White
2021-01-12[CLI] Add stdin support for json2c command (#11289)LongerHV
2021-01-12Ensure single newline at EOF for core files (#11310)Ryan
2021-01-12Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan
2021-01-12Change include guards in quantum/ to pragma once (#11239)Ryan
2021-01-12`qmk fileformat`: only print complaints, and fix some of them (#11278)Ryan
2021-01-12chibios: honor PLATFORMASM in chibios build (#11219)Reza Jelveh
2021-01-12V-USB: Fix initial dropped keypress (#11263)Ryan
2021-01-12Partial fix for Issue #9405 - Caps Lock not working with Unicode Map's XP on ...Joshua Diamond
2021-01-12Fix Issue #9533 - Delayed shift state handling (#11220)Joshua Diamond
2021-01-12Split of the doctor codebase (#11255)Erovia
2021-01-12Fix small typo in V-USB configuration descriptor (#11253)Ryan
2021-01-12Doctor: add check for .git folder (#11208)Ryan
2021-01-12Follow symlinks when listing keyboards. (#11250)Nick Brassel
2021-01-12Change keyboard json format to bring it inline with the current api (#11231)Zach White
2021-01-12simplify qmk doctor to make room for #11208 (#11242)Zach White
2021-01-12Add the ability to exclude keyboards from travis builds (#11178)Zach White
2021-01-12Various compilation fixes for avr-gcc 10 (#9269)Joel Challis
2021-01-12Run cformat and dos2unix manually (#11235)Ryan
2021-01-12Normalise include statements in keyboard code (#11185)Ryan
2021-01-12CLI-ify rgblight_breathing_table_calc.c (#11174)Ryan
2021-01-12Add i2c 24LC64 eeprom (#11200)Xelus22
2021-01-12Fix incorrect search order for `rgblight_breathe_table.h` that `rgblight.c` i...Takeshi ISHII
2021-01-12Fixed french quotes on canadian multilingual (#11183)Hedgestock
2021-01-12Normalise include statements in core code (#11153)Ryan
2021-01-12Fix warning logic when running 'qmk format -a' (#11177)Joel Challis
2021-01-12Fixup config template to match <> instead of "" for includes. (#11166)Nick Brassel
2021-01-12Add missing hardware availability for Plank EZ (#11069)Charles A Moonen
2021-01-12Update is31fl3731-simple (#7610)Xelus22
2021-01-12add definition WS2812_BYTE_ORDER to fix RGB LED issues (#10184)Josh Hinnebusch
2021-01-12Add definitions for RGB off/black. (#11132)r-pufky
2021-01-12Added OLED Initialized checks (#11129)XScorpion2
2021-01-12Fix error handling in SPI master. (#11122)Dimitris Papavasiliou