summaryrefslogtreecommitdiffstats
path: root/keyboards/yosino58/rev1
Commit message (Collapse)AuthorAgeFilesLines
* Remove `NO_ACTION_MACRO` and `NO_ACTION_FUNCTION` from keyboard config.h ↵Ryan2022-03-151-2/+0
| | | | (#16655)
* Remove `matrix_key_count()` (#16603)Ryan2022-03-101-9/+0
| | | | | * Remove `matrix_key_count()` * Remove `matrix_bitpop()`
* [Core] Remove matrix_is_modified() and debounce_is_active() (#15349)Stefan Kerkmann2021-11-291-6/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-09-051-7/+0
|\
| * Remove empty override functions (#14312)Ryan2021-09-051-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove empty override functions, 0-9 * Remove empty override functions, A-D * Remove empty override functions, E-H * Remove empty override functions, handwired * Remove empty override functions, I-L * Remove empty override functions, M-P * Remove empty override functions, Q-T * Remove empty override functions, U-Z
* | Change keyboard level include guards to `pragma once` (#14248)Ryan2021-09-012-8/+2
|/ | | | | | | | | * Change keyboard level include guards to `pragma once` And clean up a lot of layout macros * Oops * Remove dangling endif
* Remove legacy print backward compatiblitly (#11805)Joel Challis2021-02-061-2/+2
| | | | | | | * Remove legacy print backward compatiblitly * Remove legacy print backward compatiblitly - core * revert comment changes
* Remove `DESCRIPTION`, W-Z (#11633)Ryan2021-01-201-1/+0
|
* Exclude more keyboards from CI (#11436)Zach White2021-01-131-0/+0
| | | | | * exclude all of handwired * exclude more keyboards from CI
* Normalise include statements in keyboard code (#11185)Ryan2020-12-161-2/+2
|
* Remove pro_micro.h (#8374)Ryan2020-03-141-8/+9
| | | | | * Remove pro_micro.h * Include quantum.h
* Remove old promicro_bootloader_jmp() declarations (#6444)fauxpark2019-08-211-2/+0
|
* Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)Drashna Jaelre2019-06-061-2/+2
|
* [Keyboard] Fix file encoding and add readme (#5853)zvecr2019-05-121-1/+1
|
* Keyboard: Add yosino58 Keyboard (#5465)さくらんぼ2019-04-1111-0/+693
* Keyboard: Add yosino58 Keyboard * Keyboard: Add yosino58 Keyboard