summaryrefslogtreecommitdiffstats
path: root/keyboards/spaceholdings
Commit message (Collapse)AuthorAgeFilesLines
* Space Holdings Nebula12B (#20821)James Young2023-05-103-19/+22
| | | | | * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_ortho_4x3
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-153-36/+16
|
* Move `RGB_MATRIX_DRIVER` to data driven (#20350)Ryan2023-04-084-2/+6
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-068-4/+8
|
* Move 66% and 68% layouts to data driven (#20293)Ryan2023-04-016-194/+147
|
* Move ortho & numpad layouts to data driven (#20183)Ryan2023-03-292-28/+12
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-264-2/+6
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-232-4/+0
|
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-118-29/+20
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Add some missing `#pragma once`s (#19902)Ryan2023-02-211-0/+2
|
* Remove matrix size defines (#19581)Ryan2023-02-174-16/+0
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-088-26/+9
|
* Remove unused Bootmagic row/col defines from config.h (#19761)Ryan2023-02-074-16/+0
|
* Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752)Ryan2023-02-064-20/+0
|
* Debounce defines cleanup (#19742)Ryan2023-02-034-12/+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
* Remove unused `MATRIX_HAS_GHOST` from config.h (#19726)Ryan2023-02-034-12/+0
|
* Clean up Force NKRO in config.h (#19718)Ryan2023-01-304-108/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-314-4/+0
|
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-102-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Migrate `LAYOUTS` to data driven, 0-9 * Migrate `LAYOUTS` to data driven, A * Migrate `LAYOUTS` to data driven, B * Migrate `LAYOUTS` to data driven, C * Migrate `LAYOUTS` to data driven, D * Migrate `LAYOUTS` to data driven, E * Migrate `LAYOUTS` to data driven, F * Migrate `LAYOUTS` to data driven, G * Migrate `LAYOUTS` to data driven, H * Migrate `LAYOUTS` to data driven, handwired * Migrate `LAYOUTS` to data driven, I * Migrate `LAYOUTS` to data driven, J * Migrate `LAYOUTS` to data driven, K * Migrate `LAYOUTS` to data driven, L * Migrate `LAYOUTS` to data driven, M * Migrate `LAYOUTS` to data driven, N * Migrate `LAYOUTS` to data driven, O * Migrate `LAYOUTS` to data driven, P * Migrate `LAYOUTS` to data driven, Q * Migrate `LAYOUTS` to data driven, R * Migrate `LAYOUTS` to data driven, S * Migrate `LAYOUTS` to data driven, T * Migrate `LAYOUTS` to data driven, U * Migrate `LAYOUTS` to data driven, V * Migrate `LAYOUTS` to data driven, W * Migrate `LAYOUTS` to data driven, X * Migrate `LAYOUTS` to data driven, Y * Migrate `LAYOUTS` to data driven, Z
* VIA V3 - The Custom UI Update (#18222)Wilba2022-11-104-80/+0
|
* Fix "no matrix definition" errors for some boards (#18954)Ryan2022-11-054-15/+29
|
* Remove legacy Grave Escape keycodes (#18787)Ryan2022-10-204-4/+4
|
* Remove RGBLIGHT_ANIMATION and clean up effect defines for R-Z (#18728)Drashna Jaelre2022-10-152-2/+20
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-235-6/+6
|
* Remove more RESET keycode references (#18252)Joel Challis2022-09-031-2/+2
|
* Move keyboard USB IDs and strings to data driven: S (#17889)Ryan2022-08-048-28/+24
|
* [Keyboard] Nebula12b (#17308)yiancar2022-06-3014-3/+362
| | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: yiancar <yiancar@gmail.com>
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-152-2/+2
|
* Add HS version of Nebula65b due to different number of per-key-RGB (#16514)yiancar2022-03-074-0/+62
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: yiancar <yiancar@gmail.com>
* move spaceholdings boards into /spaceholdings (#16096)peepeetee2022-02-0938-0/+1575