Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move matrix config to info.json, part 6 (#20019) | Ryan | 2023-03-11 | 2 | -9/+5 |
| | |||||
* | Move LED indicator config to data driven (#19800) | Ryan | 2023-02-17 | 2 | -3/+4 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 2 | -7/+5 |
| | |||||
* | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 1 | -2/+0 |
| | |||||
* | Specify blackpill board files where relevant (#17521) | Joel Challis | 2022-07-01 | 1 | -0/+1 |
| | |||||
* | [Keyboard] Add Meck TKL handwired (#15533) | Gabriel Kim | 2022-01-09 | 3 | -0/+63 |
* Add meck_tkl * Fix configuration and pin assignment * Rellocate A10 pin, as it is used by the USB DFU bootloader * Add volume and media keys to the function keys layer * Rellocate source files to the handwired keyboards folder and add documentation * Review changes for PR - Improve LAYOUT macro to match the keyboard layout. - Use "kxy" as pin names on the LAYOUT macro. - Remove unused mcuconf.h and halconf.h. - Fix README. * Improve layout macro naming |