aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/sol/keymaps
Commit message (Collapse)AuthorAgeFilesLines
* [Keyboard] Create RGBKB Folder (#5858)XScorpion22019-05-1414-1605/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Move Sol, Zen, & Zygomorph keyboards to RGBKB folder * Updated default keymaps * Fixing more areas due too folder moves * Fixing Zen layer numbers * Fixing zygomorph layer comments * Fixing Colmak comments * Fixing Sol Colmak readme * Macro alignment * Zen rev2 configuration json * Fixing sol ifdef * Fixing Sol info.json
* Xulkal Keymap Changes (#5861)XScorpion22019-05-131-1/+1
|
* [Keyboard] Adding RGBKB Zygomorph Keyboard (#5841)XScorpion22019-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Cleanup/rgb matrix (#5811)XScorpion22019-05-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | * clean up rgb matrix extern usage Moved rgb matrix boiler plate into macros Rebased onto typing heatmap pr * Fixing the reversed frame buffer access in digital rain * Fixing digital rain & typing heatmap if keyreactive effects are not enabled * Apply suggestions from code review Co-Authored-By: Drashna Jaelre <drashna@live.com> * Adding parenthesizes to DRIVER_LED_TOTAL where necessary * Updated docs * added notes about parentheses
* [Keyboard] Sol keyboard conversion to split common (#5773)XScorpion22019-05-0610-62/+99
| | | | | | | | | | | | | | | | | | | | | | * Split common conversion * Updated serial and encoder pins * Fixing default folder until r2 * Fixing oled driver on slave split common * Fixing keymap compile errors * Fixing oled inactivity timer on slave split common * Hoisted oled driver task, init, & activity to keyboard.c * Update keyboards/sol/config.h Co-Authored-By: XScorpion2 <rcalt2vt@gmail.com> * Remove TAPPING_FORCE_HOLD
* [Keymap] Xulkal keymap tweeks (#5746)XScorpion22019-04-301-3/+17
| | | | | | * Minor keymap tweeks and more oled data * Update keymap.c
* [Keyboard] Updated rules.mk for Sol to use the correct feature flag (#5672)XScorpion22019-04-211-1/+1
|
* Reducing size of data send in one frame & update Zen rev2 oled usageRyan Caltabiano2019-04-203-3/+3
|
* OLED Driver FeatureRyan Caltabiano2019-04-208-303/+172
|
* Xulkal KeymapsRyan Caltabiano2019-04-162-0/+197
|
* Features/ws2812 matrix driver (#5418)XScorpion22019-04-141-3/+4
| | | | | | * WS2812 driver implementation for RGB Matrix * Added driver configuration docs
* Keymap: Add userspace for @kageurufu (#4752)Frank Tackitt2019-01-023-373/+45
| | | | | | | | * Add userspace for @kageurufu * Remove custom keycodes for layer keys Add some common defaults for my rules.mk
* Keyboard: Add new keyboard "Sol" from RGBKB (#4497)Legonut2018-12-0414-0/+1816
* 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>