~ruther/qmk_firmware

a2c62579 — John Helveston 5 years ago
[Keymap] Added jhelvy keymaps for keebio/iris and lily58 (#7447)

* Added jhelvy keymaps for keebio/iris and lily58

* Fixed keymap image link for Iris

* Update keyboards/keebio/iris/keymaps/jhelvy/keymap.c

* Fixed keymap image url for lily58

* Update keyboards/lily58/keymaps/jhelvy/keymap.c

* Removed numbers in parentheticals in lily58 rules

* Removed unnecessary rules
a14c9a05 — QMK Bot 5 years ago
format code according to conventions [skip ci]
c9838fea — yulei 5 years ago
[Keyboard] fixed noah info.json (#7518)

* fixed noah info.json

* fixed iso keymap and adding default iso keymaps

* keymap cleanup

* verified through the qmk configurator preview mode

* modify encoding from utf-8 bom to urf-8
dfe18b40 — Drashna Jaelre 5 years ago
[Keyboard] Update Lets Split Sockets to use LTO_ENABLE (#7516)

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
Next