~ruther/qmk_firmware

f59cd676 — Joshua Diamond 4 years ago
Allow post_config.h to be implemented in userspace (#11519)

> Rebased and pushed.

Squashed and merged.

:)
d65db68f — Nick Brassel 4 years ago
Merge remote-tracking branch 'upstream/master' into develop
bad9592a — Joshua Diamond 4 years ago
Add rgblight_reload_from_eeprom() (#11411)

* Add rgblight_reset_from_eeprom()

* reset->reload
162842f1 — glanchow 4 years ago
[Docs] add qmk setup home parameter (#11451)

99f3df28 — Drashna Jaelre 4 years ago
Add support for 8 buttons to mouse report (#10807)

* Add support for 8 buttons to mouse report

This includes support for 8 buttons in mousekeys.  However, this does move the keys around due to the fact that the last mousekey keycode is already 0xFF, so any past that would not work with register_code and the like, breaking them for tap hold keys, encoders, and other features.

* Update mouse key docs

* Add changes based on feedback

* Fix VUSB report size comment

Because drashna red gud

* Fix typo in action.c

* Fix IS_MOUSE_BUTTON check

* Change start range for mousekeys so that the end is 0xFF properly

* condense mousekeys check
c27f1615 — Takeshi ISHII 4 years ago
add get_matrix_scan_rate() to tmk_core/common/keyboard.c (#11489)

bab9849a — Drashna Jaelre 4 years ago
Backport ChibiOS Audio changes from ZSA (#11687)

UART driver refactor (#11637)

be897cbc — fauxpark 4 years ago
Merge remote-tracking branch 'upstream/master' into develop
Remove `MIDI_ENABLE_STRICT` from keyboards' config.h (#11679)

349571d1 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
a0d9221d — Brandon Claveria 4 years ago
pull retropad out of handwired and update readme.md (#11545)

Co-authored-by: Swiftrax <swiftrax@gmail.com>
784e4688 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
7e8d97f8 — Matt Gilbert 4 years ago
[Keymap] Add 'mattir' keymap for the Kyria keyboard (#11428)

* First version of keymap

* cleaned up code, made some tweaks, added readme

* extended oled timeout

* resolved final issues, all features functional

* added some leader-key combos

* added missing RGB keys to layout diagram

* removed lines for older elite-c v3

* make filename lowercase

* add old update interval

* fix spacing
2f145bc2 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
0e7e52c8 — Tushar Khan 4 years ago
[Keymap] tk planck keymap (#11400)

* tushark54 base layers

* init summer keymap

* drafted new keymap layers

* added new keymap

* v2.0 mvp

* added bracket modes

* added oneshot left modifiers

* added HYPER layer

* added audio

* added audio and more

* changed layer order

* swapped SUPER and LCTL keys

* added more tunes

* added more audio

* added tunes

* major layer modifications

* major changes to keymaps

* minor changes

* added venv macro

* merge conflict

* v3 mvp

* moved DEL to hyper layer and PANIC+ALT

* fn keys on hyper, macros on lower ii

* dynamic macros and audio options

* minor audio improvements

* osl timeouts

* manually added .vscode directory

* fixed upstream file

* fixed upstream file

* base and hyper layer changes

* modified tapping term

* added more macros

* added GPL2+ compatible license headers

* removed songs

* updated licenses

* added chmod macro
9f1d2246 — Nick Brassel 4 years ago
ChibiOS conf upgrade for durgod/k320 (#11689)

durgod/k320 - 168c88d401381d9a29166d3b07967e6f0752532d
5680f793 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
88ca4ec2 — Donald Kjer 4 years ago
Add support for the DURGOD Taurus K320 keyboard (#11399)

* Initial support for Durgod K320 with BootMagic Lite

- Adding missing files
- Add Unicode Map Support & new user keymap
- Remove personalized features from Default keymap
- Added Unicode Map to both Default and kuenhlee keymap.c
- Updated readme.md
- Added additional Fn Shortcut keys

* Additional support for Durgod K320

- Simplifying default keymap
- Renaming durgod_k320 => durgod/k320
- Removing copy of ST_NUCLEO64_F070RB from K320. Replacing with local board.h
- Adding Mac keyboard layout for K320 as alternative via Fn+F12
- Implementing Windows Key lock on K320
- Cleaning up duplicated core functionality
- Adding default_toggle_mac_windows keymap with:
  - Ability to toggle between Windows and MacOS layout
  - Mac Media Lock functionality.

* Updating K320 keymap readme

Co-authored-by: kuenhlee <eos.camera.lee@gmail.com>
625f2936 — Nick Brassel 4 years ago
Update list of MCUs in keyboard.jsonschema to mirror qmk.constants.py (#11688)

Next