~ruther/qmk_firmware

4e816675 — Joel Challis 4 years ago
Small tweaks to docs to make them more user friendly (#11518)

* first pass

* firmware firmware?

* Split out debug + testing docs

* tidy up duplicate css

* Add extra info to debug example

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
1328ab7c — datafx 4 years ago
Correct LED physical mapping on monstargear xo87 rgb pcb (#11629)

* corrected LED physical mapping

* Corrected issue that made VIA display layer 1 incorrectly

Co-authored-by: datafx <digitalfx@phreak.tech>
9a070475 — James Young 4 years ago
Handwired ASkeyboard Sono1: Configurator fixes (#11625)

* info.json: human-friendly formatting

* info.json: correct key order
eacb596d — LSChyi 4 years ago
[Keyboard] Add indicator LED support to playkbtw/helen80 (#11560)

* add indicator led support

* use LED config instead
1bb9f155 — X-Bows Tech 4 years ago
[Keyboard] Update X-Bows Nature Keyboard (#11538)

* Update config.h

* Update nature.c

* Update rules.mk

* Update keymap.c
6db22011 — Raphael Megzari 4 years ago
[Keymap] add happysalada (#11535)

* add keymap: happysalada

* use enum instead of define

* remove uneeded config file
45bec2d2 — Aaron Ireland 4 years ago
[Keymap] Mac-friendly KBD 75% layouts (#11507)

* Add Aaron's KBD75 v2 for Macbook

* Add Colemak & Dvorak layers

* Update keymap to adhere to style guide and add license

* Rename README.md to readme.md
Add stm32-dfu and apm32-dfu to bootloader.mk (#11019)

* Add stm32-dfu and apm32-dfu to bootloader.mk

* Update flashing docs

* Update comment

* Further wordsmithing
d28d474d — Craig Gardner 4 years ago
[Keyboard] Leafcutterlabs (#11464)

* add support for bigknob

Add support for bigknob macropad

* corrected files

* Apply suggestions from code review

Co-authored-by: Joel Challis <git@zvecr.com>

* corrected tap dance

* Update config.h

* correct image link

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

* added GPL headers

* Update readme.md

* update rules to disable tap dance

* remove tap dance

* Update rules.mk

trying to get to pass travis test

* Update rules.mk

remove tap dance

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
c0728bd1 — Joshua Diamond 4 years ago
Improve the Lighting Layers example in RGB Lighting docs (#11454)

* Improve the keymap layer state -> lighting layers example

* A few more improvements
71f067a6 — Takeshi Nishio 4 years ago
Fix wrong key when "Music Map" is used with MAJOR_MODE. (#11234)

With MAJOR_MODE (= major scale), keys in one octave is not 12 but 7.
To solve this problem, change divisor number from 12 to 7 at %(Modulo) and /(Division).

NOTE:
The last 12 represents half step keys in one octave for pitch calculation.
974d3f1f — MesaKeyboards 4 years ago
[Keyboard] Add Mesa TKL (#11294)

* Add keyboard: Mesa TKL

* Fix image link in readme

* Update keyboards/mesa/mesa_tkl/mesa_tkl.c

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/mesa/mesa_tkl/rules.mk

White space changes

Co-authored-by: Ryan <fauxpark@gmail.com>

* Replace tabs with spaces per C coding conventions.

* Update keyboards/mesa/mesa_tkl/readme.md

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
e6a90c8b — melonbred 4 years ago
Update info.json - Program Yoink (#11558)

* Update info.json

Fix ortho_split
Remove `DESCRIPTION`, W-Z (#11633)

Remove `DESCRIPTION`, R-V (#11632)

Remove `DESCRIPTION`, N-Q (#11631)

Remove `DESCRIPTION`, K-M (#11619)

49dcc824 — Nick Brassel 4 years ago
Fixup declaration for _kill, add other missing syscalls, populate errno. (#11608)

Remove `DESCRIPTION`, H-J (#11616)

d24fe4f1 — Glen D'souza 4 years ago
GCC 10 compatibility for Ploopy optical encoder (#11586)

Next