summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/3dortho14u
Commit message (Collapse)AuthorAgeFilesLines
* Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-012-12/+0
|
* Remove more empty headers (#20155)Ryan2023-03-172-8/+0
|
* Remove `SOFT_SERIAL_PIN` for non-split boards (#19774)Ryan2023-02-082-10/+0
| | | | | * Remove `SOFT_SERIAL_PIN` for non-split boards * Delete more empty config.h
* Debounce defines cleanup (#19742)Ryan2023-02-032-2/+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-312-2/+0
|
* Ensure all keyboards have a bootloader set (#18234)Ryan2022-08-312-0/+2
|
* RESET -> QK_BOOT keyboard readme (#18110)Joel Challis2022-08-203-3/+3
|
* `device_ver` -> `device_version` for some more boards (#16685)Ryan2022-03-192-4/+4
|
* Revert "handwired/3dortho14u: refactor layout data (#16475)" (#16485)xiao2022-03-014-8/+18
| | | This reverts commit 3ac769b6abe9b97a94033f376b28482d2d5f7b00.
* handwired/3dortho14u: refactor layout data (#16475)James Young2022-02-284-18/+8
| | | Remove nonextant matrix positions from the layout data.
* [Keyboard] Add keyboard 3dortho14u (#16329)xiao2022-02-2117-0/+449
Co-authored-by: xia0 <xiao@morgan.net.au>