~ruther/qmk_firmware

[Keyboard] Update Jels88 (#16486)

b2621741 — Koobaczech 3 years ago
[Keyboard] Delete duplicate pandora directory (#16496)

2d8266bd — Koobaczech 3 years ago
[Keyboard] Tidy Up pearlboards (#16497)

bbd47fca — fOmey 3 years ago
[Keyboard] Atlantis ak81_ve encoder behaviour enhancement & fixes (#16503)

[Keyboard] Sick68 VIA keymap (#16508)

Co-authored-by: xia0 <xiao@morgan.net.au>
0978dca7 — owlab-git 3 years ago
[Keyboard] add qk65 files by qwertykeys studio (#16491)

ff6c7041 — Drashna Jaelre 3 years ago
[Keymap] Drashna Mouse keys and oled updates (#16556)

d8971d70 — QMK Bot 3 years ago
Format code according to conventions (#16554)

0e08fad5 — kopibeng 3 years ago
[Keyboard] Add support for Typ65+ (#16399)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
dcfa4712 — Felix Jen 3 years ago
[Keyboard] Add Kyuu Hotswap (#16360)

Co-authored-by: Drashna Jaelre <drashna@live.com>
5de86a05 — Takuya Urakawa 3 years ago
[Keyboard] Add Lain keyboard (#16345)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
de10757f — Andrew Garver 3 years ago
[Keyboard] fourier via keymap (#16335)

b77d51f4 — npspears 3 years ago
[Keyboard] add support for Quark_Plus (#16324)

Co-authored-by: Ryan <fauxpark@gmail.com>
9d6cea07 — Takeshi ISHII 3 years ago
[Keymap] Change helix:five_rows_jis keymap to use split_common (#16538)

4cae7bec — Takeshi ISHII 3 years ago
[Keymap] Change helix:fraanrosi keymap to use split_common (#16533)

30209de9 — Joel Challis 3 years ago
merge/uma - Resolve configurator issues (#16551)

16cd1d9b — Takeshi ISHII 3 years ago
Change helix:five_rows keymap to use QMK standerd oled driver (#16539)

`qmk info`: nicer rendering of ISO enter (#16466)

b202e593 — Joel Challis 3 years ago
Update info.json (#16540)

da6d6ce2 — kiilerix 3 years ago
Some docs improvements (#15845)

* docs: clarify in "Keymap Overview" what LAYOUT is and isn't

It is not strictly necessary to use LAYOUT macros in keyboard.c, but it
is a convenient abstraction of hardware internals, allowing focus on the
physical keyboard layout.

From the C source point of view LAYOUT is macro with a parameter list,
which expands to a array of rows that each is an array with a keyboard
scancode for each column. A macro parameter list is not an array, and
even less a single array.

Perhaps no big deal, but also no reason to give incorrect hints.

* docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1de

This part of the documentation was no longer correct. I tried updating
it, mainly copy editing and using github links to latest release.

This is not trying to fix all problems, but just trying to fix some
problems while reusing much of the old phrases and structure.

* Update docs to use "qmk format-python"
Next