Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\| | |||||
| * | Clean up data driven mappings syntax (#18257) | Ryan | 2022-09-03 | 2 | -3/+3 |
| | | |||||
* | | [Core] Rework PS/2 driver selection (#17892) | Marek Kraus | 2022-08-31 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [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 incorrect `bluetooth.driver` rules.mk mapping (#18205) | Ryan | 2022-08-29 | 1 | -1/+1 |
| | | |||||
* | | Switch over MANUFACTURER and PRODUCT to string literals (#18183) | Ryan | 2022-08-28 | 1 | -2/+2 |
|/ | |||||
* | 2022q3 Changelog. (#18180) | Nick Brassel | 2022-08-28 | 1 | -4/+10 |
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-24 | 1 | -0/+1 |
|\ | |||||
| * | Add missing DD mapping for RGB_MATRIX_DRIVER (#18160) | Ryan | 2022-08-24 | 1 | -0/+1 |
| | | |||||
* | | Add Bonsai C4 converter (#17711) | David Hoelscher | 2022-08-18 | 1 | -0/+6 |
| | | |||||
* | | [Controller] Added board config for custom controller STeMCell (#16287) | Mega Mind | 2022-08-14 | 1 | -0/+6 |
| | | | | | | | | | | 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 Gentleman 65 SE Solderd PCB support (#16992) | JJ48 | 2022-08-14 | 1 | -0/+3 |
| | | |||||
* | | Add Bit-C PRO converter (#17827) | Jay Greco | 2022-08-13 | 1 | -0/+6 |
| | | |||||
* | | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 1 | -0/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-08-06 | 2 | -3/+5 |
|\| |