~ruther/qmk_firmware

b23eeb6a — swampmonster 4 years ago
Documentation update (#12484)

Update documentation to reflect what the actual target flags are

Co-authored-by: swampmonster <>
1298eab6 — Joseph Whom 4 years ago
Update readme.md (#12502)

Noticed a letter missing in "compiling".
98939868 — Hawley Waldman 4 years ago
Update github instruction link in newbs_getting_started.md (#12510)

Clarify that the link to the github/forking instructions is a link to how to fork this project. Previous wording implied that the link was to a how-to-use github in general page.
7daa2e21 — github-actions[bot] 4 years ago
Format code according to conventions (#12540)

Co-authored-by: QMK Bot <hello@qmk.fm>
7d953332 — Michael Stapelberg 4 years ago
ChibiOS USB driver: prevent deadlock with CONSOLE_ENABLE = yes (#12472)

Before this commit, attaching an ARM-based (i.e. ChibiOS-based) keyboard that
uses CONSOLE_ENABLE = yes and produces debug messages would deadlock the
keyboard unless one was running hid_listen.

With this commit, dead-locking writes to the queue are detected and prevented.

fixes #5631
03685309 — Álvaro A. Volpato 4 years ago
Reverse K0E and K0G (#12491)

Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
e09ca633 — Eithan Shavit 4 years ago
[Keyboard] Add afternoonlabs/oceanbreeze (#12299)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Eithan Shavit <eithan@fb.com>
3dbb7f26 — Ryo Maeda 4 years ago
[Keymap] Remove LAYOUT_kc macros from edvorakjp keymaps (#12217)

93e8a401 — littleferris 4 years ago
[Keyboard] ergosaurus - add VIA support, enabled RGB (#12126)

Co-authored-by: Drashna Jaelre <drashna@live.com>
[Keyboard] Added senselessclay had60 (#12093)

Co-authored-by: Ryan <fauxpark@gmail.com>
633464ac — kiwikey 4 years ago
Add VIA keymap for Kawii9 (#12521)

Co-authored-by: Ryan <fauxpark@gmail.com>
f744e22b — mechlovin 4 years ago
Add TH1800 PCB, Hex6C PCB, Rogue87 PCB, Rouge87 PCB, Infinity87 series (#11977)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: vuhopkep <boy9x0@gmail.com>
1a913aa1 — peepeetee 4 years ago
Fix Breaking Change date (#12272)

75f83210 — Adrian 4 years ago
Add new handwired keyboard (Ergocheap) (#11857)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
`qmk chibios-confmigrate`: Make `-i` and `-r` required (#12515)

d1270c9d — Kosuke Adachi 4 years ago
Update info.json to correctly. (#12507)

Add info.json for CK60i (#12318)

e0614e4f — SneakboxKB 4 years ago
Disarray ProductID change (#12440)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: mujimanic <64090325+mujimanic@users.noreply.github.com>
Co-authored-by: Zach White <skullydazed@gmail.com>
49dc332a — Takeshi ISHII 4 years ago
[Keymap] cleanup keyboards/helix/{rev2|rev3_5rows}/keymaps/five_rows (#12259)

* cleanup keyboards/helix/{rev2|rev3_5rows}/keymaps/five_rows

* Made the layout data easier to read.
  * helix/rev2/keymaps/five_rows/keymap.c
  * helix/rev3_5rows/keymaps/five_rows/keymap.c

* The following two were made the same.
  * keymaps/five_rows/config.h
  * keymaps/five_rows/oled_display.c

The binary of the compilation result has not changed.

* update keyboards/helix/rev2/keymaps/five_rows/rules.mk

KEYBOARD_LOCAL_FEATURES_MK was moved to the end.

* add '#define DISABLE_SYNC_TIMER' into helix/rev3_5rows/keymaps/five_rows/config.h

The sync timer features worsen the matrix scan rate of the Helix keyboard. I'm not sure if it makes sense to have sync timer features enabled on the Helix keyboard. So in my keymap I disable this.
60e1910e — Joel Challis 4 years ago
Add WSL specific logic for avrdude device detection (#12392)

Next