summaryrefslogtreecommitdiffstats
path: root/keyboards/matrix
Commit message (Collapse)AuthorAgeFilesLines
* Move `RGBLIGHT_SLEEP` to data driven (#21072)Ryan2023-06-166-3/+7
|
* Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2023-06-142-1/+3
|
* Add missing layout data for a handful of boards (#20931)Ryan2023-05-162-187/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add missing layout data for a handful of boards * typo * Add missing layouts for stoutgat * Add missing layout for j80 * Replace missing layout with alias for wraith * Add missing layout for matrix/me * Add missing layout for satisfaction75/prototype * Apply suggestions from code review * Rename wt80-a layouts * Rename rosa layouts * Add missing layouts for naked48 * Add missing layouts for naked60 * Add missing layouts for uma * Remove unused and pointless `LAYOUT_stack` for buzzard * Add missing layout for keyboardio/model01 * Add missing layout for smk65 revf * Fix via keymap for h60 * Add missing layout for jabberwocky/v1 * Apply suggestions from code review * Add missing layout for m3n3van * Add missing layout for giabalanai * Add missing layouts for treadstone48/rev1 * Add missing layouts for squiggle * Update keyboards/marksard/treadstone48/rev1/info.json
* Matrix Cain RE Touch-Up (#20719)James Young2023-05-083-124/+317
| | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * info.json: correct layout data * info.json: alias LAYOUT to LAYOUT_all The PCB supports multiple layouts, but I have not been able to discover how the additional layouts are wired. * update matrix_diagram.md (thanks yulei) * add LAYOUT_2u_numpad_plus_enter_zero with reference keymap
* Matrix Lab 8XV1.2 OG Layout Updates (#20720)James Young2023-05-043-102/+228
| | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * info.json: correct layout data * rename LAYOUT_all to LAYOUT_tkl_ansi_tsangan * add LAYOUT_tkl_ansi_wkl * enable Community Layout support
* Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-273-174/+123
|
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-156-166/+227
|
* 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-0616-10/+24
|
* Move TKL layouts to data driven (#20337)Ryan2023-04-059-206/+1011
|
* Move 65% layouts to data driven (#20308)Ryan2023-04-043-1481/+363
|
* WS2812 driver improvements (#20262)Ryan2023-03-301-1/+2
|
* Remove `RGB_DI_PIN` ifdefs (#20218)Ryan2023-03-232-4/+0
|
* Remove more empty headers (#20155)Ryan2023-03-171-17/+0
|
* Move matrix config to info.json, part 7 (#20020)Ryan2023-03-119-32/+20
|
* Remove matrix size defines (#19581)Ryan2023-02-174-15/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-176-9/+11
|
* Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-111-2/+2
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-088-24/+8
|
* Remove `DEBOUNCE` macro usage (#19750)jack2023-02-061-0/+4
|
* Debounce defines cleanup (#19742)Ryan2023-02-036-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 usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-315-5/+0
|
* Fix functions with empty params (#19647)Ryan2023-01-201-1/+1
| | | | | * Fix functions with empty params * Found a bunch more
* Migrate `LAYOUTS` to data driven (#19541)Ryan2023-01-104-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-1/+1
|
* Move EFL wear-leveling driver to be default for F1, F3, F4, L4, G4, WB32, ↵Nick Brassel2022-11-111-0/+1
| | | | GD32V. (#19020)
* Remove rgblight_list.h (#18878)Ryan2022-10-271-1/+1
| | | | | | | | | | | * Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references
* Remove legacy keycodes, part 6 (#18740)Ryan2022-10-165-12/+12
| | | | | | | | | * `KC_RSHIFT` -> `KC_RSFT` * `KC_RCTRL` -> `KC_RCTL` * `KC_LSHIFT` -> `KC_LSFT` * `KC_LCTRL` -> `KC_LCTL`
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-1512-21/+21
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)Drashna Jaelre2022-10-156-6/+65
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-234-5/+5
|
* RESET -> QK_BOOT user keymaps (#17940)Joel Challis2022-08-213-3/+3
|
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-08-202-2/+2
|\
| * RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-202-2/+2
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-067-7/+0
|/
* Move keyboard USB IDs and strings to data driven: M (#17859)Ryan2022-08-0316-64/+54
|
* RESET -> QK_BOOT default keymaps (#17037)Joel Challis2022-05-1516-16/+16
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-03-261-2/+2
|\
| * Fix typos in matrix/noah readme (#16735)Lê Nguyễn Hoàng Nhân2022-03-261-2/+2
| | | | | | Change "keybaord" to keyboard
* | ChibiOS 21.11.1 update. (#16251)Nick Brassel2022-03-071-2/+1
|/ | | | | | | | | | | | | | | * ChibiOS 21.11.1 update. * `uf2-tinyuf2` => `tinyuf2` * Updated chibios-contrib, fixup preprocessor for tinyuf2 bootloader. * Fixup keychron L433 boards. * Makefile cleanup. * RISC-V build fixes. * Fixup RISC-V build.
* Fixup bootloaders. (#16256)Nick Brassel2022-02-068-0/+32
|
* More keyboard rules.mk cleanups (#16044)Ryan2022-01-251-2/+1
| | | | | * More keyboard rules.mk cleanups * Found a couple more
* Fixes for bootloader refactor build failures (#15638)Ryan2022-01-065-28/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-12-134-4/+4
|\
| * Fix up build options comments (#15463)Ryan2021-12-124-4/+4
| |
* | Merge remote-tracking branch 'upstream/master' into developfauxpark2021-12-098-13/+8
|\|
| * Tidy up NKRO_ENABLE rules (#15382)Ryan2021-12-098-13/+8
| |
* | Tidy up existing i2c_master implementations (#15376)Joel Challis2021-12-021-19/+0
|/ | | | | * Move chibios defines out of header * Make some avr defines internal
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-016-11/+0
|
* Remove use of __flash due to LTO issues (#15268)Joel Challis2021-11-242-2/+2
|