]> git.donarmstrong.com Git - qmk_firmware.git/commit
Sol Rev 2 Keyboard (#6389)
authorXScorpion2 <rcalt2vt@gmail.com>
Mon, 22 Jul 2019 17:43:52 +0000 (12:43 -0500)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 22 Jul 2019 17:43:52 +0000 (10:43 -0700)
commit40b0ddd425bf09ddbb15a414b5147e98256f10a8
tree8aa9d292b49716225474a58e90fd89c6f978da9a
parent17ff9cf554d64fd3e036f3d6e06cff952d8802bf
Sol Rev 2 Keyboard (#6389)

* Basic Rev 2 implementation

* Updated LED defines and added Extra encoder support

* Fixed rgb pin assignment

* Physically accurate LED positions

* Single Color Band scrolling left to right effects

* Spirals, Pinwheels, and Documentation....Oh My!

* Spiral effect band thickness adjustments

* Fixing animation spin directions

* Full hand LED positions

* Basic Rev 2 implementation

Updated LED defines and added Extra encoder support

Fixed rgb pin assignment

Physically accurate LED positions

Full hand LED positions

Moving rev2 folder

* RGB Center Point LED position update

* Fixing led config commas

* Fixing led config commas

* fix enter key

* fix enter

* Small changes to default

* update default

* typo fix

* update default

* Fixing defines & led config, turned full hand & extra encoders into rules.mk feature

* Refactored rules.mk to have a post_rules.mk

* Forgot to offset the matrix to led map due to the edge led additions

* Updated LED flags and fixed my keymap

* Update keymap.c

include speed controls for RGB

* Fixing more rules.mk and adding keymap like encoders functionality

* Sol Rev 2 Implementation

* Minor fixes

* Keymap fixes

* Fix Colemak, add lock keys
22 files changed:
keyboards/rgbkb/sol/common/glcdfont.c
keyboards/rgbkb/sol/config.h
keyboards/rgbkb/sol/keymaps/brianweyer/rules.mk
keyboards/rgbkb/sol/keymaps/danielhklein/rules.mk
keyboards/rgbkb/sol/keymaps/default/keymap.c
keyboards/rgbkb/sol/keymaps/default/readme.md
keyboards/rgbkb/sol/keymaps/default/rules.mk
keyboards/rgbkb/sol/keymaps/kageurufu/rules.mk
keyboards/rgbkb/sol/keymaps/xulkal/rules.mk
keyboards/rgbkb/sol/rev1/config.h
keyboards/rgbkb/sol/rev1/post_rules.mk [new file with mode: 0644]
keyboards/rgbkb/sol/rev1/rev1.c
keyboards/rgbkb/sol/rev1/rules.mk
keyboards/rgbkb/sol/rev2/config.h [new file with mode: 0644]
keyboards/rgbkb/sol/rev2/info.json [new file with mode: 0644]
keyboards/rgbkb/sol/rev2/post_rules.mk [new file with mode: 0644]
keyboards/rgbkb/sol/rev2/rev2.c [new file with mode: 0644]
keyboards/rgbkb/sol/rev2/rev2.h [new file with mode: 0644]
keyboards/rgbkb/sol/rev2/rules.mk [new file with mode: 0644]
keyboards/rgbkb/sol/rules.mk
keyboards/rgbkb/sol/sol.h
users/xulkal/custom_encoder.c