~ruther/qmk_firmware

307be48d — Joel Challis 5 years ago
Reduce SPLIT_USB_TIMEOUT by 500ms (#7637)

* Update SPLIT_USB_TIMEOUT -500ms

* Align keyboard level SPLIT_USB_TIMEOUT defaults

* Align keyboard level SPLIT_USB_TIMEOUT_POLL

* Review fixes
a557a5b2 — Joel Challis 5 years ago
[Keyboard] Refactor deltasplit75 to use split_common (#8083)

* Refactor deltasplit75 to use split_common

* Refactor deltasplit75 to use split_common - small tidy up
a6b0a74d — MechMerlin 5 years ago
Add RESET key for default keymap in Satisfaction 75 (#8088)

393937b4 — Joel Challis 5 years ago
Relocate grave keycode processing (#8082)

* Relocate grave keycode processing

* Tidy up code

* Refactor grave -> grave_esc
efe8bd8e — fauxpark 5 years ago
[Keyboard] LFKPad refactor (#8079)

74e3cad7 — fauxpark 5 years ago
Remove entries for Minidox eep files from gitignore (#8077)

0010d0c4 — Drashna Jaelre 5 years ago
Add Midi Endpoint task to ChibiOS main (#8071)

8a749a7a — Jesse Leventhal 5 years ago
Encoder brush size (#8087)

* Added brush size to encoder knob as new keymap

* Encoder keymap added
964ed177 — ridingqwerty 5 years ago
ridingqwerty: userspace update (#8076)

* Userspace overhaul

* Remove testing directory

* Minorca keymap tweaks
50554ca2 — Jonas Avellana 5 years ago
Ninjonas userspace (#8070)

* [keymap(kyria)] moved OLED & encoder implementation to separate classes

* [feat] created logic to cycle through hue wheel when starting keyboard

* [feat] created logic to cycle through hue wheel and return to user's default color

* [refactor] updating OLED layout for crkbd & lily58

* [refactor] updating OLED layout for crkbd & lily58

* [fix(8070)] updating encoder.c logic based off drashna's code review

* [refactor(8070)] added key to send  + Shift + M
c6f389b5 — MechMerlin 5 years ago
Merlin's userspace updates (#8074)

5780c944 — skullydazed 5 years ago
Improve the functionality of qmk.questions (#8020)

* wip

* tested and working

* remove unused import

* Update lib/python/qmk/questions.py

Co-Authored-By: Erovia <Erovia@users.noreply.github.com>

* fix flake8 errors

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
acef5127 — Mike Rix Wolfe 5 years ago
[Keymap] Add User Keymap for FC660C (#8062)

* add my keymaps

* tri layer keymap

* update tri layer

* update tri layer

* cleaning up

* formatting

* move to correct location

* lily58: move caps off mod key in sublayer

* Update keyboards/lily58/keymaps/mikefightsbears/rules.mk

* Update keyboards/lily58/keymaps/mikefightsbears/rules.mk

* Update keyboards/lily58/keymaps/mikefightsbears/rules.mk

* Update keyboards/lily58/keymaps/mikefightsbears/rules.mk

* remove unnecessary trailing whacks

* remove unneeded file

* swap spacebar

* update code for comments in PR

* add fc660c keymap

* rm readme

* move layer key

* remove inconvenient alternate keys

* swap format

* add them media keys

* add rules mk

* swap caps and ctrl

* remove unneeded config

* use gesc instead of esc
fa9c74c6 — QMK Bot 5 years ago
format code according to conventions [skip ci]
b2ce2f8a — fauxpark 5 years ago
Dedupe extrakey report struct, and send functions in V-USB & LUFA (#7993)

* Dedupe extrakey report struct, and send functions in V-USB & LUFA

* Doc comment for consistency

* Wrap it in ifdef to prevent unused function error

* Do the same for ATSAM
5b91c3e0 — Joel Challis 5 years ago
Fix cformat processing files within ignore folders (#8063)

1877736f — fauxpark 5 years ago
Update dirty submodule make message (#8065)

c096be38 — James Young 5 years ago
[Docs] future branch housekeeping
4888a118 — QMK Bot 5 years ago
format code according to conventions [skip ci]
e036b94a — fauxpark 5 years ago
Align ATSAM HID descriptors with LUFA/ChibiOS (#7651)

* Align ATSAM HID descriptors with LUFA/ChibiOS

* Don't hardcode raw endpoint size
Next