~ruther/qmk_firmware

2c703b15 — drashna 7 years ago
Fix RGBLIGHT startup color (#1975)

* Fix RGBLIGHT startup color

While it's awesome to see the layer indicating code in here (no really!), and the general rule is to not alter the default keymap/code....

The problem with the layer_state_set_kb call handling this, is that the code doesn't seem to be called at startup.  So the default layer color won't ever get set on startup.  It needs to be called in the init function to be properly set. 

I've played with this extensively, and if you check my keymaps, that is precisely why I have the setrgb/sethsv in the init function.

* Removed typo (pipe)
90a6fea4 — Erez Zukerman 7 years ago
Merge pull request #1974 from qmk/f/ez_shine_layer_leds

Shine layer indication
e45290a6 — Erez Zukerman 7 years ago
adds indication up to layer 7
1d3a1975 — Jack Humbert 7 years ago
restore default mode/color if no 0 color
cf9f6bbd — Jack Humbert 7 years ago
adds per-layer rgb color option to ez
41df0dc9 — Jack Humbert 7 years ago
update gh60 info
30dc34d5 — Jack Humbert 7 years ago
add gh60 info.json
e899cb89 — Michael F. Lamb 7 years ago
several improvements for mitosis:datagrok (#1960)

* mitosis/datagrok: reduce features from rules.mk

* mitosis/datagrok: make both layer keys neighbor shift

* mitosis/datagrok: (no-op) tweak some comments

* mitosis/datagrok: set baudrate to 250k

This requires a corresponding change to the mitosis wireless firmware:
https://github.com/reversebias/mitosis/pull/10

* mitosis/datagrok: move design description from code comment to a readme

* mitosis/datagrok: new layout, new shifted keys, efficient LED code

This is experimental, but compiles and seems to work correctly.

* mitosis/datagrok: whoops, move readme.md

* mitosis/datagrok: a minor layout improvement simplifies custom-shifted code

instead of [, .] [? !], using [, ?] [. !] greatly simplifies the code
needed to perform the shifted-key switching. (And keeps , and . on the
same keys that they are under qwerty.)

also: layout improvements for symbols

* mitosis/datagrok: make my code conform to QMK style guidelines

* mitosis/datagrok: TODO note for layout table in README

* mitosis/datagrok: remove led_set_user until i figure out other changes

need to see if the corresponding changes needed in the keyboard-level code
is okay.

* mitosis/datagrok: simpler layer indicator

* mitosis/datagrok: undo change to keyboard baud; make it in my layout dir.

* mitosis/datagrok: apply same punctuation hack to qwerty layer

* mitosis/datagrok: enable qwerty layer toggle

* mitosis/datagrok: update readme
80e489e1 — M Rawash 7 years ago
Added hand-swap matrix to the mitosis
29d1abff — Jennifer 7 years ago
have led default to off on start up
b546da0a — Jennifer 7 years ago
make more generic, and properly handle inits
f357bd0c — skullY 7 years ago
fix a typo
685d4c2f — skullY 7 years ago
Do some cleanup for the API
535c2f60 — skullY 7 years ago
use real greater than and less than chars
65eaab8a — skullY 7 years ago
fix labels
18f3cd11 — skullY 7 years ago
add labels to the clueboard layout
e45ce2dc — skullY 7 years ago
Merge branch 'master' of github.com:qmk/qmk_firmware
137456e5 — skullY 7 years ago
fix the clueboard layout json
ec591475 — Jack Humbert 7 years ago
fix 2u alignment in info.jsons
074b7870 — Jack Humbert 7 years ago
update preonic, add info.json
Next