~ruther/qmk_firmware

dd64a4e7 — Drashna Jaelre 6 years ago
Init RGB Matrix EEPROM

I'm not sure how to check if it's the same as RGBLIGHT's EEPROM, but if you don't init it, it **will not** work properly until it is initialized.
1ef01ba4 — mechmerlin 6 years ago
add -yq flags to actually make it noninteractive
74605830 — Danny Nguyen 6 years ago
Make sure NOBITS is set on reset_key

Patch from https://github.com/qmk/qmk_firmware/issues/3657#issuecomment-415147411

Long story short, in avr-gcc pre-8.2, reset_key was assigned to a memory area that was in a normal range, but when 8.2 came out, that memory got moved to an out of range area, causing errors like 0x800293 out of range. Apparently, this was fixed up in avr-gcc, but we haven't seen a release with the fix yet (we expected it in 8.3, but that didn't happen for some reason).

What this commit does is move the reset_key back to the original memory location it was in before.
50fce7f2 — zvecr 6 years ago
Travis CI - skip unit tests for documentation changes (#5267)

* Add script to skip tests on non master branches with only docs changes

* Review comments - Use 'grep -c' instead of 'wc -l'
b60413af — Mike Roberts 6 years ago
Use auto output for Adafruit BLE (#4131)

* use auto for adafruit ble

* spacing

* switch ifdef name
55ace26a — Jack Humbert 6 years ago
Remove default folders for the Planck & Preonic (#3497)

* remove planck default folder

* Update rules.mk
5539d7af — Jeff Hastings 6 years ago
[Keyboard] Update 1upkeyboards/super16 with code from vendor (#5645)

* readme formatting

* cleanup rules.mk

* update config.h

* add numpad layout

* Update default keymap

* cleanup rules

* disable console and commands to fit the bootloader

* cleanup whitespace

* revert readme changes

* revert changes to config.h

* remove unused keycodes

* add LAYOUTS to rules.mk

* remove redundant config setting

Co-Authored-By: jeffmhastings <jeffmhastings@gmail.com>
7fa85472 — Salt-Peanuts 6 years ago
[Keymap] Added personal keymap to BFO-9000; cleaned up personal files in Kinesis and Rorschach (#5638)

* Added personal keymap to BFO-9000; cleaned up personal Kinesis and Rorschach files

Added personal keymap to BFO-9000; cleaned up personal Kinesis and Rorschach files

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md

* Update readme.md
5ed7d9c9 — Markus Weimar 6 years ago
Update XD75 keymap by markus (#5651)

e3a94002 — Markus Weimar 6 years ago
Improve mouse keys docs and constant speed mode
74af596d — XScorpion2 6 years ago
[Keyboard] niu_mini reduce firmware size (#5648)

* Reducing firmware size by removing audio for keymaps that are not using it.

* Update rules.mk
8aee82e8 — shela 6 years ago
[Keymap] Fix compilation error of feature #4301 (#5649)

dd290085 — QMK Bot 6 years ago
convert to unix line-endings [skip ci]
068571b9 — skullydazed 6 years ago
Update our style guide (#5500)

* Update our style guide

* Clarify muiltple condition ifs

* update the ifdef section
7a1086e4 — Alex Ong 6 years ago
[core] Fix for eager_pr #5643

Added extra transfer_matrix_values() call whenever counters don't need updating
9e3b3842 — YouCanFly 6 years ago
[Keyboard] Update Tetris (#5513)

* Update Tetris

Add a fake row to config the encoder's keycode easily.

* Delete rules.mk

* Update keyboards/tetris/readme.md

Co-Authored-By: YCF <65446+YCF@users.noreply.github.com>

* Update config.h

add #define RGBLIGHT_SLEEP
a58c66df — Drashna Jaelre 6 years ago
Reduce CRKBD firmware size by reducing layer numbers (#5471)

* Reduce CRKBD firmware size by reducing layer numbers

* Update layer output code based on mtei's suggestion/code

* Fix spacing

* Revert "Update layer output code based on mtei's suggestion/code"

This reverts commit 036d347db309170afd5676e694adfda69f912615.

Unfortunately, because this is NOT in the keymap itself, the layer macros aren't accessible and will error on commit

* Add comment for future person
162a1d39 — Øyvind Wilhelmsen 6 years ago
Update readme.md (#5647)

3542f594 — patrickmt 6 years ago
Fix wake from suspend LED functionality

When waking from suspend, only enable the LED drivers if they were not previously set to disabled by the user. This functionality was removed by the recent updates to adapt Massdrop keyboards to QMK RGB Matrix. Affects Massdrop CTRL and ALT keyboards compiled using Massdrop Configurator mode.
0511b522 — Erez Zukerman 6 years ago
Merge pull request #5642 from fdidron/f/change-ergodoxez-debounce

Change Ergodox EZ default debounce
Next