~ruther/qmk_firmware

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)

5f5c2a21 — yd-null 5 years ago
[Keyboard] Add via support for cypher rev5 PCB (#8898)

e4151982 — Drashna Jaelre 5 years ago
A few final edits to the keymap and readme. (#8845)

* A few final edits to the keymap and readme.

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

Co-authored-by: Joel Challis <git@zvecr.com>
b17482c3 — Nick Brassel 5 years ago
Add SPI master for ChibiOS/ARM. (#8779)

5b4870c0 — Umberto Baldi 5 years ago
fix sick68 space key handwiring location (#8962)

* fix space key handwiring location

* fix mechmerlin layout

* Revert changes from mechmerlin layout

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update layouts/community/65_ansi/mechmerlin/keymap.c

* revert

Co-authored-by: Joel Challis <git@zvecr.com>
374525c9 — Joel Challis 5 years ago
Allow some usbconfig.h overrides at the keyboard level (#8647)

e02a3c55 — Alexander Hart 5 years ago
Edit Unit Testing Documentation (#8961)

e1217dae — Chris Ko 5 years ago
[Keymap] add chriskopher keymap for usb-usb converter (#8856)

485a0b0b — Eric Gebhart 5 years ago
[Keymap] Added Xd75 and viterbi keymaps,refactored my userspace. (#8776)

Next