~ruther/qmk_firmware

44f43386 — Drashna Jaelre 6 years ago
Fix debounce conflicts in a few boards
983613c8 — Viktor Eikman 6 years ago
[Keyboard] Added DMOTE (#6087)

* Added DMOTE as a variant of the Dactyl-ManuForm, with slight changes to
  prior code organization to reflect differences.
29c7fa6e — TerryMathews 6 years ago
[Keyboard] Candybar: updated rules.mk (#6083)

* Candybar: updated rules.mk

Disabled console and command to get compiled size under flash space limitations.

* Candybar: Enable LINK_TIME_OPTIMIZATION_ENABLE
de29da97 — Stick 6 years ago
[Keymap] update @nstickney's keymaps (#6076)

* [Keymap] iris@nstickney: improve RGB init

Perfecting the rgb backlight initialization with a delay for each
color; also start and stop the animation at the "default layer"
color.

* [Keymap] iris,ergodox@nstickney fix FN on SYMB

The function key was not operational on the SYMB and SYSH layers due
to other keycodes being mapped over MO() on those layers. The
offending keycodes have been moved to other keys.

* [Keymap] add @nstickney's userspace

Pulled common code out to a userspace directory for my iris and
ergodox keymaps.

* [Keymap] iris@nstickney add image to README

Added an image from keyboard-layout-editor.com to meet the README
standard.

* iris@nstickney hue values now `uint8_t` (#6050)
872480dd — omkbd 6 years ago
[Keyboard] add runner3680 keyboards (#6069)

* add runner3680

* Remove unnecessary code
06975aa0 — Drashna Jaelre 6 years ago
Remove all Copyrighted Sounds and Songs (#5905)

* Remove all Copyrighted Sounds and Songs

This removes any song that has a license/copyright on them.
Additionally, it adds the license information for any song that remains.

* Add removed song list

Can be reverted if we'd rather do that

* Use newer coding conventions

* Fix typo

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Revert copyright date

* Update quantum/audio/song_list.h

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
faaaa134 — Drashna Jaelre 6 years ago
Replace DEBOUNCING_DELAY (deprecated) with DEBOUNCE (#5997)

fe6b8edd — Jack Humbert 6 years ago
use twitter card large setting for larger previews
834a8d1d — Jack Humbert 6 years ago
add type:object to docs meta info (github uses it)
91b0c750 — Jack Humbert 6 years ago
Add meta tags for docs
4f2f2271 — Danny Nguyen 6 years ago
Change from avr-gcc@7 to @8 for Mac
de968eb3 — XScorpion2 6 years ago
[Keymap] Xulkal changes (#6075)

b2f79159 — Alex Mayer 6 years ago
[Docs] Make Code Examples Consistent On Combo Page (#6078)

a63e2abc — noroadsleft 6 years ago
[Keyboard] Fix Configurator support for Mulletpad (#6074)

- correct layout macro name
- correct JSON object ordering
e0a0d80b — ymzcdg 6 years ago
docs to Mandarin Chinese (#5960)

* faq_general.md to Chinese

faq_general.md to Chinese
faq finished

* custom_quantum_functions.md to Chinese

custom_quantum_functions.md to Chinese

* custom_quantum_functions.md fix 

custom_quantum_functions.md fix

* custom_quantum_functions.md fix translate 

custom_quantum_functions.md fix translate

* !ver.English! _summary.md bug fix

 _summary.md bug fix of English doc. add".md" behind "feature_combo"

* !ver.English! custom_quantum_functions.md fix#5869

custom_quantum_functions.md in English : delete redundant "is" . issue#5869

* !ver.English! how_keyboards_work.md link fix

change 
https://en.wikipedia.org/wiki/Unicode_input#Hexadecimal_code_input
to 
https://en.wikipedia.org/wiki/Unicode_input#Hexadecimal_input
"#Hexadecimal_code_input" not exist

* !English! how_keyboards_work.md add missing "t"

Tied to a specific OS a a time (need recompilation when changing OS);
change to
Tied to a specific OS at a time (need recompilation when changing OS);

* _summary.md improve translation

_summary.md improve translation

* reference_glossary.md into Chinese

reference_glossary.md into Chinese
术语表翻译,这个术语表英文版似乎不太全,应该补充英文版,并在中文版添加其他具有中国特色的术语。
e7711b3b — XScorpion2 6 years ago
Moving rgb typedefs into a single location (#5978)

Because someone named the define poorly

Using full relative path as handwired/promethium has a color.h file
661a9154 — Jack Humbert 6 years ago
Add missing links to features page and sidebar section (#5949)

* Add missing links to features page and sidebar section

* Fix links

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Additional link fixes

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Fix typo
0dc0be73 — Danny 6 years ago
[Keyboard] Add Levinson Rev 3 (#6064)

* Add Levinson Rev 3

* Update keyboards/keebio/levinson/rev3/config.h

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

* Update keyboards/keebio/levinson/rev3/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>
91849853 — zvecr 6 years ago
upgrade gcc-arm-none-eabi from the default 5.4.1 to 6.3.1 due to ARM runtime issues
a8958c5e — Danny 6 years ago
[Keyboard] Updates to iris (#6063)

* Swap LSFT/LCTL in default Iris keymaps

* Migrate to new DEBOUNCE setting
Next