summaryrefslogtreecommitdiffstats
path: root/keyboards/sol
AgeCommit message (Collapse)AuthorFilesLines
2019-05-01[Keymap] Xulkal keymap tweeks (#5746)XScorpion21-3/+17
* Minor keymap tweeks and more oled data * Update keymap.c
2019-04-30Implement kb function for rgb matrix to led lookup (#5738)XScorpion21-0/+19
2019-04-30Updated rgb_led struct field modifier to flags (#5619)XScorpion21-41/+41
Updated effects to test led flags Updated massdrop to use new flags field for led toggle
2019-04-21[Keyboard] Updated rules.mk for Sol to use the correct feature flag (#5672)XScorpion21-1/+1
2019-04-20Reducing size of data send in one frame & update Zen rev2 oled usageRyan Caltabiano3-3/+3
2019-04-20OLED Driver FeatureRyan Caltabiano17-1025/+244
2019-04-17Xulkal KeymapsRyan Caltabiano2-0/+197
2019-04-15Features/ws2812 matrix driver (#5418)XScorpion23-7/+89
* WS2812 driver implementation for RGB Matrix * Added driver configuration docs
2019-01-27Adds a default value for IS_COMMAND for COMMAND feature (#4301)Drashna Jaelre1-8/+0
* Add default value for IS_COMMAND for COMMAND feature * Cleanup and consistency * Update Templates to reflect change * Fix IS_COMMAND in template * Fix IS_COMMAND define * Use consistent IS_COMMAND block in templates * Remove unnecessary `#undef IS_COMMAND` directives * Fix compile issue on orthodox * Reomve IS_COMMAND option for newer boards * Remove all existing definitions of IS_COMMAND if they use default LSHIFT and RSHIFT setting * Remove a couple of additional IS_COMMAND defines * Remove remaining redundant IS_COMMAND definitions * Remove #undef IS_COMMAND from orthodox:drashna and whitefox:konstantin * Remove multiple empty lines in modified config.h files * Update additional boards * Reomve IS_COMMAND from newer boards * Update Alice keyboard * Remove IS_COMMAND from additional boards Jan 24th edition
2019-01-02Keymap: Add userspace for @kageurufu (#4752)Frank Tackitt3-373/+45
* Add userspace for @kageurufu * Remove custom keycodes for layer keys Add some common defaults for my rules.mk
2018-12-31Keyboard: Enable defaults for Sol (#4751)Frank Tackitt1-9/+4
The enables RGB, Mousekeys, and Extrakeys for users of config.qmk.fm
2018-12-06Sol rev1 Configurator support (#4562)noroadsleft1-0/+91
Adds Configurator support for the Sol rev. 1 by RGBKB. Notes: The Sol keyboard supports split thumb keys like the Ergodox - any of the 2u thumb keys can be split into two 1u keys. The matrix here is configured for fully 1u keys on the thumbs. The Sol also supports installing a rotary encoder on each half. The key matrix given includes the encoders' functions, which are shown in the Configurator as two 1u keys side by side below each half's main key block. The left key of the two (for each side) represents that half's rotary encoder's counter-clockwise function, and the right key is that encoder's clockwise function.
2018-12-05Keyboard: Add new keyboard "Sol" from RGBKB (#4497)Legonut35-0/+3838
* 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>