summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/hwpm87
Commit message (Collapse)AuthorAgeFilesLines
* Move single `LAYOUT`s to data driven (#20365)Ryan2023-04-122-112/+100
|
* Remove more empty headers (#20155)Ryan2023-03-171-4/+0
|
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-112-20/+5
|
* Remove matrix size defines (#19581)Ryan2023-02-171-5/+0
|
* Move LED indicator config to data driven (#19800)Ryan2023-02-172-3/+4
|
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-082-6/+2
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Remove legacy keycodes, part 5 (#18710)Ryan2022-10-151-1/+1
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* [Keyboard] Add Handwired 87 keys (#17682)Cao Thai Duong2022-09-257-0/+243
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Joel Challis <git@zvecr.com>