Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | Add 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-09 | Add Michi MCU Converter support (#19163) | miguelelinventor | |
2023-02-08 | Rename ramonimbao folder to rmi_kb (#19699) | Ramon Imbao | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-01-19 | De-duplicate platform detection (#19603) | Joel Challis | |
2023-01-11 | Revert "De-duplicate platform detection (#19545)" (#19564) | Joel Challis | |
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd. | |||
2023-01-11 | De-duplicate platform detection (#19545) | Joel Challis | |
2023-01-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-01-07 | Remove invalid pin_compatible config from defaults (#19512) | Joel Challis | |
2022-12-13 | Remove 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-09 | Core: Support inverted scan logic for optical switches (#19053) | dexter93 | |
2022-12-01 | Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216) | Drashna Jaelre | |
2022-11-30 | DD bootmagic config (#19201) | Joel Challis | |
* DD bootmagic config * Also enable * docs | |||
2022-11-28 | 2022 Nov 26 changelog. (#19164) | Nick Brassel | |
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2022-11-23 | Additional DD backlight config (#19124) | Joel Challis | |
* Additional dd backlight config * Update docs | |||
2022-11-15 | Revert "Add pointing device support to data driven config (#18215)" (#19063) | Drashna Jaelre | |
2022-11-13 | Add 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-14 | Add pointing device support to data driven config (#18215) | Drashna Jaelre | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2022-11-08 | Format DD mappings and schemas (#18924) | Ryan | |
2022-10-22 | Add 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-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-10-06 | DD mappings for build.debounce_type and backlight.levels (#18628) | Less/Rikki | |
2022-10-06 | Implement split comms watchdog (#18599) | Dasky | |
2022-09-26 | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan | |
2022-09-26 | Generate DD RGBLight/LED/RGB Matrix animation defines (#18459) | Ryan | |
2022-09-21 | Add DD mapping for LED/RGB Matrix center (#18432) | Ryan | |
2022-09-19 | Add DD mapping for LED/RGB Matrix HSVS steps (#18414) | Ryan | |
2022-09-18 | Add DD mapping for LED/RGB Matrix split count (#18408) | Ryan | |
2022-09-18 | Add DD mapping for LED/RGB Matrix max brightness (#18403) | Ryan | |
2022-09-16 | Disconnect `usb.device_ver` (#18259) | Ryan | |
2022-09-08 | Add Elite-Pi converter (#18236) | Danny | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2022-09-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-09-03 | Clean 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-29 | Fix incorrect `bluetooth.driver` rules.mk mapping (#18205) | Ryan | |
2022-08-28 | Switch over MANUFACTURER and PRODUCT to string literals (#18183) | Ryan | |
2022-08-28 | 2022q3 Changelog. (#18180) | Nick Brassel | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2022-08-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-24 | Add missing DD mapping for RGB_MATRIX_DRIVER (#18160) | Ryan | |
2022-08-18 | Add Bonsai C4 converter (#17711) | David Hoelscher | |
2022-08-14 | [Controller] Added board config for custom controller STeMCell (#16287) | Mega Mind | |
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> | |||
2022-08-14 | Add Gentleman 65 SE Solderd PCB support (#16992) | JJ48 | |
2022-08-13 | Add Bit-C PRO converter (#17827) | Jay Greco | |
2022-08-06 | Remove `UNUSED_PINS` (#17931) | Nick Brassel | |
2022-08-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-08-06 | Provide users with replacements for deprecated/invalid functionality where ↵ | Ryan | |
applicable (#17604) | |||
2022-08-06 | [Core] Process all changed keys in one scan loop, deprecate ↵ | Stefan Kerkmann | |
`QMK_KEYS_PER_SCAN` (#15292) | |||
2022-08-04 | Add deprecated check for RGBLIGHT_ANIMATIONS (#17832) | Drashna Jaelre | |
2022-07-21 | Add Blok 2040 conversion (#17603) | Albert Y | |