summaryrefslogtreecommitdiffstats
path: root/builddefs/common_features.mk
Commit message (Collapse)AuthorAgeFilesLines
* Unicode, Unicodemap and UCIS refactor (#21659)Ryan2023-08-271-2/+4
|
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-14/+14
|
* Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2023-08-231-0/+2
|
* rgblight: driver selection cleanups (#21558)Ryan2023-08-151-8/+4
|
* OLED: driver naming cleanups (#21710)Ryan2023-08-151-2/+2
|
* LED Matrix: driver naming cleanups (#21580)Ryan2023-07-291-8/+8
|
* Bluetooth: driver naming cleanups (#21624)Ryan2023-07-291-3/+3
|
* haptic: naming cleanups (#21551)Ryan2023-07-211-9/+14
|
* Relocate backlight drivers (#21444)Ryan2023-07-081-6/+6
|
* BIOI G60/Morgan65: use custom Bluetooth driver (#20897)Ryan2023-05-201-1/+3
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-151-2/+2
|\
| * Fix EEPROM_DRIVER=legacy_stm32_flash (#20457)Purdea Andrei2023-05-151-2/+2
| |
* | OLED Driver improvements (#20331)Drashna Jaelre2023-05-101-6/+17
| | | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* | [Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572)Xelus222023-04-301-1/+8
| | | | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
* | [Bug] Fix compilation issues with PS/2 driver on F4x1 controllers (#20433)Drashna Jaelre2023-04-121-1/+1
| |
* | Added PMW3320 driver (#19543)Vladislav Marchenko2023-04-031-1/+1
| |
* | WS2812 driver improvements (#20262)Ryan2023-03-301-9/+5
|/
* [Core] Tri Layer Keys (#19795)Drashna Jaelre2023-02-121-0/+1
| | | | | | | 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>
* Move MIDI code out of tmk_core (#19704)Ryan2023-01-301-0/+7
|
* Detect host OS based on USB fingerprint (#18463)Ruslan Sayfutdinov2022-12-091-0/+8
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Fixup EFL and F4's sector selection. (#19221)Nick Brassel2022-12-021-2/+2
|
* NVRAM refactor, phase 1. (#18969)Nick Brassel2022-11-231-5/+5
| | | | | | | * Rename `eeprom_stm32` to `eeprom_legacy_emulated_flash`. * Rename `flash_stm32` to `legacy_flash_ops`. * Rename `eeprom_teensy` to `eeprom_kinetis_flexram`.
* Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, ↵Nick Brassel2022-11-111-6/+17
| | | | GD32V. (#19020)
* Remove thermal printer. (#18959)Nick Brassel2022-11-061-6/+0
|
* Generalise CTPC logic from common_features (#18803)Joel Challis2022-10-221-5/+1
|
* Remove quantum/audio from global VPATH (#18753)Ryan2022-10-201-0/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-301-1/+1
|\
| * Explicitly specify path to RP2040 wear_leveling config file. (#18541)Nick Brassel2022-09-291-1/+1
| |
* | Start Bluetooth API (#18366)Ryan2022-09-291-1/+1
| |
* | [Core] Pointing Device Automatic Mouse Layer (#17962)Alabastard-642022-09-231-0/+1
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | Refactor Unicode feature (#18333)Ryan2022-09-121-1/+3
| |
* | Move Bluetooth-related function calls up to host/keyboard level (#18274)Ryan2022-09-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | * Move Bluetooth-related function calls up to host/keyboard level * Remove pointless set_output() call * Move bluetooth (rn42) init to end of keyboard_init() * Enable SPI/UART for ChibiOS targets * Some more slight tweaks
* | [Core] Rework PS/2 driver selection (#17892)Marek Kraus2022-08-311-19/+13
|/ | | | | | | | | | | | | | | | | | | | | | | * [Core] Rework PS/2 driver selection Enabling and selecting PS/2 driver was using old approach, so it was reworked to current approach, inspired by Serial and WS2812 driver selections. * [Keyboard] Update keyboards using PS/2 to use new PS/2 driver selection * [Docs] Update PS/2 documentation to use new PS/2 driver selection * Fix indentation * [Core] Add PS2 to data driver * Fix oversight in property name Co-authored-by: Drashna Jaelre <drashna@live.com> * Add PS/2 pins to data driven mappings Co-authored-by: Drashna Jaelre <drashna@live.com>
* Fix Emulated EEPROM issue with F466 (#18039)Drashna Jaelre2022-08-141-1/+1
|
* [Controller] Added board config for custom controller STeMCell (#16287)Mega Mind2022-08-141-1/+1
| | | | | Co-authored-by: Mariappan Ramasamy <947300+Mariappan@users.noreply.github.com> Co-authored-by: Mariappan Ramasamy <maari@basis-ai.com> Co-authored-by: Sadek Baroudi <sadekbaroudi@gmail.com>
* Add led matrix support for CKLED2001 (#17643)lokher2022-08-131-1/+8
|
* [Bug] Fix wrong varaible in encoder block (#18020)Drashna Jaelre2022-08-121-1/+1
|
* Move Encoder+Encoder Map from generic features (#18018)Drashna Jaelre2022-08-121-0/+8
|
* Move Pointing Device code to a subdirectory (#17684)Drashna Jaelre2022-07-201-4/+5
|
* Add support for PAW3204 Optical Sensor (#17669)Drashna Jaelre2022-07-191-1/+1
| | | | Co-authored-by: gompa <gompa@h-bomb.nl> Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* [Core] PMW33XX drivers overhaul (#17613)Stefan Kerkmann2022-07-141-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PMW33XX drivers overhaul This combines the PMW3389 and PM3360 drivers as they only differ in the firmware blobs and CPI get and set functions. The following changes have been made: * PMW3389 now gets the same multi-sensor feature that is already available on the PMW3360. * Introduced a shared pmw33xx_report_t struct is now directly readable via SPI transactions instead of individual byte-sized reads, saving multiple copies and bitshift operations. * pmw33(89/60)_get_report functions had unreachable branches in their motion detection logic these have been simplied as much as possible. * The fast firmware upload option has been removed as this becomes obsolete by the newly introduced polled waiting functions for ChibiOS polled waiting * PMW33(60/89)_SPI_LSBFIRST and PMW33(60/89)_SPI_MODE config options have been removed as they don't need to be configurable. * All PMW3389 and PMW3360 defines have been unified to a PMW33XX prefix to reduce code duplication and make the defines interchangeable * Adjust keyboards to PMW33XX naming scheme
* Cirque trackpad features: circular scroll, inertial cursor (#17482)Daniel Kao2022-07-121-0/+4
|
* Feature-ify Send String (#17275)Ryan2022-07-021-1/+7
|
* RP2040 emulated EEPROM. (#17519)Nick Brassel2022-07-021-1/+9
|
* [Core] Add Raspberry Pi RP2040 support (#14877)Stefan Kerkmann2022-06-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Disable RESET keycode because of naming conflicts * Add Pico SDK as submodule * Add RP2040 build support to QMK * Adjust USB endpoint structs for RP2040 * Add RP2040 bootloader and double-tap reset routine * Add generic and pro micro RP2040 boards * Add RP2040 onekey keyboard * Add WS2812 PIO DMA enabled driver and documentation Supports regular and open-drain output configuration. RP2040 GPIOs are sadly not 5V tolerant, so this is a bit use-less or needs extra hardware or you take the risk to fry your hardware. * Adjust SIO Driver for RP2040 * Adjust I2C Driver for RP2040 * Adjust SPI Driver for RP2040 * Add PIO serial driver and documentation * Add general RP2040 documentation * Apply suggestions from code review Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376)Nick Brassel2022-06-301-5/+39
|
* Generic wear-leveling algorithm (#16996)Nick Brassel2022-06-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial import of wear-leveling algorithm. * Alignment. * Docs tweaks. * Lock/unlock. * Update quantum/wear_leveling/wear_leveling_internal.h Co-authored-by: Stefan Kerkmann <karlk90@pm.me> * More tests, fix issue with consolidation when unlocked. * More tests. * Review comments. * Add plumbing for FNV1a. * Another test checking that checksum mismatch clears the cache. * Check that the write log still gets played back. Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)precondition2022-06-231-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor steno into STENO_ENABLE_[ALL|GEMINI|BOLT] * Update stenography documentation * STENO_ENABLE_TXBOLT → STENO_ENABLE_BOLT TXBOLT is a better name but BOLT is more consistent with the pre-existing TX Bolt related constants, which all drop the "TX " prefix * Comments * STENO_ENABLE_[GEMINI|BOLT|ALL] → STENO_PROTOCOL = [geminipr|txbolt|all] * Add note on lacking V-USB support * Clear chord at the end of the switch(mode){send_steno_chord} block * Return true if NOEVENT * update_chord_xxx → add_xxx_key_to_chord * Enable the defines for all the protocols if STENO_PROTOCOL = all * Mention how to use `steno_set_mode` * Set the default steno protocol to "all" This is done so that existing keymaps invoking `steno_set_mode` don't all suddenly break * Add data driver equivalents for stenography feature * Document format of serial steno packets (Thanks dnaq) * Add missing comma
* [Core] Split ChibiOS usart split driver in protocol and hardware driver part ↵Stefan Kerkmann2022-06-181-1/+9
| | | | (#16669)
* Rework paths for eeprom locations. (#17326)Nick Brassel2022-06-081-15/+9
| | | | | | | | | * Rework paths for eeprom locations. * File relocation. * Wrong file move. * Fixup test paths.