summaryrefslogtreecommitdiffstats
path: root/keyboards/checkerboards/quark_lp
Commit message (Collapse)AuthorAgeFilesLines
* Move `TAPPING_TOGGLE` to data driven (#21360)Ryan2023-06-242-2/+3
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-082-1/+3
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-062-2/+3
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-293-62/+157
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-112-7/+5
|
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
|
* Debounce defines cleanup (#19742)Ryan2023-02-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-211-2/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-071-2/+2
|\
| * RESET -> QK_BOOT default keymaps (#17939)Joel Challis2022-08-071-2/+2
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Move keyboard USB IDs and strings to data driven: C (#17789)Ryan2022-07-262-8/+7
|
* [Keyboard] Fix checkboards/quark_lp (another) (#17296)jack2022-06-115-107/+2
|
* Fix quark_lp via firmware size (#17233)Joel Challis2022-05-291-0/+1
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-171-1/+1
|\
| * [Keyboard] Fix too many elements in g_led_config for quark_lp (#17117)Drashna Jaelre2022-05-161-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-05-173-24/+14
|\|
| * [Keyboard] Fix compilation issues for Quark LP (#17009)Drashna Jaelre2022-05-163-24/+14
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-6/+6
|/
* [Keyboard] Add per-key RGB for Quark LP RGB variants (#16671)npspears2022-05-043-7/+87
| | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-091-2/+1
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
|
* Quark_LP- change MCU and RGB (#14650)npspears2021-09-301-2/+2
|
* [Keyboard] add support for Quark_LP (#14552)npspears2021-09-2915-0/+610
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>