~ruther/qmk_firmware

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
e2dfb787 — XScorpion2 6 years ago
Adding rgb matrix speed into eeprom storage. (#5965)

Zeroing out spd in eeconfig_init_quantum

Switched to block read & update

Update tmk_core/common/eeconfig.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>

Fixing init compile error

Update eeconfig.c

Dead / Missing API cleanup

alignment
72df7b4c — Roman Volosatovs 6 years ago
shell.nix: Downgrade gcc-arm-embedded (#5913)

Temporary fix for https://github.com/qmk/qmk_firmware/issues/5868
1209fb86 — Drashna Jaelre 6 years ago
Enable Mousekeys on Corne Keyboard by default (#5893)

* Enable Mousekeys on Corne Keyboard by default

For Tessachka and Configurator support

* ENable for default image too

* Remove most of rules.mk for default keymap

* make sure rgblight is enabled by default

from default keymap
ba42a5ae — fauxpark 6 years ago
Remove commented out MCUs in rules.mk (#5884)

09f57670 — Drashna Jaelre 6 years ago
Add out of bound check for Leader Key sequence array (#5840)

* Add out of bound check for Leader Key sequence array

* A shot at advanced C stuff for Leader Key optimization

* Revert most changes

* Change default back

* Include string.h if compiling for ARM

* Use sizeof instead of a number
Next