~ruther/qmk_firmware

216620ee — James Young 4 years ago
tidy up Clawsome Boards info.json files (#14586)

* removes `meta` field
* changes `maintainer` field to use GitHub username
9e87b47a — James Young 4 years ago
Aozora Hotswap info.json clean-up (#14585)

* clean up info.json

* correct maintainer field to use GitHub username
* remove `meta` key

* clean up readme.md

* correct key count in intro paragraph
4493a05b — Stan Gurenkov 4 years ago
[Keyboard] refactor signum30 (#14527)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Stan Gurenkov <stan.gurenkov@docusign.com>
60b13d04 — James Young 4 years ago
Alf X2 Refactor (#14572)

076a3326 — James Young 4 years ago
Swift65 Solder Refactor (#14579)

3778dd57 — WiZ.GG 4 years ago
[Keyboard] add 2 keys in jkb65 keymap (#14576)

863d9c35 — Andrew Braini 4 years ago
[Keyboard] Create the battleship gamepad keyboard. (#14551)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
257bc473 — Aeonstrife 4 years ago
[Keyboard] Add Potato65 Solderable PCB (#14047)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
768803ef — Nick Abe 4 years ago
[Keyboard] PLX info.json update (#14536)

Co-authored-by: Ryan <fauxpark@gmail.com>
2d079c98 — Nick Abe 4 years ago
[Keyboard] Add Rotor Keyboard (#14407)

* rotor keyboard

* readme image

* info.json update

* Update readme.md

* Update keyboards/rotor/rules.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/rotor/info.json

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
4f370846 — clickclackwho 4 years ago
[Docs] Broken FAQ hyperlink (#14578)

77bb907f — Albert Engelbrecht 4 years ago
[Keyboard] Added A. Dux keyboard configurations (#14320)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
c6f92e37 — phrygiandesign 4 years ago
[Keyboard] Add phrygian design ph100 (#13738)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
c242693e — ryanbughuang 4 years ago
[Keyboard] Add sam/sg81m layout (#13432)

Co-authored-by: Joel Challis <git@zvecr.com>
e36c2cbf — Albert Y 4 years ago
[Keyboard] Disable console on Sofle for size concerns (#14577)

Co-authored-by: filterpaper <filterpaper@localhost>
[Docs] update Japanese translation of pr_checklist.md (#13693)

* update pr_checklist.md translation

* update file based on comments

* add id on feature_led_indicators.md and update text based on comments

* update file based on comments

* update file based on comment
f4e42bde — Sets3n 4 years ago
kk980 - Fix Configurator rendering (#14556)

* add kk980

* fix

* fix config.h

* Modified readme.md

* fix

* Modified format.

* Modified image.

* Modified rules.mk

* Modified rules.mk + #

* fix info.json: keys dislocation
a68c4d8b — Drashna Jaelre 4 years ago
[Keyboard] Update default keymaps for OLKB boards (#14565)

29f199f4 — James Young 4 years ago
AMJ96 Refactor (#14571)

* clean up amj96.h

- use #pragma once include guard
- remove extra comments
- update matrix position alignment (easier readability)

* info.json: apply human-friendly formatting

* rename LAYOUT to LAYOUT_all

* clean up rules.mk

Align to QMK's AVR template.

* clean up default keymap

- use four-space indent
- add RESET keycode (Fn+R)
- remove unnecessary functions

* clean up config.h

- use #pragma once include guard
- move lighting settings to the middle of the file (QMK template conformance)
- remove Magic and MIDI configuration blocks

* update readme.md file

- update keyboard info list
- add flashing instructions
- update Docs links
- remove trailing spaces

* remove "empty" config.h and readme.md from default keymap
66857b91 — James Young 4 years ago
Wuque Mammoth20x Layout Macro Refactor (#14568)

* mammoth20x: edit size of RightEncode key in Configurator

* physically arrange layout macro

Arranges the keycodes to resemble the assembled board.

* rename LAYOUT_default to LAYOUT

Includes "layout_aliases" tree in info.json for backwards compatibility.

* rules.mk touch-up

* convert tabs to spaces
* add line break before ENCODER_ENABLE (not included in QMK's template)

* readme.md touch-up

* remove zero-width space characters
* markdown fix for info paragraph
* update link text
Next