Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge upstream master to 2022 Q4 breaking change | lokher | 2022-12-07 | 1 | -116/+0 |
| | |||||
* | Move keyboard USB IDs and strings to data driven, pass 2: P-R (#18091) | Ryan | 2022-08-20 | 1 | -1/+7 |
| | |||||
* | Remove width, height and key_count from info.json (#14274) | Ryan | 2021-09-12 | 1 | -4/+0 |
| | |||||
* | remove keyboard_folder from info.json | Zach White | 2021-02-27 | 1 | -1/+0 |
| | |||||
* | [Keyboard] Planck Layout Macro Refactor, Part II (#6156) | noroadsleft | 2019-06-19 | 1 | -0/+115 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move layout macros to revision folders * Update Planck EZ layout macros Planck EZ only supports one layout (centered 2u spacebar). Deleted all the other macros. * Flesh out QMK Configurator support Give each Planck revision its own info.json file. * Readme updates - give each revision its own readme - add the Planck EZ to the main Planck readme * Fix layout macro for Planck EZ Previous matrix didn't compile because the electrical matrix defined a k3b location, which was unused by the physical arguments. Drashna was kind enough to confirm the Planck EZ's matrix for me. Co-authored-by: Drashna Jaelre <drashna@live.com> * Pretend the Planck EZ supports ortho_4x12 layout The hardware doesn't, but doing so prevents CI errors because the default keymap uses LAYOUT_planck_grid. Going to pretend LAYOUT_ortho_4x12 is a valid layout for the Planck EZ. * Update Planck EZ's URL in info.json Co-Authored-By: Drashna Jaelre <drashna@live.com> | ||||
* | Pull information from config.h and rules.mk (#2711) | skullydazed | 2018-04-07 | 1 | -3/+0 |
| | | | | | | * Pull information from config.h and rules.mk * Readd the kbd75 maintainer | ||||
* | QMK DFU bootloader generation (#2009) | Jack Humbert | 2017-11-14 | 1 | -0/+3 |
* adds :bootloader target * update planck and preonic revisions * remove references to .h files for planck * update preonic keymap * only add keyboard.h files that exist * add production target * hook things up with the new lufa variables * update rules for planck/preonic * back backlight key turn of status led when pressed * add manufacturer/product strings to bootloader |