Age | Commit message (Expand) | Author |
2021-01-04 | Fix Tap-Hold Configs (#11127) | Drashna Jaelre |
2020-12-31 | Add target 'check-md5' to `build_keyboard.mk` (#11338) | Takeshi ISHII |
2020-12-30 | Remove useless wait in AVR suspend code (#11352) | Ryan |
2020-12-29 | Remove MATRIX_IS_ON macro (#11330) | xyzz |
2020-12-28 | Ensure single newline at EOF for core files (#11310) | Ryan |
2020-12-26 | Change include guards in tmk_core/ and drivers/ to pragma once (#11240) | Ryan |
2020-12-16 | Normalise include statements in keyboard code (#11185) | Ryan |
2020-12-11 | Normalise include statements in core code (#11153) | Ryan |
2020-11-30 | Fix int wrapping for timer_expired macros and use MAX defines for consistency... | XScorpion2 |
2020-11-28 | 2020 November 28 Breaking Changes Update (#11053) | James Young |
2020-11-18 | Add references for is_keyboard_left() (#10850) | Drashna Jaelre |
2020-11-08 | Indicator LEDs as config (#10816) | Joel Challis |
2020-10-22 | Added EEPROM emulation for STM32F042x6 series processors (#10685) | Adrian |
2020-08-29 | format code according to conventions [skip ci] | QMK Bot |
2020-08-29 | Kiibohd bootloader, take 2 (#10129) | Ryan |
2020-08-29 | Better handle LTO_ENABLE (#9832) | Drashna Jaelre |
2020-08-29 | More Bluetooth refactoring (#9905) | Ryan |
2020-08-29 | Initialize Layer State on startup (#8318) | Drashna Jaelre |
2020-08-29 | Hid joystick interface (#4226) | a-chol |
2020-08-29 | Re-fix the STM32 dual-bank bootloader stuff. (#9738) | Nick Brassel |
2020-08-29 | Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge ... | Nick Brassel |
2020-08-29 | Fix the mousekey scrolling (#9174) | dhong44 |
2020-08-29 | Convert `CONSUMER2BLUEFRUIT()` and `CONSUMER2RN42()` macros to static inline ... | Ryan |
2020-08-26 | Fix ChibiOS backlight not turning off on suspend (#10114) | Ryan |
2020-08-21 | Revert "Add Kiibohd bootloader type to bootloader.mk (#9908)" (#10126) | Nick Brassel |
2020-08-12 | Add Kiibohd bootloader type to bootloader.mk (#9908) | Ryan |
2020-08-08 | [Bug] Fix Swap Hands bug introduced by OSH (#9968) | Drashna Jaelre |
2020-07-25 | format code according to conventions [skip ci] | QMK Bot |
2020-07-26 | Enable OLED support for Teensy 3.2/LC (#7591) | Joel Challis |
2020-07-21 | format code according to conventions [skip ci] | QMK Bot |
2020-07-21 | Implemented New MK_COMBINED Functionality (#9557) | nathanvercaemert |
2020-07-16 | Remove `DESCRIPTION` (#9732) | Ryan |
2020-07-07 | Add TAP_CODE_DELAY to Mod-Tap (#9422) | Sven Grunewaldt |
2020-07-02 | Fix sharing of mouse button state from mousekeys to ps2_mouse (#9124) | Manna Harbour |
2020-06-18 | Fix for One Shot Layer not being cleaned up after some actions (#8832) | Joshua Diamond |
2020-06-10 | Fix one shot swaphands compiler error when NO_ACTION_ONESHOT is defined (#9296) | Tsan-Kuang Lee |
2020-06-10 | adds support for the atmega328 (#9043) | itsnoteasy |
2020-06-03 | Move encoder_read to common location (#9003) | Joel Challis |
2020-06-03 | Move dip switch init to back of the init process (#9233) | Drashna Jaelre |
2020-06-01 | Fix build when using IGNORE_MOD_TAP_INTERRUPT_PER_KEY. (#9258) | Nick Brassel |
2020-05-30 | 2020 May 30 Breaking Changes Update (#9215) | James Young |
2020-05-25 | Added missing shutdown_user() hook (#9180) | yulei |
2020-05-19 | Disable Mousekey Command interface when Constant speed is enabled (#7017) | Drashna Jaelre |
2020-05-14 | One shot support for swap hands (#8590) | Zsolt Parragi |
2020-05-11 | Optimization for scanning less layers. (#8311) | Alex Ong |
2020-05-04 | Revert "Fix conflicting types for 'tfp_printf' (#8269)" | skullY |
2020-05-03 | Fix conflicting types for 'tfp_printf' (#8269) | Joel Challis |
2020-05-03 | Initial vusb console support (#8559) | Joel Challis |
2020-05-03 | Add some usages needed for ChromeOS hosts (#8996) | Joshua Moses Diamond |
2020-05-03 | Provide a mechanism for split keyboards to process key press on both halves (... | Joel Challis |