~ruther/qmk_firmware

33f1259f — mechmerlin 6 years ago
get doro67 led working
9a64c6b8 — zvecr 6 years ago
[Keyboard] XD84 fixes for caps lock led, backlight and firmware size (#5178)

* Enable backlight

* Enable Link Time Optimization

* Enable caps lock led
030faf95 — Takeshi ISHII 6 years ago
Fix `quantum/split_common/matrix.c: select_col()/select_row()` (#5174)

* add temporary pdhelix(Patched Helix) code

* add test code into  quantum/split_common/matrix.c

* add test code into keyboards/handwired/pdhelix/

* Revert "add test code into keyboards/handwired/pdhelix/"

This reverts commit 9ed98f0797ddd962c99756689fc4ecb4cd067d3d.

* Revert "add test code into  quantum/split_common/matrix.c"

This reverts commit 1876d3ed69f6c213153a9f6476192be839f16c1f.

* Revert "add temporary pdhelix(Patched Helix) code"

This reverts commit 41ac92b814e3f894eaf85bc3e5bb945895342fa8.

* fix quantum/split_common/matrix.c: select_col()/select_row()
100697eb — Drashna Jaelre 6 years ago
Stop all notes on startup, if there is no song and audio is disabled to prevent continouse tone (#5173)

149015e7 — Jumail Mundekkat 6 years ago
Fixed grep issue in bootloader build target (#3848)

* Changed use of '\s' in grep to '[ \t]' for portability

* Pushed DFU Keyboard.h into a shell script

* Fixed execution permissions on make_dfu_header,sh
0cee0764 — upinthecloudz 6 years ago
Fix Espectro Mac keymap and add new layout option (#4923)

* Fix Espectro Mac keymap and add new layout option

* Fix keymap

* Fix keymap
feee0119 — Drashna Jaelre 6 years ago
Fix Audio Clicky by adding missing punctuation (#5171)

1a6a2a7b — zvecr 6 years ago
 Relocate usb_detach to utils (#5121)

* Relocate usb_detach to utils

* Relocate usb_detach to utils - fix up files after move
545f95c8 — fauxpark 6 years ago
Migrate ACTION_LAYER_TAP_TOGGLEs to TT()
efef5403 — Yan-Fa Li 6 years ago
[Docs] Add section about EEPROM on ARM (#5070)

* [Docs] Add section about EEPROM on ARM

* Add Preonic firmware

* Update docs/faq_build.md

add hyperlink

Co-Authored-By: yanfali <yanfali@gmail.com>
fc069869 — zvecr 6 years ago
Remove CUSTOM_MATRIX option from diode direction (#5090)

* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION

* Remove '#define DIODE_DIRECTION CUSTOM_MATRIX'

* Remove CUSTOM_MATRIX refs from DIODE_DIRECTION documentation
[Keyboard] handwired dactyl with 2 pro micros added  (#5113)

* handwired dactyl with 2 pro micros added

* dactyl_promicro README updated

* dactyl_promicro default layout fixed

* requested changes

* dactyl_promicro README updated

* qmk toolbox link fixed

* layout reflects phys. keys positions
0e68b6c1 — Rys Sommefeldt 6 years ago
Add UK variant of the SEND_STRING() LUTs
3d4aabf2 — Drashna Jaelre 6 years ago
Update Helix 'led_test' keymap (#5168)

Change to use keyboard_post_init_user() hook (#3113)
66a86bc5 — MechMerlin 6 years ago
[Keymap] update keymap and readme for my 75% layout (#5166)

f0edc993 — MechMerlin 6 years ago
[Keyboard] Winkeyless Directory (#5163)

* introduce wkl directory and readme

* move bface into winkeyless directory and edit readme for new make instructions

* move bmini into the winkeyless directory and edit readme

* move bmini ex into winkeyless directory

* edit readme some more

* add newbs guide to readmes

* fix path to bface

* temporarily turn off community layout support until we refactor this taking out all the custom ps2avrgb stuff
593d08d6 — zvecr 6 years ago
[Keyboard] Add LAYOUT_75_iso community layout support (#5161)

* Add LAYOUT_75_iso community layout support

* Add LAYOUT_75_iso community layout support - review comments
Update Helix 'led_test' keymap

Change to use keyboard_post_init_user() hook (#3113)
5cb71314 — Konstantin Đorđević 6 years ago
Change Command keycode defaults to match corresponding Bootmagic codes (#5078)

* Change Command keycode defaults to match corresponding Bootmagic codes

* Make alternate magic key keycodes consistent

* Reflect changes from previous commit in tmk_core/common/command.c

* Remove unnecessary MAGIC_KEY_* definitions from keymaps compatible with these changes

* Swap E and BSPACE for MAGIC_KEY_EEPROM

* Add MAGIC_KEY_EEPROM_CLEAR instead of MAGIC_KEY_EEPROM_ALT

* Remove BOOTMAGIC_ENABLE checks around EECONFIG stuff

* Update Command descriptions
4e236969 — Konstantin Đorđević 6 years ago
Move RGBLIGHT_LIMIT_VAL definition from rgblight.c to rgblight.h (#5167)

Next