summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2023-01-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-07Remove invalid pin_compatible config from defaults (#19512)Joel Challis
2022-12-23Revert changes to keymap_steno.h (#19412)Joel Challis
2022-12-21Remaining DD keymap_extras migration (#19110)Joel Challis
* Parse headers to data * Regen headers from data
2022-12-13Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition
HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
2022-12-13[Core] Quantum Painter - LVGL Integration (#18499)jpe230
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-12-12[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y
* Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
2022-12-09Initial uk+us DD keymap_extras migration (#19031)Joel Challis
2022-12-09Core: Support inverted scan logic for optical switches (#19053)dexter93
2022-12-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-12-05Ensure info.json layout macros are somewhat valid (#19236)Joel Challis
2022-12-01Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216)Drashna Jaelre
2022-11-30DD bootmagic config (#19201)Joel Challis
* DD bootmagic config * Also enable * docs
2022-11-282022 Nov 26 changelog. (#19164)Nick Brassel
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-23Additional DD backlight config (#19124)Joel Challis
* Additional dd backlight config * Update docs
2022-11-15Revert "Add pointing device support to data driven config (#18215)" (#19063)Drashna Jaelre
2022-11-13Add Bonsai C4 as a platform board file (#18901)David Hoelscher
* Set up Bonsai C4 as a platform board file * corrections and improvements based on testing and feedback * Added VBUS sensing as default capability for improved split support using Bonsai C4 * Update clock divisor for SPI flash Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-11-14Fix duplicate key in keyboard.jsonschema (#19058)Joel Challis
2022-11-14Add pointing device support to data driven config (#18215)Drashna Jaelre
Co-authored-by: Joel Challis <git@zvecr.com>
2022-11-08Normalise output selection (Bluetooth) keycodes (#19004)Ryan
2022-11-08Format DD mappings and schemas (#18924)Ryan
2022-11-07Align haptic feedback keycode names (#18964)Joel Challis
2022-11-07Normalise MIDI keycodes (#18972)Ryan
* `MI_ON`, `MI_OFF`, `MI_TOG` -> `MI_TOGG` * `MI_CH*`, `MI_CHU` -> `MI_CHNU`, `MI_CHD` -> `MI_CHND` * `MI_VEL_*` -> `MI_VL*`, `MI_VELU`, `MI_VELD` * `MI_TRNS_*` -> `MI_TR*`, `MI_TRNSU` -> `MI_TRSU`, `MI_TRNSD` -> `MI_TRSD` * `MI_OCT_*` -> `MI_OC*`, `MI_OCTU`, `MI_OCTD` * Misc controls * Note keycodes * Add legacy keycodes * Regenerate keycodes * Typo
2022-11-06Reworked backlight keycodes. (#18961)Nick Brassel
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-05Align audio keycode names (#18962)Joel Challis
* Align audio keycode names * Update docs * Update quantum
2022-11-05Align dynamic tapping term keycode names (#18963)Joel Challis
* Align dynamic tapping term keycode names * regen header
2022-11-06Remove thermal printer. (#18959)Nick Brassel
2022-11-05Macro keycode name refactoring (#18958)Nick Brassel
2022-11-05Initial DD keycode migration (#18643)Joel Challis
* Initial DD keycode migration * Sort magic keycodes
2022-10-22Add unit tests for HOLD_ON_OTHER_KEY_PRESS (#18721)precondition
* Add HOLD_ON_OTHER_KEY_PRESS to data/ files * Add unit tests for HOLD_ON_OTHER_KEY_PRESS
2022-10-20Add converter support to keymap.json (#18776)Joel Challis
2022-10-19Widen the ARM Cortex-M family support. Allow USB peripheral change. (#18767)Nick Brassel
2022-10-07Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-10-06DD mappings for build.debounce_type and backlight.levels (#18628)Less/Rikki
2022-10-06Implement split comms watchdog (#18599)Dasky
2022-09-26Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan
2022-09-26Generate DD RGBLight/LED/RGB Matrix animation defines (#18459)Ryan
2022-09-21Add DD mapping for LED/RGB Matrix center (#18432)Ryan
2022-09-19Add DD mapping for LED/RGB Matrix HSVS steps (#18414)Ryan
2022-09-18Add DD mapping for LED/RGB Matrix split count (#18408)Ryan
2022-09-18Add DD mapping for LED/RGB Matrix max brightness (#18403)Ryan
2022-09-18Add Elite-C to converters (#18309)Joel Challis
2022-09-16Disconnect `usb.device_ver` (#18259)Ryan
2022-09-08Add Elite-Pi converter (#18236)Danny
Co-authored-by: Joel Challis <git@zvecr.com>
2022-09-04Rename keyboards with uppercase letters (#18268)Ryan
2022-09-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-09-03Clean up data driven mappings syntax (#18257)Ryan
2022-08-31[Core] Rework PS/2 driver selection (#17892)Marek Kraus
* [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>
2022-08-29Fix incorrect `bluetooth.driver` rules.mk mapping (#18205)Ryan
2022-08-28Remove deprecated USBasp and bootloadHID bootloader types (#18195)Ryan