summaryrefslogtreecommitdiff
path: root/keyboards/k_type/mcuconf.h
AgeCommit message (Collapse)Author
2022-02-05move input club keyboards into vendor folder (#15788)peepeetee
2021-12-06[Keyboard] Update K type (#15405)Andrew-Fahmy
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-25(Re)Fixing K-type RGB lighting (#12084)Andrew-Fahmy
* initial rgb driver fix * added underglow LEDs and fixed typo in RGB locations * removed test code * added my key maps * updated rgb keymap to work with changes * refactored my code to make it more maintainable and updated keymaps. * added GPL licence * Turned off matrix scan rate debug info * added checks if RGB matrix is enabled to fix errors when building keymaps without RGB matrix enabled * Apply suggestions from code review by fauxpark Co-authored-by: Ryan <fauxpark@gmail.com> * Renamed led driver file to be less ambiguous * Renamed is31fl3733 driver files to is31fl3733-dual Co-authored-by: Ryan <fauxpark@gmail.com>
2021-03-02Revert "Fixing K-type RGB lighting (#11551)" (#12065)Nick Brassel
This reverts commit e6f7da403676b491ac278d5b793d18a0d114477e.
2021-02-28Fixing K-type RGB lighting (#11551)Andrew-Fahmy
* initial rgb driver fix * added underglow LEDs and fixed typo in RGB locations * removed test code * added my key maps * updated rgb keymap to work with changes * refactored my code to make it more maintainable and updated keymaps. * added GPL licence
2017-12-14Initial K-Type support (#1963)Kaleb Elwert
* Initial K-Type support * Copy PJRC_TEENSY_3_1 to work around watchdog issues * K-Type: Remove bootloader offset in rules.mk * Ensure matrix and scan quantum functions are called when needed This is porting a fix from f5422a70b62e2b8cc75a87434a9901069ab953d4