qmk_firmware/keyboards/sol
XScorpion2 8d46bb9cab [Keyboard] Adding RGBKB Zygomorph Keyboard (#5841)
* Initial Zygomorph 5x6 code

Split is not working yet

* layout changes

implement 4 row config option (not done yet), remove layout comments in layout.c

* Zygomorph layouts for 5x12, 5x6, 4x12, and 4x6

Also, info.json *should* be nearly usable
 for the configurator

* temporary fix for pin D5 being broken

* show D5 issue comment

* add build notes

* Pin B7 broken in split why?

* remove fix

* Fix some pin assignments

* begin to fix keymap

* Create new 5x6 layout

* update key positions

* Initial Zygomorph 5x6 code

Split is not working yet

* layout changes

implement 4 row config option (not done yet), remove layout comments in layout.c

* Zygomorph layouts for 5x12, 5x6, 4x12, and 4x6

Also, info.json *should* be nearly usable
 for the configurator

* temporary fix for pin D5 being broken

* show D5 issue comment

* add build notes

* Pin B7 broken in split why?

* remove fix

* Fix some pin assignments

* begin to fix keymap

* Create new 5x6 layout

* Rough first pass at split common conversion.
Keymap cleanup to cover just the basics.
Broke OLED code out into separate example.

* Fix readme

* Removal of old encoder / oled driver, fix for layout macros

* small update

* xulkal zygomorph keymaps

* Removed the LED_MIRRORED option as leds are always mirrored on Zygomorph

* Xulkal keymaps update

* split rgb light support

* fix line endings

* Apply suggestions from code review

Co-Authored-By: zvecr <git@zvecr.com>

* More layout and compile fixes from pr review

* Cleaning up rules.mk files

* Apply suggestions from code review

Co-Authored-By: zvecr <git@zvecr.com>

* Updating defaults

* Apply suggestions from code review

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
2019-05-11 22:42:57 -07:00
..
common [Keyboard] Sol keyboard conversion to split common (#5773) 2019-05-06 15:06:43 -07:00
keymaps [Keyboard] Adding RGBKB Zygomorph Keyboard (#5841) 2019-05-11 22:42:57 -07:00
rev1 rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783) 2019-05-07 16:22:46 -07:00
config.h [Keyboard] Sol keyboard conversion to split common (#5773) 2019-05-06 15:06:43 -07:00
readme.md Keyboard: Add new keyboard "Sol" from RGBKB (#4497) 2018-12-04 18:15:52 -08:00
rules.mk [Keyboard] Sol keyboard conversion to split common (#5773) 2019-05-06 15:06:43 -07:00
sol.c rgb_led struct conversion (aka: Per led (key) type rgb matrix effects - part 2) (#5783) 2019-05-07 16:22:46 -07:00
sol.h [Keyboard] Sol keyboard conversion to split common (#5773) 2019-05-06 15:06:43 -07:00

Sol

Sol

Sol is a split ergonomic keyboard with ortholinear alphas and several modifier layouts. It can use up to 88 RGB LEDs, with per-key backlighting and underglow. The boards have presoldered components, including type C ports and ATmega32U4. Sol, when used with dual power supplies, is the brightest keyboard on earth.

Keyboard Maintainer: Legonut
Hardware Supported: Sol PCB R1.0, R1.1
Hardware Availability: RGBKB

Make example for this keyboard (after setting up your build environment):

make sol:default

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.