~ruther/qmk_firmware

e1f1e158 — shela 5 years ago
Update Japanese translation of feature_dynamic_macros.md. (#9764)

65f803a1 — shela 5 years ago
Update Japanese translation of feature_dip_switch.md. (#9763)

706f1b43 — shela 5 years ago
Update Japanese translation of driver_installation_zadig.md. (#9761)

841a2721 — shela 5 years ago
Update Japanese translation of config_options.md. (#9759)

d48e3053 — Mark Sherman 5 years ago
Updating comment diagram to match code in lets_split_eh/doxish_dvorak (#9785)

d7a4b14b — Michael Krasnitski 5 years ago
Fix compilation warning for the DZ60RGB/DZ65RGB when RGB matrix is disabled (#9791)

74d3223f — Sergey Vlasov 5 years ago
Update handwired/onekey/teensy_2pp readme (#9784)

In commit 297aad6ebd85 pins for handwired/onekey/teensy_2pp were changed
from B2/B1 to F4/F5; update readme.md to match that change.
[Docs] Japanese translation of docs/cli_development.md (#9699)

* add cli_development.md translation

* update based on comment

* update based on comment

* update based on comment
3f96b88e — Matthew Lyon 5 years ago
mattly goes windows (#9677)

* mattly's userspace and iris

* [Keymap] mattly's windows overlays

* biton32->get_highest_layer

* few more small tweaks
5e812cc4 — dsanchezseco 5 years ago
Add keyboard Punk75 (#9731)

* start of punk75 keyboard

* preliminary code for the punk75 keyboard

* readme

* changes to work with USBasp

* changed cols and added configurable led

* set LED's pin as output

* changed led to new port and added rotary encoders

* added code for rotary encoders

* fixed col pins

* fixed encoder orientation

* added delay for tap_code so encoder works as intended

* added preliminary keymap for mine

* personal keymap for punk75

* personal keymap for punk75

* Apply suggestions from code review

Co-authored-by: Joel Challis <git@zvecr.com>

* Apply suggestions from code review

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

* fixed image

* Apply suggestions from code review

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

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
8c8a320e — Alabahuy 5 years ago
Add via support for rart75 (#9746)

* Update info.json

* Create rules.mk

* Create keymap.c
43b21cff — ladbahuy 5 years ago
Update rartpad via keymap (#9747)

58c31f56 — shela 5 years ago
fixed alt text for images. (#9781)

1778858e — QMK Bot 5 years ago
format code according to conventions [skip ci]
19006c97 — nathanvercaemert 5 years ago
Implemented New MK_COMBINED Functionality (#9557)

* implemented new mousekey_combined functionality

* minor formatting change to documentation

* Update tmk_core/common/mousekey.c

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

* Update tmk_core/common/mousekey.c

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

* Update tmk_core/common/mousekey.c

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

* Update tmk_core/common/mousekey.c

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

* Update docs/feature_mouse_keys.md

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Update docs/feature_mouse_keys.md

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Update docs/feature_mouse_keys.md

Co-authored-by: Nick Brassel <nick@tzarc.org>

* Update docs/feature_mouse_keys.md

Co-authored-by: Nick Brassel <nick@tzarc.org>

Co-authored-by: Nathan Vercaemert <nathan.vercaemert@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
2e08c72e — Nico Cesar 5 years ago
Update onekey proton_c readme (#9758)

A3 won't work. The code says A1 and A2 and it works. prints out an "a"
57f408cf — Joshua Rubin 5 years ago
ensure hhkb runs matrix_init_quantum (#9629)

c4d778a3 — Drashna Jaelre 5 years ago
[Docs] Update ISP Guide (#9748)

* [Doc] Update ISP Guide

Correct the fuses for Caterina, and make the `:production` command more obvious.

* fix casing before fauxpark catches it
[Docs] Japanese translation of docs/feature_debounce_type.md (#9524)

* add feature_debounce_type.md translation

* update based on comment

* update based on comment
a8c23074 — Pierre Chevalier 5 years ago
Write firmware for the Ferris keyboard (#9634)

* Write firmware for the Ferris keyboard

Took inspiration from the gergoplex and the ergodox_ez firmware for the
split matrix with io_expander on the right hand.
Cleaned up a lot of bit fiddling on the mcu side by taking inspiration
from the `split_custom` in quantum.
Still bit fiddling on the mcp side as it is particularly natural to do
so with the abstractions provided by the i2c protocol. Would be good to
clean that up and abstract away the wiring from the generic i2c code in
a similar fashion as quantum and the mcp side behave.

One improvement over the ergodox_ez and the gergoplex firmwares is that
the wiring is straight forward as opposed to swapping rows and columns
in two different places that end up cancelling out for some reason.

At this stage, I have flashed this firmware to a board and have verified
that all keys are behaving as intended by shorting pins.
I still have to solder in some switches and test that everything works
correctly at normal typing speeds, but I don't expect any major issues
given I'm building up on previous effort, including the debouncing code
from the ergodox_ez.

* Remove rotation from info.json and label the keys as per default keymap

* Comply with minor review feedback points

* Use CUSTOM_MATRIX=lite to remove boilerplate

* Update keyboards/handwired/ferris/info.json

Didn't play nicely in the configurator

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

* Remove MIDI_ENABLE from rules.mk

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

* Remove FAUXCLICKY_ENABLE from rules.mk

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

* Prefer wait_ms over _delay_ms

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

* Remove unused include

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

* Remove unused include

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

* Remove unused include

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

* Remove unused includeh

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

* Use dprint over print and remove include for print.h

* Remove all unused includes

* Remove unused code

* Cleanups thanks to code review

* Move more personal settings from the ferris config to the default keymap config

These setting happen to be unused in the default keymap at the moment,
as it has only one layer with no homerow modifiers and no mouse key; but
I would like to keep it there for two reasons:
* It can serve as an example to people creating their own keymap
* I plan to design a more usable default keymap that uses these features
  once this PR which adds the Ferris keyboard is merged.

* Consolidate mcp logic inside matrix.c

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