~ruther/qmk_firmware

5f82b078 — Joel Challis 5 years ago
Initial vusb console support (#8559)

2e6959ed — Joshua Moses Diamond 5 years ago
Add some usages needed for ChromeOS hosts (#8996)

c482a294 — Joel Challis 5 years ago
Provide a mechanism for split keyboards to process key press on both halves (#9001)

e182a38e — Joel Challis 5 years ago
Add redirect for old getting started links (#8987)

fe4581c1 — buzzlighter1 5 years ago
Formatting (#8981)

ddd055b1 — JohSchneider 5 years ago
Audio_Enable, AVR template update (#8901)

* Branch point for 2020 May 30 Breaking Change

* audio-configuration: template: audio_avr.c does NOT default to C6

not on its own, it needs a pin configured per define in config.h for audio to actually work
otherwise only parts of the code are included in the firmware, wasting space and possibly breaking builds because auf hitting the firmware-size limits

* audio-configuration: strip comment to bare essentials

Co-Authored-By: Ryan <fauxpark@gmail.com>

* revert future change

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Johannes <you@example.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: zvecr <git@zvecr.com>
f7324ec6 — Joel Challis 5 years ago
Add xd002 support (#8598)

* Add xd002 support

* tidy some whitespace

* align filename

* Update keyboards/xd002/info.json

Co-authored-by: Erovia <Erovia@users.noreply.github.com>

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
750c7c2b — Ahmed Elshafey 5 years ago
[Documentation] Added raw hid documentation page (#7640)

* Added raw hid feature documentation page

* Update docs/feature_rawhid.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update docs/feature_rawhid.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update docs/feature_rawhid.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update docs/features.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* added feature_rawhid.md to _summary.md in docs

* fixed _summary.md order

* Update docs/feature_rawhid.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update feature_rawhid.md

Removed the useless bit about finding usage page and usage.

* Update feature_rawhid.md

* Update docs/feature_rawhid.md

Co-Authored-By: Nick Brassel <nick@tzarc.org>

* Update docs/feature_rawhid.md

Co-Authored-By: Nick Brassel <nick@tzarc.org>

* Update docs/feature_rawhid.md

Co-Authored-By: Nick Brassel <nick@tzarc.org>

* Update docs/feature_rawhid.md

Co-Authored-By: Nick Brassel <nick@tzarc.org>

* Remove teensy client, small origanization fixes

* Fixed merge conflicts
Removed features.md
Updated _summary.md with new format and added RAW HID entry under Software Features

* Added rawhid feature page
Messy is what you get when you don't do things right the first time

Co-authored-by: fauxpark <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
4846c8eb — Eriq M. Adams 5 years ago
Add Via Keymap to Blackplum (#8975)

[Docs] Japanese translation of docs/feature_key_lock.md (#8948)

* add feature_key_lock.md translation

* update based on comment

* set link as lang dir
[Docs] Japanese translation of docs/feature_haptic_feedback.md (#8874)

* add feature_haptic_feedback.md translation

* update based on comment

* update based on comment
QMK-ify some GPIO macros (#8315)

BACKLIGHT_ON_STATE config.h fixes (#8862)

231464c4 — QMK Bot 5 years ago
format code according to conventions [skip ci]
d26a14c1 — JohSchneider 5 years ago
add 'togglePin' convenience function (#8734)

* add 'togglePin' conveniance function

for AVR and chibios

* drop outmost parantheses

Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>

* toggle pin on avrs

toggle a pin configured as output by writing the corresponding bit to the PIN register

Co-Authored-By: Takeshi ISHII <2170248+mtei@users.noreply.github.com>

* togglepin: add documentation for newly added function

* Update docs/internals_gpio_control.md

Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>

* on AVR: use PORTD to toggle the output

... since not all MCUs support toggling through writing to PIN

Co-Authored-By: Ryan <fauxpark@gmail.com>

Co-authored-by: Johannes <you@example.com>
Co-authored-by: Konstantin Đorđević <vomindoraan@gmail.com>
Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
195be507 — Mikkel Jeppesen 5 years ago
[Keyboard] Vitamins included VIA support (#8876)

* Added VIA support

* added via support to vitamins included

* Added VIA support

* added via support to vitamins included

* Used actual nkro alias
8fdb229b — Sergey Vlasov 5 years ago
[Keyboard] id80: Transpose matrix to use faster COL2ROW routines (#8930)

* id80: Transpose matrix to use faster COL2ROW routines

Even the standard QMK matrix_scan() function can give about 2 times
higher scan rate (if compiled with optimizations enabled) if the COL2ROW
matrix layout is used instead of ROW2COL.  Although the ID80 PCB is
wired using the ROW2COL matrix layout, it is possible to transpose the
matrix from the QMK standpoint, so that "columns" would correspond to
horizontal connections, and "rows" would correspond to (mostly) vertical
connections; in this case the matrix could be handled as if it had the
COL2ROW layout.

The matrix layout change makes the older VIA JSON layout definition
incompatible, but the corresponding JSON was not yet accepted to the VIA
repository, so it should still be safe to make this change.

* id80: Remove obsolete comments
fd3456f3 — Garret G 5 years ago
[Keymap] Add VIA Keymap to RoMac+ Directory (#8966)

812d80ef — QMK Bot 5 years ago
format code according to conventions [skip ci]
86c4c4e9 — Drashna Jaelre 5 years ago
Convert clipping variables in rgblight.c to a structure (#7720)

Next