summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-114-0/+102
|\|
| * [Keyboard] Add Scotto9 handwired macropad (#21105)Joe Scotto2023-06-114-0/+102
| | | | | | | | | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* | [Keyboard] correct and modernise `dactyl_manuform/6x7` variant (#21176)Duncan Sutherland2023-06-115-45/+22
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-0910-0/+558
|\|
| * [Keyboard] Add ScottoGame Keyboard (#20940)Joe Scotto2023-06-0910-0/+558
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-087-0/+160
|\|
| * Add NortonTech handwired keypad (NortonTechPad) (#21148)NortonTech2023-06-087-0/+160
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-069-7/+492
|\|
| * [Keyboard] Add Scotto36 handwired keyboard (#21104)Joe Scotto2023-06-059-7/+492
| | | | | | | | Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-068-0/+417
|\|
| * [Keyboard] Add Scotto40 handwired keyboard (#21103)Joe Scotto2023-06-058-0/+417
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-065-0/+197
|\|
| * [Keyboard] Add ScottoStarter handwired keyboard (#21101)Joe Scotto2023-06-055-0/+197
| |
* | Move `RGBLED_SPLIT` to data driven (#21113)Ryan2023-06-0616-14/+22
| | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | Unicodemap keycodes rename (#21092)Ryan2023-06-015-35/+35
|/
* [Keymap] Drashna Keymap updates for 0.21.0 (#21073)Drashna Jaelre2023-05-318-105/+41
|
* Consolidate modelm v2 (#14996)nuess0r2023-05-2713-959/+0
| | | | | Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)Ryan2023-05-2724-21/+15
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* add additional layouts to `dactyl_manuform` variants (#20688)Duncan Sutherland2023-05-207-0/+240
|
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-152-5/+2
|
* Tidy up encoder_map directions (#20847)Joel Challis2023-05-102-2/+2
|
* Clean up trailing commas from info.json (#20812)Ryan2023-05-091-2/+1
|
* Fix `test_json2c_no_json()` (#20756)Ryan2023-05-064-14/+13
|
* Escape Unicode characters in info.json (#20698)Ryan2023-05-052-2/+2
|
* Even more `info.json` whitespace cleanups (#20703)Ryan2023-05-049-327/+327
|
* Remove more junk files and scripts (#20682)Ryan2023-05-032-8/+0
|
* More `info.json` whitespace cleanups (#20665)Ryan2023-05-0316-1199/+623
|
* Wakizashi40 Handwired Touch-Up (#20671)James Young2023-05-023-90/+90
| | | | | | | | | * info.json: correct layout data * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT Only one layout is supported. Alias is maintained for backward compatibility.
* [Keyboard] Fix ws2812 pin for phantagom boards (#20670)Drashna Jaelre2023-05-022-3/+7
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-027-0/+152
|\
| * [Keyboard] add phantagom/baragon marcopad (#20543)Dennis Kruyt2023-05-017-0/+152
| | | | | | | | | | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Tom Barnes <barnestom@me.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-026-0/+212
|\|
| * [Keyboard] add phantagom/varan rgb numpad (#20587)Dennis Kruyt2023-05-016-0/+212
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Koalafications Handwired Layout Macro Additions (#20662)James Young2023-05-024-97/+399
| | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * rename LAYOUT_all to LAYOUT_ansi_split_bs * add LAYOUT_ansi * add LAYOUT_ansi_rwkl_split_bs * add LAYOUT_ansi_rwkl
* | `info.json` whitespace cleanups (#20651)Ryan2023-05-0247-377/+369
| |
* | Bebol Handwired Layout Macro Additions (#20660)James Young2023-05-014-80/+489
| |
* | split_65 Handwired Layout Macro Addition and Touch-Up (#20659)James Young2023-05-012-91/+202
| |
* | Glacier Handwired Layout Macro Addition and Touch-Up (#20661)James Young2023-05-012-123/+267
| |
* | The Galleon Handwired Layout Macro Additions (#20663)James Young2023-05-012-139/+723
| |
* | Cyberstar Handwired Layout Macro Additions (#20658)James Young2023-05-014-94/+382
| | | | | | | | | | | | | | | | | | | | | | | | | | * add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_625u_space_split_bs * add LAYOUT_625u_space * rename LAYOUT_all to LAYOUT_split_space_split_bs * add LAYOUT_split_space
* | Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648)Ryan2023-05-018-12/+6
| |
* | Move `FORCE_NKRO` to data driven (#20604)Ryan2023-05-0118-107/+14
| |
* | Remove `FLIP_HALF` layouts and move to data driven (#20588)Ryan2023-04-305-124/+50
| |
* | Move 60% layouts to data driven (#20477)Ryan2023-04-272-36/+69
| |
* | Move remaining `LAYOUT_all`s to data driven (#20463)Ryan2023-04-2717-2912/+2334
| |
* | Move miscellaneous layouts to data driven (#20516)Ryan2023-04-2550-2224/+1875
| |
* | Fix info.json LTO and format encoder definitions (#20456)Ryan2023-04-152-5/+2
| |
* | Encodermap direction define. (#20454)Nick Brassel2023-04-154-4/+4
| |
* | Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438)Ryan2023-04-152-43/+68
| |
* | Move single `LAYOUT_all`s to data driven (#20430)Ryan2023-04-1516-486/+673
| |