bugfix to fxt_type_2 (2)
[jackhill/qmk/firmware.git] / common_features.mk
2020-11-07 Purdea Andreiquantum/debounce: rename debouncing algorithms accordin...
2020-03-22 brickbotsAdd Word Per Minute calculation feature (#8054)
2020-03-22 Joel ChallisReorder logic within common_features.mk (#8517) 0.8.64
2020-03-21 Joel ChallisInitial arm->chibios pass - simplify some platform...
2020-03-12 Nick BrasselAdd support for STM32L0/L1 onboard EEPROM. (#8002) 0.8.29
2020-03-07 Joel ChallisBacklight - Carve out a better location for private... 0.8.20
2020-03-07 zvecrRemove unused LED_BREATHING_TABLE 0.8.19
2020-02-29 James Young2020 February 29 Breaking Changes Update (#8064) 0.8.0
2020-02-07 Joel ChallisRefactor ergo42 to use split_common (#7925)
2020-02-05 Joel ChallisRelocate grave keycode processing (#8082)
2020-01-27 Joel ChallisMerge pull request #7995 from zvecr/feature/split_arm_i... 0.7.125
2020-01-27 Joel ChallisRefactor stm32duino f103 keyboards to use new central... 0.7.124
2020-01-27 Joel ChallisFix boards which were overriding backlight without... 0.7.123
2020-01-24 zvecrRemove compilation of i2c for arm split
2020-01-24 Joel ChallisUpdate split serial code to use driver pattern (#7990) 0.7.118
2020-01-24 Nick BrasselAdd customisable EEPROM driver selection (#7274)
2020-01-19 James YoungAdded keymap for Space65 (#7562)
2020-01-17 Jeremy Bernhardtswitching to you know whats up mode (#7921)
2020-01-14 Joel ChallisAdd ws2812 driver type define (#7888) 0.7.109
2020-01-13 Joel ChallisRelocate common backlight functionally (#7273)
2020-01-04 Joel ChallisMove some common matrix code to a common location ...
2020-01-03 WilbaVIA Configurator Refactor (#7268)
2019-12-16 Joel ChallisRelocate RGB keycode processing (#7508)
2019-12-16 Joel ChallisMerge pull request #7276 from zvecr/feature/backlight_d... 0.7.102
2019-12-16 Joel ChallisSoftware backlight improvements (#7255)
2019-12-14 zvecrConvert backlight to follow driver rules pattern
2019-12-03 Joel ChallisRelocate magic keycode processing (#7512)
2019-11-21 William ChangMerge remote-tracking branch 'upstream/master'
2019-11-05 Drashna Jaelre[Core] Convert Dynamic Macro to a Core Feature (#5948) 0.7.61
2019-11-02 Joel ChallisInitial migration of software PWM backlight (#6709)
2019-10-29 Joel Challis Refactor ps2avrgb i2c ws2812 to core (#7183) 0.7.52
2019-10-17 Joel ChallisMove tmk_core/common/backlight to quantum/backlight... 0.7.41
2019-10-05 Joel ChallisARM - Initial backlight support (#6487) 0.7.31
2019-09-15 Drashna JaelreFix enables for Haptic Feedback (#6707) 0.7.15
2019-09-03 Drashna JaelreAdd Dip Switch as a core feature (#6140)
2019-07-20 DannyMerge pull request #6264 from zvecr/split_master_check 0.6.432
2019-07-13 William ChangMerge branch 'master' of https://github.com/qmk/qmk_fir...
2019-07-09 Drashna JaelreUse QUANTUM_LIB_SRC for i2c_c inclusion (#5617)
2019-05-10 William ChangMerge pull request #2 from billiams/feature/billiams
2019-05-10 William ChangMerge branch 'qmk-master'
2019-05-10 William Changresolved conflicts
2019-05-01 XScorpion2rgblight 255 hue (#5547) 0.6.350
2019-04-30 XScorpion2Simple extended space cadet (#5277) 0.6.345
2019-04-29 Daniel PrilikRGB Matrix: Custom effects on a kb/user level (#5338) 0.6.341
2019-04-20 Ryan CaltabianoOLED Driver Feature
2019-04-19 Takeshi ISHIIChange split_common to use RGBLIGHT_SPLIT (#5509)
2019-04-15 XScorpion2Features/ws2812 matrix driver (#5418) 0.6.335
2019-04-08 Jack HumbertAdds the Planck EZ, 3737 RGB, fixes out-of-tune notes...
2019-04-08 Drashna JaelreFixed tap/down/up handling in dynamic keymap macros...
2019-03-28 Drashna JaelreUpdate KBD67 readme so that it mentions the KBD65 PCB...
2019-03-12 James ChurchillNext set of split_common changes (#4974)
2019-03-05 Drashna JaelreUpdate personal userspace and keymaps + improve custom...
2019-03-04 James ChurchillClean up debounce a bit (#5255) 0.6.306
2019-02-21 Chris LewisVelocikey: Match RGB animation speed to typing speed... 0.6.300
2019-02-17 ishtobHaptic feedback generalized - DRV2605 and solenoids... 0.6.289
2019-02-15 Drashna JaelreDebounce refactor / API (#3720) 0.6.280
2019-02-10 skullYForce backlight on when led matrix is enabled
2019-02-10 skullYled_matrix works now
2019-02-10 skullYThe beginning of a simple led matrix driver for is31fl3731
2019-01-26 alex-ongStricter, leaner DEBOUNCE_TYPE section in common_featur...
2019-01-26 alex-ongMerge branch 'debounce_refactor' of https://github...
2019-01-26 Alex OngRenamed DEBOUNCE_ALGO to DEBOUNCE_TYPE
2019-01-26 alex-ongRemoved check for custom_matrix. We can safely include...
2019-01-26 alex-ongWhitespace cleanup.
2019-01-26 alex-ongDO NOT USE - debounce successfully compiled.
2019-01-26 Alex OngDO NOT USE Merge branch 'master' into debounce_refactor
2019-01-26 Alex OngMerge branch 'master' of https://github.com/qmk/qmk_fir...
2019-01-26 Drashna JaelreCircular animation (#4796) 0.6.254
2019-01-25 Drashna JaelreFix process_combo which assign -1 to uint16_t (#3697) 0.6.250
2019-01-17 James ChurchillSimplify split_common Code significantly (#4772) 0.6.236
2019-01-13 mteiChange handling of CUSTOM_MATRIX in common_features... 0.6.233
2019-01-04 Alex OngMerge branch 'master' into debounce_refactor
2019-01-04 Alex OngMerge branch 'master' of https://github.com/qmk/qmk_fir...
2018-12-31 Drashna JaelreMove Split Common VPATH addition (#4716) 0.6.220
2018-12-24 Takeshi ISHIIReplace serial.c of quantum/split_common/ (#4669) 0.6.212
2018-12-15 Takeshi ISHIIRefactor quantum/split_common/i2c.c, quantum/split_comm... 0.6.205
2018-12-14 Takeshi ISHIIMake quantum/split_common/serial.[ch] configurable...
2018-12-04 ishtobadding Hadron v3 keyboard, QWIIC devices support, hapti... 0.6.196
2018-11-06 Drashna JaelreFix Terminal feature on ChibiOS
2018-11-02 Jack HumbertAdds the Proton C base project (#4224) 0.6.161
2018-10-26 Jack Humbertadd support for encoders to core
2018-09-28 Drashna JaelreFix RGB Matrix feature processing in common_features.mk
2018-09-27 James Laird-WahRGB Matrix refactoring to open up for new drivers ...
2018-09-17 Joe WassonMake `PREVENT_STUCK_MODIFIERS` the default (#3107) 0.6.120
2018-09-13 Wilba6582Zeal60/Zeal65/M60-A implementation (#3879) 0.6.119
2018-08-28 yiancarISSI31FL3733 driver (#3679) 0.6.98
2018-07-17 That-CanadianLets split eh (#3120) 0.6.69
2018-07-15 Max AudronIntegrating Peter Fleury's HD44780 LCD library (#3209) 0.6.64
2018-05-15 Erez ZukermanMerge branch 'master' into hf/shinydox
2018-05-14 yiancarRgb matrix fixes, I2C library can now retry if it has...
2018-05-08 Jack HumbertAdds IS31FL3731 RGB Matrix Implementation (#2910)
2018-04-21 Drashna JaelreFix Audio Clicky sub-feature (#2784) 0.6.16
2018-03-16 Jason StillwellRule to enable Modifiers with Auto-Shift (#2542)
2018-01-18 Kenneth AloysiusBacklighting for JJ40 and underglow initialisation... 0.5.214
2018-01-14 skullydazedFix up the ARM audio support (#2136) 0.5.212
2017-11-01 Rob RogersFix pointing device feature 0.5.149
2017-10-31 Erez ZukermanMerge pull request #1915 from dondelelcaro/ergodox_ez_l...
2017-10-31 drashnaFix Pointing Device code (#1934)
2017-10-14 Jack HumbertMake arguments redo, subproject elimination (#1784)
2017-10-06 SnipeyeGeneric Pointing Device (#1767)
next