]> git.donarmstrong.com Git - qmk_firmware.git/commit
Keyboard: Add new keyboard "Sol" from RGBKB (#4497)
authorLegonut <legonut3@gmail.com>
Wed, 5 Dec 2018 02:15:52 +0000 (21:15 -0500)
committerDrashna Jaelre <drashna@live.com>
Wed, 5 Dec 2018 02:15:52 +0000 (18:15 -0800)
commit8a330b33ff41ffc1ec3f8fa39722e93115ea3f0f
tree3ef91766a6063422fb7cd884c377959fa6b2ab39
parent6d0dc910d92bc381d3cce9ea712aa47ae40ddf15
Keyboard: Add new keyboard "Sol" from RGBKB (#4497)

* Add final RGBKB Sol firmware

* Apply suggestions from code review

Apply most of the changes noroadsleft has suggested

Co-Authored-By: Legonut <legonut3@gmail.com>
* Cleanup readme

* Cleanup keymaps per @noroadslefts suggestions

* Remove eeproms, use set_single_persistent_default_layer

* Suggestions from @noroadsleft and @drashna

some small cleanup

* Change RGB_SMOD to RGB_RMOD

* fix RGB_SMOD

* Apply suggestions from code review

Remove redundant lines

Co-Authored-By: Legonut <legonut3@gmail.com>
35 files changed:
keyboards/sol/common/glcdfont.c [new file with mode: 0644]
keyboards/sol/common/knob_v2.c [new file with mode: 0644]
keyboards/sol/common/knob_v2.h [new file with mode: 0644]
keyboards/sol/common/ssd1306.c [new file with mode: 0644]
keyboards/sol/common/ssd1306.h [new file with mode: 0644]
keyboards/sol/config.h [new file with mode: 0644]
keyboards/sol/i2c.c [new file with mode: 0644]
keyboards/sol/i2c.h [new file with mode: 0644]
keyboards/sol/keymaps/brianweyer/config.h [new file with mode: 0755]
keyboards/sol/keymaps/brianweyer/keymap.c [new file with mode: 0755]
keyboards/sol/keymaps/brianweyer/rules.mk [new file with mode: 0755]
keyboards/sol/keymaps/danielhklein/config.h [new file with mode: 0644]
keyboards/sol/keymaps/danielhklein/keymap.c [new file with mode: 0644]
keyboards/sol/keymaps/danielhklein/rules.mk [new file with mode: 0644]
keyboards/sol/keymaps/default/config.h [new file with mode: 0644]
keyboards/sol/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/sol/keymaps/default/readme.md [new file with mode: 0644]
keyboards/sol/keymaps/default/rules.mk [new file with mode: 0644]
keyboards/sol/keymaps/kageurufu/config.h [new file with mode: 0644]
keyboards/sol/keymaps/kageurufu/keymap.c [new file with mode: 0644]
keyboards/sol/keymaps/kageurufu/readme.md [new file with mode: 0644]
keyboards/sol/keymaps/kageurufu/rules.mk [new file with mode: 0644]
keyboards/sol/readme.md [new file with mode: 0644]
keyboards/sol/rev1/config.h [new file with mode: 0644]
keyboards/sol/rev1/matrix.c [new file with mode: 0644]
keyboards/sol/rev1/rev1.c [new file with mode: 0644]
keyboards/sol/rev1/rev1.h [new file with mode: 0644]
keyboards/sol/rev1/rules.mk [new file with mode: 0644]
keyboards/sol/rev1/split_util.c [new file with mode: 0644]
keyboards/sol/rev1/split_util.h [new file with mode: 0644]
keyboards/sol/rules.mk [new file with mode: 0644]
keyboards/sol/serial.c [new file with mode: 0644]
keyboards/sol/serial.h [new file with mode: 0644]
keyboards/sol/sol.c [new file with mode: 0644]
keyboards/sol/sol.h [new file with mode: 0644]