~ruther/qmk_firmware

c0216e92 — QMK Bot 3 years ago
Format code according to conventions (#16802)

69be0dc9 — Erovia 3 years ago
Fix lineendings for eason/capsule65 (#16801)

aec9942f — eason 3 years ago
add folders and capsule65 (#16687)

8b438a91 — James Young 3 years ago
Wavtype Foundation Layout Macro Refactor and Configurator Update (#16781)

* info.json: apply friendly formatting

* info.json: update layout data

- update labels to make them QMK CLI friendly
- update key sizes and dimensions (removes key overlaps and mis-locations)

* foundation.h: edit white space

- convert tabs to spaces
- edit alignment of arrays

* foundation.h: add matrix diagram

* rename LAYOUT to LAYOUT_ansi_split_bs

* rename LAYOUT_tkl_ansi_7u to LAYOUT_ansi_tsangan_split_bs

* rename LAYOUT_tkl_iso to LAYOUT_iso_split_bs_rshift

* rename LAYOUT_tkl_iso_7u to LAYOUT_iso_tsangan_split_bs_rshift

* refactor keymaps

- use definitions from `layer_names` enum
- use grid alignment
- use QMK-native keycode aliases

* add reference keymaps

Add `default_ansi_tsangan_split_bs`, `default_iso_split_bs_rshift`, and `default_iso_tsangan_split_bs_rshift` keymaps.

* refactor ISO layouts

Edits the ISO layout macros so that the keycode for Enter is to the end of the home row.

* info.json: fix LAYOUT_iso_tsangan_split_bs_rshift reference

Thanks to zvecr.
6a156cb5 — James Young 3 years ago
Hineybush H65 Hotswap Layout Additions and Configurator Update (#16780)

* info.json: apply friendly formatting

* h65_hotswap.h: use QMK 3-character notation

* h65_hotswap.h: add matrix diagram

* rename LAYOUT to LAYOUT_all

* add LAYOUT_65_ansi_blocker

* add LAYOUT_65_ansi_blocker_split_bs

* add LAYOUT_65_iso_blocker

* add LAYOUT_65_iso_blocker_split_bs

* grid align keycodes in keymaps

* rules.mk: align inline comments
d59d60ff — James Young 3 years ago
Hineybush H65 Layout Additions and Configurator Update (#16779)

* info.json: apply friendly formatting

* h65.h: use QMK 3-character notation

* h65.h: add matrix diagram

* add LAYOUT_65_ansi_blocker

* add LAYOUT_65_ansi_blocker_split_bs

* add LAYOUT_65_ansi_blocker_tsangan

* add LAYOUT_65_ansi_blocker_tsangan_split_bs

* add LAYOUT_65_iso_blocker

* add LAYOUT_65_iso_blocker_split_bs

* add LAYOUT_65_iso_blocker_tsangan

* add LAYOUT_65_iso_blocker_tsangan_split_bs

* grid align keycodes in keymaps

* rules.mk: align inline comments
6822101f — Joel Challis 3 years ago
Run auto approve only on qmk/qmk_firmware (#16786)

0c8109a1 — Gompa 3 years ago
fix typo in ps2 set_defaults (#16767)

27ae37d6 — Joel Challis 3 years ago
Align action workflow filenames (#16776)

61bd6134 — Joel Challis 3 years ago
Automatically approve workflow runs from first time contributors (#16775)

* Automatically approve workflow runs from first time contributors

* Automatically approve workflow runs from first time contributors
4f30b7a2 — Joel Challis 3 years ago
Automatically approve workflow runs from first time contributors (#16774)

usb-usb converter: fix layout macros (#16769)

11db29be — Joel Challis 3 years ago
Lint keyboard/project name (#16766)

yapf: disable arithmetic predecence indication (#16749)

6cdf230a — m40-dev 3 years ago
[Keyboard] handwired/m40/5x5_macropad (#16288)

* Adding the custom handwired 5x5 macropad.

* Update keyboards/handwired/m40/5x5_macropad/readme.md

* Update keyboards/handwired/m40/5x5_macropad/rules.mk

* Update keyboards/handwired/m40/5x5_macropad/readme.md

* Update readme.md

fixed the github link to my profile

* Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.c

* Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.h

* Update keyboards/handwired/m40/5x5_macropad/5x5_macropad.h

* Update keyboards/handwired/m40/5x5_macropad/config.h

* Update keyboards/handwired/m40/5x5_macropad/readme.md

* Update keyboards/handwired/m40/5x5_macropad/config.h

* Update keyboards/handwired/m40/5x5_macropad/readme.md

* Update keyboards/handwired/m40/5x5_macropad/keymaps/default/keymap.c

* Apply suggestions from code review

* added discord Id for maintainer contact

* Update keyboards/handwired/m40/5x5_macropad/readme.md

* Update keyboards/handwired/m40/5x5_macropad/info.json
9b24abf2 — Moritz 3 years ago
[Keyboard] Change linworks Dolice product ID to non-duplicate value (#16745)

8c019833 — Erovia 3 years ago
CLI: Lint non-data driven macros in info.json (#16739)

* CLI: Lint non-data driven macros in info.json

Macros in info.json should either have the "matrix" key with the matrix
data or should should be also present in <keyboard>.h

* Add verification of matrix data

* Use generic '<keyboard>.h' in output

* Add keyboard name to output

* Make C layout macro finding more robust

The old code missed C macros if they had whitespace between '#' and
'define' or had whitespace before '#'.
5fae1ec9 — Shandon Anderson 3 years ago
[Keyboard] Add Mino Hotswap PCB (#16664)

Co-authored-by: Shandon Anderson <shandon@shandon.codes>
f874984b — Lê Nguyễn Hoàng Nhân 3 years ago
Fix typos in matrix/noah readme (#16735)

Change "keybaord" to keyboard
55e5daa8 — Erovia 3 years ago
Fix bug when 'info.json' lookup escapes keyboard dir (#16734)

Next