Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate modelm v2 (#14996) | nuess0r | 2023-05-27 | 1 | -0/+24 |
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move `thekey` to Drop vendor folder (#21032) | Joel Challis | 2023-05-25 | 1 | -0/+6 |
| | |||||
* | Duplicate board files for blok converter (#20629) | Joel Challis | 2023-05-22 | 1 | -1/+1 |
| | | | | | | | * Duplicate board files for blok converter * Swap converters board file too * Update platforms/chibios/boards/QMK_BLOK/configs/board.h | ||||
* | Add sriwedari70 and move kamigakushi to new folder (#20334) | Alabahuy | 2023-05-20 | 1 | -0/+6 |
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zacksupreme <zacksupreme@gmail.com> | ||||
* | Keymap introspection for combos. (#19670) | Nick Brassel | 2023-05-15 | 1 | -2/+2 |
| | |||||
* | Organise config/rules <-> info mappings (#20723) | Ryan | 2023-05-09 | 2 | -60/+105 |
| | |||||
* | [Keyboard] Add support for ISO version of Durgod Hades (#20110) | Moritz Plattner | 2023-04-12 | 1 | -0/+9 |
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 1 | -1/+2 |
| | |||||
* | [Core] Caps Word "Invert on shift" option: pressing Shift inverts the ↵ | Pascal Getreuer | 2023-04-04 | 1 | -0/+1 |
| | | | | | | shift state. (#20092) Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 1 | -1/+1 |
| | |||||
* | Allow EEPROM_DRIVER from info.json (#20313) | Joel Challis | 2023-04-02 | 1 | -0/+1 |
| | |||||
* | WS2812 driver improvements (#20262) | Ryan | 2023-03-30 | 1 | -0/+2 |
| | |||||
* | [jacky_studio/piggy60] move AVR PCB under rev1 (#20253) | Less/Rikki | 2023-03-29 | 1 | -0/+3 |
| | |||||
* | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | 2023-03-26 | 1 | -0/+1 |
| | |||||
* | Clean up APA102 config and add DD mapping (#20159) | Ryan | 2023-03-20 | 1 | -0/+3 |
| | |||||
* | Add RP2040 Community Edition alias for Liatris (#19966) | leah-splitkb | 2023-03-10 | 1 | -0/+5 |
| | |||||
* | Move backlight config to data driven (#19910) | Ryan | 2023-02-26 | 2 | -0/+2 |
| | |||||
* | [Keyboard] Brick (#19851) | pauper | 2023-02-17 | 1 | -0/+3 |
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Jason Chestnut <jason@Jasons-MacBook-Pro.local> | ||||
* | Add rp2040_ce and add elite-pi and helios as alias (#19830) | Joel Challis | 2023-02-12 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Add Michi MCU Converter support (#19163) | miguelelinventor | 2023-02-09 | 1 | -0/+5 |
| | |||||
* | Rename ramonimbao folder to rmi_kb (#19699) | Ramon Imbao | 2023-02-08 | 1 | -0/+42 |
| | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | De-duplicate platform detection (#19603) | Joel Challis | 2023-01-19 | 1 | -0/+2 |
| | |||||
* | Revert "De-duplicate platform detection (#19545)" (#19564) | Joel Challis | 2023-01-11 | 1 | -2/+0 |
| | | | This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd. | ||||
* | De-duplicate platform detection (#19545) | Joel Challis | 2023-01-11 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-07 | 1 | -16/+8 |
|\ | |||||
| * | Remove invalid pin_compatible config from defaults (#19512) | Joel Challis | 2023-01-07 | 1 | -16/+8 |
| | | |||||
* | | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵ | precondition | 2022-12-13 | 1 | -2/+2 |
| | | | | | | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) | ||||
* | | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) | Albert Y | 2022-12-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | | Core: Support inverted scan logic for optical switches (#19053) | dexter93 | 2022-12-09 | 1 | -0/+1 |
| | | |||||
* | | Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216) | Drashna Jaelre | 2022-12-01 | 1 | -1/+1 |
| | | |||||
* | | DD bootmagic config (#19201) | Joel Challis | 2022-11-30 | 2 | -0/+5 |
|/ | | | | | | | * DD bootmagic config * Also enable * docs | ||||
* | 2022 Nov 26 changelog. (#19164) | Nick Brassel | 2022-11-28 | 1 | -6/+8 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | Additional DD backlight config (#19124) | Joel Challis | 2022-11-23 | 1 | -0/+2 |
| | | | | | * Additional dd backlight config * Update docs | ||||
* | Revert "Add pointing device support to data driven config (#18215)" (#19063) | Drashna Jaelre | 2022-11-15 | 2 | -20/+0 |
| | |||||
* | Add Bonsai C4 as a platform board file (#18901) | David Hoelscher | 2022-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | * 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> | ||||
* | Add pointing device support to data driven config (#18215) | Drashna Jaelre | 2022-11-14 | 2 | -0/+20 |
| | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Format DD mappings and schemas (#18924) | Ryan | 2022-11-08 | 5 | -1309/+1276 |
| | |||||
* | Add unit tests for HOLD_ON_OTHER_KEY_PRESS (#18721) | precondition | 2022-10-22 | 1 | -0/+2 |
| | | | | | * Add HOLD_ON_OTHER_KEY_PRESS to data/ files * Add unit tests for HOLD_ON_OTHER_KEY_PRESS | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-07 | 2 | -0/+2 |
|\ | |||||
| * | DD mappings for build.debounce_type and backlight.levels (#18628) | Less/Rikki | 2022-10-06 | 2 | -0/+2 |
| | | |||||
* | | Implement split comms watchdog (#18599) | Dasky | 2022-10-06 | 1 | -0/+2 |
| | | |||||
* | | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan | 2022-09-26 | 1 | -0/+2 |
| | | |||||
* | | Generate DD RGBLight/LED/RGB Matrix animation defines (#18459) | Ryan | 2022-09-26 | 1 | -10/+0 |
| | | |||||
* | | Add DD mapping for LED/RGB Matrix center (#18432) | Ryan | 2022-09-21 | 1 | -0/+2 |
| | | |||||
* | | Add DD mapping for LED/RGB Matrix HSVS steps (#18414) | Ryan | 2022-09-19 | 1 | -0/+8 |
| | | |||||
* | | Add DD mapping for LED/RGB Matrix split count (#18408) | Ryan | 2022-09-18 | 1 | -0/+2 |
| | | |||||
* | | Add DD mapping for LED/RGB Matrix max brightness (#18403) | Ryan | 2022-09-18 | 1 | -0/+2 |
| | | |||||
* | | Disconnect `usb.device_ver` (#18259) | Ryan | 2022-09-16 | 1 | -3/+1 |
| | | |||||
* | | Add Elite-Pi converter (#18236) | Danny | 2022-09-08 | 1 | -0/+6 |
| | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-03 | 2 | -3/+3 |
|\| |