~ruther/qmk_firmware

5b4187ad — fauxpark 6 years ago
Correct backlight on state docs (#6358)

* Correct backlight on state docs

* Reword to make it less confusing
d5b01bd3 — Ethan Madden 6 years ago
Add prime_e keymap (#6350)

1650ba00 — jshuf 6 years ago
Allow userspace the opportunity to handle keycodes
f9d47ebe — dsanchezseco 6 years ago
cleanup and start sound (#6353)

3895b4b8 — fauxpark 6 years ago
Extend maximum number of backlight levels to 31 (#6351)

a8647f0d — Daniel Schindler 6 years ago
Add model01 keymap. Change kinesis keeymap.
6c7d173a — Konstantin Đorđević 6 years ago
Remove unnecessary IS_COMMAND definitions from a couple of boards
65906f67 — Konstantin Đorđević 6 years ago
Use led_set_kb instead of led_set_user in melody96.c
6af77551 — fauxpark 6 years ago
Remove more commented out MCUs
4747d974 — Salicylic-acid3 6 years ago
[Keyboard] Add keyboard Naked48 (#6330)

* Add Naked48

*  Comment reflected
e5d2cb8f — Drashna Jaelre 6 years ago
Fix Preprocessor check for Leader Keys
f6c7e114 — Drashna Jaelre 6 years ago
Remove the need to specify NUM_OF_ENCODERS for the Encoder feature (#6328)

* Remove the need to set NUM_OF_ENCODERS

Instead, calculate the size of the array, and use that instead

* Add hack for split common support

* Remove NUM_OF_ENCODERS from keyboard config

Can be reverted, if needed
97a3f806 — Sidney Bovet 6 years ago
[Keymap] Fix advanced keymap readme and macro function (#6342)

c44fc682 — Drashna Jaelre 6 years ago
Allow Combo feature to be enabled/disabled live (#6318)

* Add ability to enable/disable combos

* Update documentation for Combo feature

* Change keycodes for appeasement

* Simplify combo_toggle function

* Update names

* Update combo docs to use tables
5fa0a274 — Joel Challis 6 years ago
Align ARM i2c_readReg with AVR (#6314)

* Align arm i2c_readReg with avr

* Align arm i2c_readReg with avr - fix cannonkeys
4e375aa1 — Joel Challis 6 years ago
Add ARM I2Cv1 support to i2c_master (#6262)

* Add ARM I2Cv1 support to i2c_master

* Add I2Cv1 docs
f8593752 — Drashna Jaelre 6 years ago
Expand bootloader target to support most AVR boards (#6255)

* Update the :bootloader target to pass along correct hardware info

* Update make scripts to properly grab the settings (a big thanks to @yanfali)

* Remove LUFA debug warnings
f6651424 — Drashna Jaelre 6 years ago
Make Caps Lock delay more reasonable (#6199)

* Make Caps Lock delay more reasonable

* Update documentation

* Update docs/config_options.md

Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>

* Update docs/config_options.md

Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>
29e9caa8 — Joel Challis 6 years ago
Configure Vagrant to use qmk_base_container (#6194)

* Initial conversion of vagrant to use qmkfm/base_container

* Fix vagrant when using docker provider

* Workaround for VirtualBox VM restarts

* Generalise Vagrant docs slightly and add FAQ
a32f7e1a — fauxpark 6 years ago
Store backlight breathing state in EEPROM (#6105)

* Store backlight breathing state in EEPROM

* Reduce backlight_config.level from 6 bits to 4 (max 15 "on" levels)

* Error out if BACKLIGHT_LEVELS is > 15

* Remove mention of default backlight pin in rules.mk template

* Remove pointless comment
Next