1
0
Commit Graph

19 Commits

Author SHA1 Message Date
Ian Sterling
bb5521a6a7 Fixed keymap GUI.
Replaced left-hand "RGUI" with "LGUI" on all layers as it should be.
2019-04-21 22:20:30 -07:00
Ian Sterling
c8712477a2 Changes to Sol layout
Bringing my Sol layout more in line with my other Orthos.
2019-03-20 21:26:16 -07:00
Ian Sterling
c6caa33069 Merge remote-tracking branch 'upstream/master' 2019-01-27 19:08:41 -08:00
Drashna Jaelre
b05c0e46c6 Adds a default value for IS_COMMAND for COMMAND feature (#4301)
* 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-26 15:49:45 -08:00
Ian Sterling
c082a3237c Merge remote-tracking branch 'upstream/master' 2019-01-03 22:50:59 -08:00
Ian Sterling
8e4291da02 further revisions to sol keymap. 2019-01-03 22:02:50 -08:00
Frank Tackitt
7b5fa4b13e Keymap: Add userspace for @kageurufu (#4752)
* Add userspace for @kageurufu

* Remove custom keycodes for layer keys

Add some common defaults for my rules.mk
2019-01-02 09:16:55 -08:00
Frank Tackitt
134a69f4ad Keyboard: Enable defaults for Sol (#4751)
The enables RGB, Mousekeys, and Extrakeys for users of config.qmk.fm
2018-12-31 14:55:48 -08:00
Sterling
e45fd71bf7 minor tweaks to sol layout 2018-12-27 14:05:42 -08:00
Sterling
f77dd3dc72 Streamlined Sol layout 2018-12-26 08:39:47 -08:00
Ian Sterling
bc0ab75b52 more changes to sol layout 2018-12-26 07:01:40 -08:00
Ian Sterling
935df2d1e6 Added colemak layer because I can. 2018-12-24 01:28:49 -08:00
Ian Sterling
f3c6d23b28 Merge branch 'master' of https://github.com/Xyverz/qmk_firmware 2018-12-22 10:33:19 -08:00
Ian Sterling
bba1cf9ab8 Added sol graphic by Kagerufu and Cardiactuna 2018-12-22 10:32:19 -08:00
Sterling
b3a58c7c45 more changes 2018-12-21 16:48:47 -08:00
Sterling
73d88d09fb Minor changes to keymap. 2018-12-21 10:19:39 -08:00
Ian Sterling
b9b8601866 Added Sol keyboard layout. 2018-12-21 06:41:55 -08:00
noroadsleft
a5b43b35fe Sol rev1 Configurator support (#4562)
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-06 07:27:04 -08:00
Legonut
8a330b33ff 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>
2018-12-04 18:15:52 -08:00