~ruther/qmk_firmware

f0991420 — fauxpark 5 years ago
Add _summary.md for Russian docs with proper language prefix (#7514)

d98ed28e — Drashna Jaelre 5 years ago
[Keyboard] Fix calls in handwired/jotanck (#7515)

The C file for this keyboard was calling `keyboard_pre_init_user`.  Which is wrong.

This fixes that behavior.
[Keymap] Added my UT47.2 Swedish layout with tap dance function. (#6861)

* Added my UT47.2 Swedish layout with tap dance function.

* Move tap dance over to user space

* Removed config_common from config file
77c04d14 — fauxpark 5 years ago
Specify Arm GCC 8 in macOS install script (#7509)

90c74701 — fauxpark 5 years ago
[Keyboard] Add community layout support for DZ60RGB WKL (#7503)

* Add community layout support for DZ60RGB WKL

* info.json would be good too
ede67df6 — yulei 5 years ago
[Keyboard] fixed noah info.json (#7502)

* fixed noah info.json

* fixed iso keymap and adding default iso keymaps

* keymap cleanup

* verified through the qmk configurator preview mode
27bf464d — Manna Harbour 5 years ago
[Keymap] Add RGB keycodes to keymap, enable RGB_MATRIX on crkbd (#7499)

fb02593b — fauxpark 5 years ago
Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)

c0dbd81b — Callum Oakley 5 years ago
[keymap] personal keymap tweaks (#7510)

* replace home and end with cmd-left and cmd-right for iOS compatability

* tab left and right with cmd-shift-bracket instead of ctrl-tab for Blink compatability

* cmd-up and cmd-down instead of pg-up pg-down for blink shell compatability

* Revert "cmd-up and cmd-down instead of pg-up pg-down for blink shell compatability"

This reverts commit e976af9f11f77933f272edc22faf971445a65717.

* reorganised symbol layer

* update link in readme
385454e6 — Nick Brassel 5 years ago
Fix output file permissions when using docker build. (#7378)

7164e8ee — fauxpark 5 years ago
Add yet another dictionary for the QMK Firmware docs sidebar heading (#7504)

f9521ffa — Manna Harbour 5 years ago
Add shift-to-invert to remaining directional RGB_* keycode pairs (#7484)

* Add shift-to-invert to remaining directional RGB_* keycode pairs

RGB_MODE_FORWARD / RGB_MODE_REVERSE invert their functions when shift is held.
This change adds the same capabilities to the remaining directional RGB_*
keycode pairs.  This improves consistency and provides full RGB control in a
keymap containing only one keycode from each pair.

* remove redundant variable

* fix typo

* Fix more typos

Flyspell is on now I swear!
2048df88 — Joel Challis 5 years ago
Compile out some keycode processing when features are disabled (#7506)

99f3321e — Joel Challis 5 years ago
Fix processing of RGB keycodes on slave half (#7404)

235da697 — Joel Challis 5 years ago
Install bootloadHid as part of qmk_install (#7463)

* Install bootloadHid on macos

* Install bootloadHid on windows

* Highlight bootloadHID is now installed in docs

* Update udev rules for bootloadHID

* Install bootloadHid on some distros

* fix caterina udev filename
5c41fa60 — stanrc85 5 years ago
[Keymap] Userspace updates (#7500)

* Convert macro to use new QMK CLI and other cleanup

* use \n instead of ss enter
99a58aa2 — MechMerlin 5 years ago
[Keyboard] New Keyboard: J-01 (#7494)

* initial commit

* create the appropriate LAYOUT macro

* ANSI FOREVER

* Update keyboards/jae/j01/config.h

Changing it to use the Esc key for bootmagic lite

* Update keyboards/jae/j01/readme.md

* Update keyboards/jae/j01/readme.md

* Update keyboards/jae/j01/info.json

* Update keyboards/jae/j01/readme.md

* Update keyboards/jae/j01/info.json

* remove file as per fauxpark comments
4ae87ab4 — James Young 5 years ago
Community Layout support (and minor tidying) for KBD8X MK2 (#7449)

* Community Layout support for KBD8X MK2

- add LAYOUT_tkl_ansi and LAYOUT_tkl_iso layout macros
- add default_tkl_iso keymap, using new layout macro
- rename ansi_625 keymap to default_tkl_ansi, using new layout macro
- change keymaps to four-space indent
- update info.json
- remove firmware size impacts from rules.mk

* remove empty functions

* rename the ANSI and ISO keymaps per fauxpark
7e627058 — XScorpion2 5 years ago
Revert split encoder fixes until able to repro a better fix (#7498)

Temporarily removing to avoid disabling split keyboards with Rotary Encoders, irisv3/4 and Sol, while @XScorpion2 works on a more permanent fix.
1604f796 — Yan-Fa Li 5 years ago
clean up quantum.c (#7485)

* idea

* progress

* more stuff

* wip

* wip

* last couple of keycodes you can move safely

* Update quantum/quantum.c

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

* Put back RGB_MODE_BREATHE
Next