~ruther/qmk_firmware

a14339e7 — Josh Hinnebusch 5 years ago
Add h75-singa ver. (#7667)

* add h75_singa

* delete some stuff

* update to remove extra crap
cfbb848e — Josh Hinnebusch 5 years ago
Add LZ PhysiX PCB (#7668)

* add physix PCB

* update info.json and default keymap per LZ

* update make example in readme

* remove extra stuff

* remove excess newlines
12baca12 — Jonathan Rascher 5 years ago
Initial Crkbd layout (#7716)

4edc8fc3 — Martin Karlsson 5 years ago
K-Nunmpad17  (#7708)

* Initial commit for K-Nunmpad

* Changed layoutname

Corrected the files according to drashnas suggestions.
* Some names have been changed
* Some code thats not been used has been removed

* Fixed rules.mk

When adding the commnity layout, tapdancing broke. This was fixed with
rules.mk was changed in the k-numpad and karlssn keymap.

* Cleanup according fauxpark

Cleaned up the readme.md and the rules.mk according to feedback from
fauxpark.
e5501d48 — fauxpark 5 years ago
Make the keyboard beep when Audio is enabled and `\a` is encountered in a sendstring
46e2b6e4 — Drashna Jaelre 5 years ago
Turn off RGB Matrix LEDs when keyboard sleeps (#7713)

9aedb620 — zvecr 5 years ago
Add backwards compatibility for oled_write_raw_P on ARM
7494490d — Toshihiro Suzuki 5 years ago
Update toshi0383 keymap (#7700)

* minor update for reviung39:toshi0383

* update zinc:toshi0383
70661645 — Drashna Jaelre 5 years ago
Completely remove i2c_transmit_receive function (#7686)

* Add i2c_transmit_receive function

This function is listed in the ARM header file, but doesn't actually exist.

* Remove i2c_transmit_receive function

* Update DRV2605L read function to use i2c_readReg on both arm and avr
0e2ff9b3 — XScorpion2 5 years ago
Readded lost pgm_read_word code to encoder array lookups (#7577)

376419a4 — Joel Challis 5 years ago
Add central location for ChibiOS defines (#7542)

* Add central location for chibios defines

* Add central location for chibios defines - actually add files this time....

* Add Copyright header

* Update include order to resolve i2cv1 build errors
Add TADA68 keymap/rules/config for QMK bootloader (#7679)

* Add TADA68 keymap/rules/config for QMK bootloader

* Remove extraneous #DEFINEs

* use #pragma rather than include guards

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Remove obselete #endif

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* #undefine DESCRIPTION before redefining

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Remove obselete #define

Co-Authored-By: fauxpark <fauxpark@gmail.com>

Co-authored-by: fauxpark <fauxpark@gmail.com>
52c18ef0 — shela 5 years ago
[Docs] fix docs (#7642)

* [Docs] recurse-submodules option is need now

* [Docs] `tmk_core` folder is correct

* [Docs] fix typo

* [Docs] package scope has changed

* [Docs] Fix menu differences

* Update docs/arm_debugging.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* Update docs/arm_debugging.md

Co-Authored-By: fauxpark <fauxpark@gmail.com>

* fix typo

Co-authored-by: fauxpark <fauxpark@gmail.com>
d4780957 — Joel Challis 5 years ago
Merge pull request #7663 from fauxpark/dztech-config-h

Tidy up dztech config.h
adf4acf5 — Yan-Fa Li 5 years ago
[Keyboard] Clueboard 60 fix col 11 12 mixup (#7685)

* Fix reversed col 11 and 12

 - the two columns are reversed in the matrix

* Fix gui

* Fix reversed col 11 and 12

 - the two columns are reversed in the matrix
3f696664 — fauxpark 5 years ago
Missed these LTO blocks
e4c257fb — Joel Challis 5 years ago
Merge pull request #7672 from ihotsuno/patch-1

I corrected my name.
593bfc86 — ihotsuno 5 years ago
I corrected my name.
b4bda14f — Joel Challis 5 years ago
Merge pull request #7666 from fauxpark/docs-edit-page

Improve docs "Edit Document" footer
f42dd61b — Eric Defore 5 years ago
[Keymap] Added userspace for d4mation. Included their keymap for the Atreus62 (#7483)

* Added userspace for d4mation. Included their keymap for the Atreus62

* Do not assign layer numbers manually

* Remove some unneeded things per @drashna's recommendation

* Fix some single line comments I missed

* Update unicode macros to use send_unicode_hex_string() instead of process_unicode()

* OBetter check for Unicode Enabled. Moved some checks into macros.c

* Use eeconfig_init_user() to set default unicode input mode
Next