summaryrefslogtreecommitdiff
path: root/tmk_core/common
AgeCommit message (Expand)Author
2021-02-14Split gpio and atomic to platform (#11792)Joel Challis
2021-02-07Migrate some tmk_core files to quantum (#11791)Joel Challis
2021-02-05Manually run formatting job (#11797)Joel Challis
2021-02-03Fix DEBUG_MATRIX_SCAN_RATE on chibiOS when console is enabled (#11776)Drashna Jaelre
2021-01-28add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)Takeshi ISHII
2021-01-19Fixup declaration for _kill, add other missing syscalls, populate errno. (#11...Nick Brassel
2021-01-18Add syscall fallbacks to ChibiOS builds (#11573)Nick Brassel
2021-01-11Add support for shared EP on V-USB boards (#11103)Ryan
2021-01-11Lighting Layers should be disabled when suspended (#11442)Joshua Diamond
2021-01-10manually run formatting job (#11503)Joel Challis
2021-01-04Fix Tap-Hold Configs (#11127)Drashna Jaelre
2020-12-31Add target 'check-md5' to `build_keyboard.mk` (#11338)Takeshi ISHII
2020-12-30Remove useless wait in AVR suspend code (#11352)Ryan
2020-12-29Remove MATRIX_IS_ON macro (#11330)xyzz
2020-12-28Ensure single newline at EOF for core files (#11310)Ryan
2020-12-26Change include guards in tmk_core/ and drivers/ to pragma once (#11240)Ryan
2020-12-16Normalise include statements in keyboard code (#11185)Ryan
2020-12-11Normalise include statements in core code (#11153)Ryan
2020-11-30Fix int wrapping for timer_expired macros and use MAX defines for consistency...XScorpion2
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young
2020-11-18Add references for is_keyboard_left() (#10850)Drashna Jaelre
2020-11-08Indicator LEDs as config (#10816)Joel Challis
2020-10-22Added EEPROM emulation for STM32F042x6 series processors (#10685)Adrian
2020-08-29format code according to conventions [skip ci]QMK Bot
2020-08-29Kiibohd bootloader, take 2 (#10129)Ryan
2020-08-29Better handle LTO_ENABLE (#9832)Drashna Jaelre
2020-08-29More Bluetooth refactoring (#9905)Ryan
2020-08-29Initialize Layer State on startup (#8318)Drashna Jaelre
2020-08-29Hid joystick interface (#4226)a-chol
2020-08-29Re-fix the STM32 dual-bank bootloader stuff. (#9738)Nick Brassel
2020-08-29Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge ...Nick Brassel
2020-08-29Fix the mousekey scrolling (#9174)dhong44
2020-08-29Convert `CONSUMER2BLUEFRUIT()` and `CONSUMER2RN42()` macros to static inline ...Ryan
2020-08-26Fix ChibiOS backlight not turning off on suspend (#10114)Ryan
2020-08-21Revert "Add Kiibohd bootloader type to bootloader.mk (#9908)" (#10126)Nick Brassel
2020-08-12Add Kiibohd bootloader type to bootloader.mk (#9908)Ryan
2020-08-08[Bug] Fix Swap Hands bug introduced by OSH (#9968)Drashna Jaelre
2020-07-25format code according to conventions [skip ci]QMK Bot
2020-07-26Enable OLED support for Teensy 3.2/LC (#7591)Joel Challis
2020-07-21format code according to conventions [skip ci]QMK Bot
2020-07-21Implemented New MK_COMBINED Functionality (#9557)nathanvercaemert
2020-07-16Remove `DESCRIPTION` (#9732)Ryan
2020-07-07Add TAP_CODE_DELAY to Mod-Tap (#9422)Sven Grunewaldt
2020-07-02Fix sharing of mouse button state from mousekeys to ps2_mouse (#9124)Manna Harbour
2020-06-18Fix for One Shot Layer not being cleaned up after some actions (#8832)Joshua Diamond
2020-06-10Fix one shot swaphands compiler error when NO_ACTION_ONESHOT is defined (#9296)Tsan-Kuang Lee
2020-06-10adds support for the atmega328 (#9043)itsnoteasy
2020-06-03Move encoder_read to common location (#9003)Joel Challis
2020-06-03Move dip switch init to back of the init process (#9233)Drashna Jaelre
2020-06-01Fix build when using IGNORE_MOD_TAP_INTERRUPT_PER_KEY. (#9258)Nick Brassel