summaryrefslogtreecommitdiff
path: root/data/mappings
AgeCommit message (Collapse)Author
2023-08-25Remove `led_matrix.hue_steps` and `led_matrix.sat_steps` from schema (#21827)Joel Challis
2023-08-15rgblight: driver selection cleanups (#21558)Ryan
2023-08-01Remove layout aliases from keyboard_aliases.hjson (#21658)Joel Challis
2023-07-24[Keyboard] Delete jscotto directory (#21157)Joe Scotto
2023-07-20Rename `dactyl_manuform` variant `3x5_3` (#21015)Duncan Sutherland
2023-07-21Merge remote-tracking branch 'upstream/master' into developfauxpark
2023-07-20Move files to rev1 folder, add rev2 (#21563)Danny
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-07-08rename and modernise `dactyl_manuform/6x6_kinesis` (#21302)Duncan Sutherland
2023-06-19Move kb83 keyboard (#20761)jonylee@hfd
* move hfdkb/keyboard_sw/k83 --> inland/kb83 * move hfdkb/keyboard_sw/k83 --> inland/kb83 * Update data/mappings/keyboard_aliases.hjson * Update keyboard_aliases.hjson * fixed the Configurator layout data * fixed the Configurator layout data * Revert "Update keyboard_aliases.hjson" This reverts commit c085c547656d09a14b9b0fad6a00f9551106719f. * Revert "fixed the Configurator layout data" * Update keyboard_aliases.hjson * Update info.json
2023-06-14Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan
2023-06-02Revert "Add *_MATRIX_LED_COUNT generation/validation (#19515)" (#21109)Joel Challis
This reverts commit 25c16b3adeb15466d75691162763ce062b2c6e64.
2023-06-02Add *_MATRIX_LED_COUNT generation/validation (#19515)Joel Challis
* Add *_MATRIX_LED_COUNT parsing/validation * Disable parsing for now * Disable complexity check
2023-05-27Consolidate modelm v2 (#14996)nuess0r
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-05-25Move `thekey` to Drop vendor folder (#21032)Joel Challis
2023-05-22Duplicate board files for blok converter (#20629)Joel Challis
* Duplicate board files for blok converter * Swap converters board file too * Update platforms/chibios/boards/QMK_BLOK/configs/board.h
2023-05-20Add sriwedari70 and move kamigakushi to new folder (#20334)Alabahuy
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zacksupreme <zacksupreme@gmail.com>
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel
2023-05-09Organise config/rules <-> info mappings (#20723)Ryan
2023-04-12[Keyboard] Add support for ISO version of Durgod Hades (#20110)Moritz Plattner
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-04[Core] Caps Word "Invert on shift" option: pressing Shift inverts the ↵Pascal Getreuer
shift state. (#20092) Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition
2023-04-02Allow EEPROM_DRIVER from info.json (#20313)Joel Challis
2023-03-30WS2812 driver improvements (#20262)Ryan
2023-03-29[jacky_studio/piggy60] move AVR PCB under rev1 (#20253)Less/Rikki
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-03-20Clean up APA102 config and add DD mapping (#20159)Ryan
2023-03-10Add RP2040 Community Edition alias for Liatris (#19966)leah-splitkb
2023-02-26Move backlight config to data driven (#19910)Ryan
2023-02-17[Keyboard] Brick (#19851)pauper
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Jason Chestnut <jason@Jasons-MacBook-Pro.local>
2023-02-12Add rp2040_ce and add elite-pi and helios as alias (#19830)Joel Challis
* add rp2040_ce and add elite-pi and helios as alias (#19628) * fix git mishap * Update platforms/chibios/converters/promicro_to_rp2040_ce/_pin_defs.h Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> * Tidy docs --------- Co-authored-by: Conor Burns <mail@conor-burns.com>
2023-02-09Add Michi MCU Converter support (#19163)miguelelinventor
2023-02-08Rename ramonimbao folder to rmi_kb (#19699)Ramon Imbao
Co-authored-by: Joel Challis <git@zvecr.com>
2023-01-19De-duplicate platform detection (#19603)Joel Challis
2023-01-11Revert "De-duplicate platform detection (#19545)" (#19564)Joel Challis
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.
2023-01-11De-duplicate platform detection (#19545)Joel Challis
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-13Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition
HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
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-09Core: Support inverted scan logic for optical switches (#19053)dexter93
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-14Add pointing device support to data driven config (#18215)Drashna Jaelre
Co-authored-by: Joel Challis <git@zvecr.com>
2022-11-08Format DD mappings and schemas (#18924)Ryan
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