summaryrefslogtreecommitdiff
path: root/builddefs/common_features.mk
AgeCommit message (Collapse)Author
2024-01-01LED drivers: extract IS31FL3746A from IS31COMMON (#22637)Ryan
2024-01-01LED drivers: extract IS31FL3745 from IS31COMMON (#22636)Ryan
2024-01-01LED drivers: extract IS31FL3743A from IS31COMMON (#22635)Ryan
2024-01-01LED drivers: extract IS31FL3742A from IS31COMMON (#22620)Ryan
2023-12-11Keymap introspection for Dip Switches (#22543)Joel Challis
2023-12-05Rework RGBLight driver system (#22529)Ryan
2023-11-20Azoteq IQS5xx support (#22280)Dasky
2023-11-12Generalise ADC driver source inclusion (#22448)Joel Challis
2023-11-09Migrate some common features to generic (#22403)Joel Challis
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan
2023-10-04Rename CKLED2001 driver to SNLED27351 (#22071)Ryan
2023-10-03is31fl3737/3741: add LED Matrix support (#22163)Ryan
2023-09-27is31fl3733: complete LED Matrix support (#22149)Ryan
2023-09-27is31fl3218: Add LED Matrix support (#22126)Ryan
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-27is31fl3736: extract single-color API (#22133)Ryan
2023-09-25Move velocikey to within rgblight (#22123)Joel Challis
2023-09-25Simplify more feature driver defines (#22090)Ryan
2023-09-21RGBLight/Backlight: add prefixed driver defines (#22089)Ryan
2023-09-21LED/RGB Matrix: prefix driver defines (#22088)Ryan
2023-09-20Update AW20216S LED type (#22072)Ryan
* Update AW20216S LED type * Remove mattgauf keymap
2023-09-17Complete RGB Matrix support for IS31FL3218 (#22004)Ryan
2023-09-13aw20216: driver naming cleanups (#21891)Ryan
2023-08-27Unicode, Unicodemap and UCIS refactor (#21659)Ryan
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-08-23Simplfy RGB/LED matrix effect logic (#21703)Joel Challis
2023-08-15rgblight: driver selection cleanups (#21558)Ryan
2023-08-15OLED: driver naming cleanups (#21710)Ryan
2023-07-29LED Matrix: driver naming cleanups (#21580)Ryan
2023-07-29Bluetooth: driver naming cleanups (#21624)Ryan
2023-07-21haptic: naming cleanups (#21551)Ryan
2023-07-08Relocate backlight drivers (#21444)Ryan
2023-05-20BIOI G60/Morgan65: use custom Bluetooth driver (#20897)Ryan
2023-05-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-05-15Fix EEPROM_DRIVER=legacy_stm32_flash (#20457)Purdea Andrei
2023-05-10OLED Driver improvements (#20331)Drashna Jaelre
Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2023-04-30[Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572)Xelus22
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
2023-04-12[Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)Drashna Jaelre
2023-04-03Added PMW3320 driver (#19543)Vladislav Marchenko
2023-03-30WS2812 driver improvements (#20262)Ryan
2023-02-12[Core] Tri Layer Keys (#19795)Drashna Jaelre
Co-authored-by: wilba <wilba@wilba.tech> Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-01-30Move MIDI code out of tmk_core (#19704)Ryan
2022-12-09Detect host OS based on USB fingerprint (#18463)Ruslan Sayfutdinov
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-12-02Fixup EFL and F4's sector selection. (#19221)Nick Brassel
2022-11-23NVRAM refactor, phase 1. (#18969)Nick Brassel
* Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
2022-11-11Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, ↵Nick Brassel
GD32V. (#19020)
2022-11-06Remove thermal printer. (#18959)Nick Brassel
2022-10-22Generalise CTPC logic from common_features (#18803)Joel Challis
2022-10-20Remove quantum/audio from global VPATH (#18753)Ryan
2022-09-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-29Explicitly specify path to RP2040 wear_leveling config file. (#18541)Nick Brassel