~ruther/qmk_firmware

36dd261d — Danny 6 years ago
Add support for different encoder pinout for right half of split keyboard (#6521)

* Add support for different encoder pinouts for split keyboard

* Update documentation for new encoder pinout feature
61b5914a — Konstantin Đorđević 6 years ago
 Fix Clueboard hotswap gen1 not compiling when LED Matrix is disabled (#6427)

* Fix Clueboard hotswap gen1 not compiling when LED Matrix is disabled

* Move keymap.json to default keymap folder

* Revert "Move keymap.json to default keymap folder"

This reverts commit 7f28df909d7e4dcc79ab0ff44fe264656b5dfa18.
9813a6f9 — Joel Challis 6 years ago
Add an alternative method for keyboard discovery to speed up build (#6073)

* Add an alternative method for keyboard discovery to speed up build

* Chain MAKEFLAGS for docker_build.sh

* Slight improvement to number of items sent to sort

* Remove debug line

* Fix line escape
fadb69e2 — Joel Challis 6 years ago
Refactor of lets_split_eh to enable RGB split animations (#6411)

ee8d9bd4 — Joel Challis 6 years ago
Remove duplicate test keyboards (#6539)

* Remove test keyboards now onekey and splittest have been extended

* Add f072 for testing
d578aaef — Joe Wasson 6 years ago
[Keymap] Fix include following Wilba refactor (#6538)

75b28225 — fauxpark 6 years ago
[Keymap] Cosmetic fix for default Wasdat keymaps (#6531)

5d23fb1e — Vince Gellár 6 years ago
[Keymap] Xd75 bulbizarre keymap (#6525)

* Added Bulbizarre keymap for the XD75

* Fixed no newline at the end of file

* Update keyboards/xd75/keymaps/bulbizarre/readme.md

Co-Authored-By: MechMerlin <30334081+mechmerlin@users.noreply.github.com>

* Update led status check

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Remove unnecessary define

Co-Authored-By: fauxpark <fauxpark@gmail.com>
d14ef52b — Joel Challis 6 years ago
[Keymap] Update gherkin to use gpio (#6520)

41482e02 — Joel Challis 6 years ago
[Keyboard] Align xd84 and xd96 with moon (#6465)

* Refactor xd84 to use LINK_TIME_OPTIMIZATION_ENABLE

* Refactor xd96 to use LINK_TIME_OPTIMIZATION_ENABLE

* Align xd84 and xd96 with moon

* Update keyboards/xd96/rules.mk

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

* Update keyboards/xd84/rules.mk

Co-Authored-By: Drashna Jaelre <drashna@live.com>
547fbe76 — Drashna Jaelre 6 years ago
Enable PWM Support for Planck EZ Indicator Lights  (#6473)

* remove led layer code

* enable PWM on STM32F303

* Unusable PWM code

* Updated PWM Stuff?

* PWM Semi-working

* Both LEDs working at the same time

* Update names

* Add led level functions

* Add LED levels and persistent settings

* Revert change due to issues with timing related code

* Review feedback and minor cleanup
50045624 — John M Daly 6 years ago
[Keyboard] Add: Initial steamvan firmware code (#6501)

* Add: Initial steamvan firmware code

* Apply suggestions from code review

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update: Remove old macro commands, per reviewer comments

* Apply suggestions from code review

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update: Remove redundant backlight struct

* Update: Replace preprocessor defines with enum
0ec0d29e — Seth Barberee 6 years ago
[Keymap] Adding my userspace and keymaps (#6496)

* add Userspace and keymaps

* Adding keymaps for zeal60 and iris
* Created my own tap dance that toggles RGB Mode based on whether I toggled caps lock or not

* parent 578ed42a7f8f986147cad040d50d4ae1d24a32e2
author Seth Barberee <seth.barberee@gmail.com> 1565065903 -0500
committer Seth Barberee <seth.barberee@gmail.com> 1565065903 -0500

move to userspace

add zeal60

* update based on review

* move userspace to github name
d8d2a096 — Joel Challis 6 years ago
Fix LT() crashing some ARM keyboards (#6529)

576b138c — Jarred Steenvoorden 6 years ago
Add romac keymap (#6523)

38ad0d26 — くまお工房 6 years ago
Modified imcomplete keymap for kudox jis. (#6524)

ed658815 — George Petri 6 years ago
update arrows on lower layer (#6517)

b93e1309 — Luciano Malavasi 6 years ago
[Keyboard] Add meson keyboard (#6482)

* Add meson keyboard

* Apply suggestions from code review

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Added soft reset and layer 3

* bootmagic light

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
9114d6eb — Sascha Grunert 6 years ago
Update keymap (#6515)

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
c0e6734d — Florian B 6 years ago
[Keymap] removes gamelayer, finally got rgb working (#5817)

* removes gamelayer, finally got rgb working

* lowercasing readme

* changed to layout_ortho_4x12

* rules.mk: Removed BACKLIGHT_CUSTOM_DRIVER
Next