Go to file
drashna 2c703b1528 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)
2017-11-06 11:43:38 -05:00
.vscode Add EditorConfig file (#1930) 2017-10-31 11:13:40 -04:00
docs use real greater than and less than chars 2017-11-02 16:27:17 -07:00
drivers update to driver separation 2017-09-15 21:43:58 -04:00
keyboards Fix RGBLIGHT startup color (#1975) 2017-11-06 11:43:38 -05:00
layouts zweihander-osx: Remove app keys, etc. 2017-10-31 00:28:56 -04:00
lib
quantum update template readme 2017-11-01 21:14:24 -04:00
tests
tmk_core adds per-layer rgb color option to ez 2017-11-06 08:38:36 -05:00
users Creates a userspace for keymaps (#1559) 2017-10-21 11:44:11 -10:00
util convert to unix line-endings [skip ci] 2017-11-02 00:51:41 +00:00
.editorconfig Add EditorConfig file (#1930) 2017-10-31 11:13:40 -04:00
.gitattributes
.gitignore ignore more makefiles 2017-11-01 20:59:44 -04:00
.gitmodules
.travis.yml add qmk.fm as a backup host 2017-10-15 13:37:46 -04:00
CODE_OF_CONDUCT.md create initial code of conduct 2017-06-27 21:36:44 -04:00
Dockerfile
Makefile add note to makefile for future use 2017-10-15 16:54:06 -04:00
Vagrantfile
autocomplete.sh Make arguments redo, subproject elimination (#1784) 2017-10-14 11:32:19 -10:00
book.json
build_full_test.mk
build_keyboard.mk Creates a userspace for keymaps (#1559) 2017-10-21 11:44:11 -10:00
build_layout.mk
build_test.mk
common.mk
common_features.mk Fix pointing device feature 2017-10-31 20:59:55 -04:00
lcd_backlight_keyframes.h
license_GPLv2.md
license_GPLv3.md
license_Modified_BSD.md
message.mk
readme.md Improvements to documentation (#1919) 2017-11-01 11:21:54 -04:00
secrets.tar.enc
shell.nix Add shell.nix for NixOS users 2017-09-25 13:14:20 -04:00
testlist.mk

readme.md

Quantum Mechanical Keyboard Firmware

Current Version Build Status Gitter Docs Status GitHub contributors GitHub forks

This is a keyboard firmware based on the tmk_keyboard firmware with some useful features for Atmel AVR and ARM controllers, and more specifically, the OLKB product line, the ErgoDox EZ keyboard, and the Clueboard product line.

Official website

http://qmk.fm is the official website of QMK, where you can find links to this page, the documentation, and the keyboards supported by QMK.

Supported Keyboards

The project also includes community support for lots of other keyboards.

Maintainers

QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu. The OLKB product firmwares are maintained by Jack Humbert, the Ergodox EZ by Erez Zukerman, and the Clueboard by Zach White.

Documentation

https://docs.qmk.fm is hosted on Gitbook and GitHub (they are synced). You can request changes by making a fork and pull request, or by clicking the "suggest an edit" link on any page of the Docs.