~ruther/qmk_firmware

6b54f3ce — Erovia 5 years ago
CLI: Tune doctor's udev rule checking to match #8750
c3aaed8d — Keenan Brock 5 years ago
[kle2info] Trim the code in `kle2xy` (#8955)

* [kle2jinfo] use min/max instead of if

This is a slight change.
Before, the key_skel would keep the invalid value for future keys.
I think this is what was actually intended.

* [kle2info] calculate x

x is the current_x * key_size + (key_size/2)
y is the current_y * key_size + (key_size/2)

no reason to track both
ebc27420 — Jonathan Arnett 5 years ago
Update j3rn keymap (#9100)

1bdfac8a — dlgoodr 5 years ago
update dlg's tada68 keymap (#9098)

9b716b7a — stanrc85 5 years ago
stanrc85 userspace and keymap updates (#9103)

* Update flash command in userspace

* Switch to BackspaceFN on split spacebar
b591c0c2 — Wilba 5 years ago
[Keyboard] Added wilba.tech WT80-BC (#9024)

* Added WT80-BC

* Update keyboards/wilba_tech/wt80_bc/info.json

* Update keyboards/wilba_tech/wt80_bc/info.json

* Update keyboards/wilba_tech/wt80_bc/rules.mk

* Update keyboards/wilba_tech/wt80_bc/rules.mk

* Update keyboards/wilba_tech/wt80_bc/rules.mk

* Update keyboards/wilba_tech/wt80_bc/wt80_bc.h
6ba014a5 — Adrian 5 years ago
Fixed MurciƩlago info.json to work with qmk configurator -> wrong assignments (#9095)

* fixed json to work with qmk configurator
updates to readme

* Change spacing of keys

* changed overall size of keymap
2dd47a3b — Joel Challis 5 years ago
avoid 'Entering|Leaving directory' messages (#9061)

887c1c4e — Conor Fischer 5 years ago
Fix bad key labels in ascii art (#9094)

Improve stock bootloader list (#9067)

* Improve stock bootloader list

* Switch version numbers on USB64/128 bootloaders

* Unix line endings for PS2AVRGB bootloader

* Update PS2AVRGB bootloader to 1.0.1

* Also mention bootloader rule

* Didn't need to change the links
632285c9 — yiancar 5 years ago
V-USB Interface reorder (#9090)

805f5cb7 — Zsolt Parragi 5 years ago
One shot support for swap hands (#8590)

This commits add the SH_OS keycode, which works similarly to one shot
layers:
* while pressed, the keyboard is swapped
* if no keys were pressed while it was pressed, the next key press is
swapped

SH_OS also supports chaining with one shot layers:
OSL(x) + SH_OS + key interprets the key press on the oneshot layer.

The ONESHOT_TIMEOUT setting used by one shot keys and layers is also
used by oneshot swap hands. In the above chaining scenario the timeout
of the oneshot layer is reset when swap hands is activated.

Resolves #2682
a8a8bf0f — Joshua Diamond 5 years ago
Allow expanding from 8 to 32 RGB Lighting Layers (#8941)

* Allow 16 lighting layers

* Require #define RGBLIGHT_LAYERS_16 to enable 16 layers

* Override RGBLIGHT_MAX_LAYERS to set maximum number of lighting layers

* Enforce lower bound on RGBLIGHT_MAX_LAYERS

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

* Fix an error in the check for valid RGBLIGHT_MAX_LAYERS

* Don't use bitfield / PACKED, as it causes bloat

* Update documentation re: up to 32 lighting layers

* Run cformat

* Add note about increasing FW size in docs/config_options.md

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Remove no-longer-valid comment

* Add doc note that split sync will be slower

Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
fadd3cb4 — Adrian 5 years ago
added murcielago keyboard (#8920)

* Squashed pull request for murcielago

* removed rotation prior to creating info.json
a41f973f — bottilabo 5 years ago
optimize source code for size. reduce compiled binary size 292 bytes (#8428)

* optimize source code for size. reduce compiled binary size 292 bytes

* more size optimization
7abbc95c — James Young 5 years ago
Fix incorrect key sizes in Configurator (#9073)

* fix key size: exclusive/e6v2/le_bmc

* fix key size: exclusive/e6v2/oe_bmc

* fix key sizes: flx/lodestone

* fix key size: handwired/prime_exl

* fix key sizes: massdrop/ctrl
[Keyboard] Added support for Aves 65 (#8880)

* First commit.

* Apply suggestions from code review

Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: Ryan <fauxpark@gmail.com>

* Update keyboards/aves65/rules.mk

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

* Update keyboards/aves65/aves65.h

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

* Update keyboards/aves65/keymaps/default/keymap.c

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

* Update keyboards/aves65/rules.mk

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

* Changes.

* Changes

* Changes

* Update keyboards/aves65/rules.mk

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

Co-authored-by: Hund <hund@ubuntu.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Update Neo2 keymap (#9063)

Update Canadian Multilingual keymap and add sendstring LUT (#8786)

f3c30e80 — eniigmakeyboards 5 years ago
Updated rules.mk to allow for audio control in VIA (#9087)

Next