~ruther/qmk_firmware

bf324c38 — Dmitry Nosachev 4 years ago
[Keyboard] add ASkeyboard Sono1 (#11114)

* handwired/sono1

* readme: addition

* Apply suggestions from code review

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

Co-authored-by: Ryan <fauxpark@gmail.com>
f40b5646 — Joshua Diamond 4 years ago
Partial fix for Issue #9405 - Caps Lock not working with Unicode Map's XP on Linux (#11232)

[Keyboard] Add VIA keymap for the reviung41 (#11102)

* Add VIA keymap for reviung41

* Change VID for compatibility

* Add GPL header to config.h

* Enable link time optimization

* Remove config since it might not be needed
54e2bf3e — Joshua Diamond 4 years ago
Fix Issue #9533 - Delayed shift state handling (#11220)

Co-authored-by: Ryan <fauxpark@gmail.com>
94535730 — kb-elmo 4 years ago
[Keyboard] Add Axolstudio Yeti (#11051)

c0dcee96 — Zach White 4 years ago
Initial list of keyboards to exclude from CI (#11213)

[Keyboard] add Lily58L keymap (#9870)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
a380a26a — Erovia 4 years ago
Split of the doctor codebase (#11255)

Co-authored-by: Ryan <fauxpark@gmail.com>
Fix small typo in V-USB configuration descriptor (#11253)

Doctor: add check for .git folder (#11208)

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
13bbeefc — Nick Brassel 4 years ago
Follow symlinks when listing keyboards. (#11250)

63362a9c — Takeshi ISHII 4 years ago
[Keymap] fix keyboards/helix/rev2/keymaps/default/oled_display.c (#11228)

Fixed the OLED display on the right side as it was showing some garbage.
右側のOLEDディスプレイにゴミが表示されていたのを修正しました。
25b13678 — MechMerlin 4 years ago
VIA Support: MF68 (#11030)

* add via support to mf68 pcb

* add license header
624cafbf — Zach White 4 years ago
Change keyboard json format to bring it inline with the current api (#11231)

5619b1d3 — Drashna Jaelre 4 years ago
[Keyboard] Add drashna's dactyl manuform 5x6 with trackball (#11062)

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
bded5f47 — Zach White 4 years ago
simplify qmk doctor to make room for #11208 (#11242)

6890090f — precondition 4 years ago
Updated usage of qmk c2json (#11148)

03cbee86 — Zach White 4 years ago
Add the ability to exclude keyboards from travis builds (#11178)

* add the ability to exclude keyboards from travis builds

* add filtering to make all:

* only skip keyboards during make all:

* working implementation

* forego a CI_KEYBOARDS variable

* optimize the startup by only listing keyboards once

* add sort -u to all list_keyboard invocations

* move the if else if tree back to 1 level
a9f7d4dc — Joel Challis 4 years ago
Various compilation fixes for avr-gcc 10 (#9269)

Run cformat and dos2unix manually (#11235)

Next