~ruther/qmk_firmware

633464ac — kiwikey 4 years ago
Add VIA keymap for Kawii9 (#12521)

Co-authored-by: Ryan <fauxpark@gmail.com>
f744e22b — mechlovin 4 years ago
Add TH1800 PCB, Hex6C PCB, Rogue87 PCB, Rouge87 PCB, Infinity87 series (#11977)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: vuhopkep <boy9x0@gmail.com>
1a913aa1 — peepeetee 4 years ago
Fix Breaking Change date (#12272)

75f83210 — Adrian 4 years ago
Add new handwired keyboard (Ergocheap) (#11857)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
`qmk chibios-confmigrate`: Make `-i` and `-r` required (#12515)

d1270c9d — Kosuke Adachi 4 years ago
Update info.json to correctly. (#12507)

Add info.json for CK60i (#12318)

e0614e4f — SneakboxKB 4 years ago
Disarray ProductID change (#12440)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: mujimanic <64090325+mujimanic@users.noreply.github.com>
Co-authored-by: Zach White <skullydazed@gmail.com>
49dc332a — Takeshi ISHII 4 years ago
[Keymap] cleanup keyboards/helix/{rev2|rev3_5rows}/keymaps/five_rows (#12259)

* cleanup keyboards/helix/{rev2|rev3_5rows}/keymaps/five_rows

* Made the layout data easier to read.
  * helix/rev2/keymaps/five_rows/keymap.c
  * helix/rev3_5rows/keymaps/five_rows/keymap.c

* The following two were made the same.
  * keymaps/five_rows/config.h
  * keymaps/five_rows/oled_display.c

The binary of the compilation result has not changed.

* update keyboards/helix/rev2/keymaps/five_rows/rules.mk

KEYBOARD_LOCAL_FEATURES_MK was moved to the end.

* add '#define DISABLE_SYNC_TIMER' into helix/rev3_5rows/keymaps/five_rows/config.h

The sync timer features worsen the matrix scan rate of the Helix keyboard. I'm not sure if it makes sense to have sync timer features enabled on the Helix keyboard. So in my keymap I disable this.
60e1910e — Joel Challis 4 years ago
Add WSL specific logic for avrdude device detection (#12392)

4e2ab3a1 — Excitable Snowball 4 years ago
Remove `wave` from requirements-dev.txt (#12387)

This resolves to <https://pypi.org/project/Wave/>, but the places where
the `wave` module is imported make it clear that the standard library
module <https://docs.python.org/3/library/wave.html> was intended.

Was originally added in #11820 and used in the following files:
* `util/sample_parser.py`
* `util/wavetable_parser.py`
41f649c9 — Zach White 4 years ago
fix line endings
d91938c1 — Steve Purcell 4 years ago
[nix] Use niv and poetry2nix to more easily manage dependencies (#11181)

* [nix] Update nixpkgs to avoid issues with Big Sur

The older nixpkgs snapshot did not contain nix changes to the
compiler/linker hooks that are necessary for compatibility with MacOS
Big Sur. The fix is simply to update to a newer snapshot.

* [nix] Add a poetry manifest and use poetry to build the Python env

* [nix] Use niv to manage upstream sources like nixpkgs

* [nix] Update to newer nixpkgs snapshot

* [nix] Bump python package versions
a3cd1290 — TurtleHunter 4 years ago
3 new LED effect animations (#9827)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
7d33d1ba — kb-elmo 4 years ago
Added Epoch80 (#12307)

4b9f5578 — github-actions[bot] 4 years ago
[CI] Format code according to conventions (#12468)

Co-authored-by: QMK Bot <hello@qmk.fm>
59c8672f — James Young 4 years ago
kingly_keys/ave: move RGBLight config to keyboard level (#12457)

QMK Configurator's API can't use the RGBLight configurator when it's defined at keymap level.
a7920acf — Michael Stapelberg 4 years ago
keymaps: fix kinesis default keymap progrm/reset keycode (#12429)

The right-most top-most key on the Kinesis Advantage keyboard is labeled
“Progrm” and was meant to enter the Teensy bootloader as per the comment.

However, the keycode was set to KC_1, which just produces a “1”.
It should be RESET instead.

This commit fixes KC_1 to RESET in all files where the fix is needed.
The other files have already been fixed independently.
79a87a9c — Robert Verst 4 years ago
[Keymap] Fixing userspace `rverst` (#12422)

Co-authored-by: Robert Verst <robert.verst@tobit.com>
8d3581a4 — Dylan Khor 4 years ago
[Keymap] Remove kc keymap from khord chocopad keymap (#12409)

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