~ruther/qmk_firmware

2d03a337 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
Enable encoder settings VIA. (#15065)

* Enable encoder settings VIA.

* Fixed review points.
111ee6cb — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
e3073be4 — Albert Y 3 years ago
RGB Matrix layer key indicator (#14626)

* Add layer key indicator example

* Update description

* Deobfuscate with index variable

* Add missing layer variable

* Correct color name and indicator function

* Function typo

* Place layer variable outside loops to save firmware space

Co-authored-by: filterpaper <filterpaper@localhost>
58f7aefa — rooski15 3 years ago
Added RGB compatible FC660C keymaps. Added VIA support and fixed indicators on Cajal keymaps (#15087)

* Added RGB compatible keymaps

Added two keymaps, both replacing insert LED with RGB control. 
One keymap VIA enabled and updated VIA json included.

* Fixed Indicators

Added code to fix LED indicator brightness.

* Fixed Indicator LEDs

Added code to fix indicator LED brightness

* Update README.md

* Update README.md

* Delete fc660c_via_RGB.json

* Update rules.mk

Added VIA_ENABLE

* Update keyboards/walletburner/cajal/rules.mk

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

* Added VIA enabled Cajal stagger and ortho layouts

* Rename README.md to readme.md

* Removed Second via keymap.

* Rename README.md to readme.md

Co-authored-by: Drashna Jaelre <drashna@live.com>
daf71c8d — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
8fd957b6 — BifbofII 3 years ago
Add personal handwired Planck clone (#13299)

* Add personal handwired Planck clone

* remove references to planck

* requested changes

- small changes to defines
- licence headers

* Clean up rules.mk

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

* Change function return type to bool

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

Co-authored-by: Drashna Jaelre <drashna@live.com>
ec98bc34 — nazerim 3 years ago
Hex 4b LED Layer Indicater (#15160)

* Hex 4b VIA Keymap to use scroll lock and num lock LED's to indicate active layer (0,1,2,3)

* Added readme.md file
ca5bd0aa — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
b3845996 — Albert Y 3 years ago
Link Macro example for COMBO_ACTION documentation (#15164)

* Link Macro example for COMBO_ACTION documentation

* Restructure

Co-authored-by: filterpaper <filterpaper@localhost>
a1dd4f3c — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
76f94a42 — Richard Snijder 3 years ago
Addition of a keypad (#14896)

* Add files via upload

* Update readme.md

* Update readme.md

* Add files via upload

* Add files via upload

* Update keymap.c

* Update config.h

* Delete config.h

* Update readme.md

* Update readme.md

* Delete readme.md

* Delete info.json.bak
55c75da5 — yfuku 3 years ago
Add wings42 rev2 (#13702)

* add rev2

* add encoder settings

* add license header
c93935f2 — Simon Arlott 3 years ago
Durgod: Increase scan rate by using wait_us GPT timer (#14091)

Lower the tick rate from 10kHz to 1kHz (otherwise all the extra interrupts
reduce the achievable scan rate). Enable the WAIT_US_TIMER using GPT TIM3.

Observed scan rate on the K320 is increased from 625Hz to 2090-2120Hz.
dfe5fe71 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
db358d17 — Buttenup 3 years ago
Update feature_macros.md (#15026)

* Update feature_macros.md

Added a link to the usage of SAFE_RANGE as this wasn't clear to me when I visited this page in isolation.

* Fix typo

Co-authored-by: Nick Brassel <nick@tzarc.org>
c20096c7 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
2c8d46f4 — Erik Berthold 3 years ago
fix RGB_DISABLE_TIMEOUT flicker on split keyboards (#14954)

79f24454 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
4eb6d195 — Álvaro A. Volpato 3 years ago
Add Gondolindrim's keymap for Evolv: addition of "encoder modes"  (#14943)

* Update encoder callback

* Move encoder callback

- Encoder callback function was moved from ``encoder_update_user`` in ``keymap.c`` to ``encoder_update_kb`` in ``keyboard.c``

* Update keyboards/evolv/rules.mk

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

* Use tap_code() on encoder callback

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

* Use tap_code_delay

* Minor readability changes

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Nick Brassel <nick@tzarc.org>
Next