summaryrefslogtreecommitdiffstats
path: root/keyboards/winkeyless/b87
Commit message (Collapse)AuthorAgeFilesLines
* Winkeyless B87 Community Layout Support (#20884)James Young2023-05-123-105/+1392
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_tkl_ansi_split_bs_rshift * add LAYOUT_tkl_ansi * add LAYOUT_tkl_ansi_tsangan_split_bs_rshift * add LAYOUT_tkl_ansi_tsangan * add LAYOUT_tkl_ansi_wkl_split_bs_rshift * add LAYOUT_tkl_ansi_wkl * add LAYOUT_tkl_iso_split_bs_rshift * add LAYOUT_tkl_iso * add LAYOUT_tkl_iso_tsangan_split_bs_rshift * add LAYOUT_tkl_iso_tsangan * add LAYOUT_tkl_iso_wkl_split_bs_rshift * add LAYOUT_tkl_iso_wkl * enable Community Layout support * readme.md: update Hardware Availability link
* Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-152-131/+104
|
* Move `WS2812_DRIVER` to data driven (#20248)Ryan2023-03-262-1/+3
|
* Remove more empty headers (#20155)Ryan2023-03-171-19/+0
|
* Move matrix config to info.json, part 5 (#20003)Ryan2023-03-112-8/+5
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move backlight config to data driven (#19910)Ryan2023-02-262-2/+3
|
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-1/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+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-152-2/+2
| | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* Move keyboard USB IDs and strings to data driven: W (#17903)Ryan2022-08-062-7/+6
|
* Tidy up `SLEEP_LED_ENABLE` rules (#15362)Ryan2021-12-011-2/+0
|
* [Keyboard] Add b87 keyboard (#15091)jels2021-11-1910-0/+382
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>