Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `RGB_MATRIX_HUE/SAT/VAL/SPD_STEP` to data driven (#21354) | Ryan | 2023-06-24 | 1 | -4/+0 |
| | |||||
* | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | 2023-04-08 | 1 | -1/+0 |
| | |||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 1 | -2/+0 |
| | |||||
* | Clean up usage of `QMK_KEYBOARD_H` (#20167) | Ryan | 2023-03-20 | 1 | -1/+1 |
| | |||||
* | Move matrix config to info.json, part 5 (#20003) | Ryan | 2023-03-11 | 1 | -3/+0 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move QMK LUFA bootloader config to data driven (#19879) | Ryan | 2023-02-23 | 2 | -7/+7 |
| | |||||
* | Add some missing `#pragma once`s (#19902) | Ryan | 2023-02-21 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-20 | 1 | -6/+6 |
|\ | |||||
| * | Refactor some layouts which contain keyboard name (#19645) | Joel Challis | 2023-01-20 | 1 | -6/+6 |
| | | | | | | | | | | * Refactor some layouts which contain keyboard name * use planck_mit | ||||
* | | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵ | precondition | 2022-12-13 | 2 | -13/+6 |
| | | | | | | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) | ||||
* | | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) | Albert Y | 2022-12-12 | 2 | -4/+4 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | 2022-11-27 | 1 | -1/+1 |
| | |||||
* | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core | ||||
* | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | Add DD mapping for LED/RGB Matrix center (#18432) | Ryan | 2022-09-21 | 1 | -1/+0 |
| | |||||
* | [Keyboard] Add ADM42 Keyboard (#17366) | Lorenzo Leonini | 2022-06-16 | 5 | -0/+306 |
Co-authored-by: Ryan <fauxpark@gmail.com> |