21411 Commits (4d243e94fa467efb1cac7011c75bf442fa5598f0)
 

Author SHA1 Message Date
Kyle McCreery eac0f6d4c9
Cirque Attenuation Setting (#17342) 4 years ago
QMK Bot 2e27eb318e Merge remote-tracking branch 'origin/master' into develop 4 years ago
James Young 0a04064362
Chaos 65 Community Layout Support (#17447)
* move ISO Enter position to home row

This commit makes the ISO layout macros compatible with QMK's `65_iso_blocker` and `65_iso_blocker_tsangan` community layouts.

* info.json: apply friendly formatting

- add key labels
- add line breaks between physical rows

* enable Community Layout support

* chaos65.h: add matrix diagram
4 years ago
QMK Bot 8ea9f13c67 Merge remote-tracking branch 'origin/master' into develop 4 years ago
James Young 27f9e4775e
Checkerboards SNOP60 Refactor (#17446) 4 years ago
QMK Bot b450ffc5c6 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Greg Dietsche 701db278e4
[Keymap] farmergreg's kint41 Kinesis Advantage 2 Layout (#16784) 4 years ago
QMK Bot 267864e42c Merge remote-tracking branch 'origin/master' into develop 4 years ago
Muhammad Rivaldi 46644b0a64
[Keyboard] Add n60a pcb (#17273)
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
QMK Bot 86bfd8195c Merge remote-tracking branch 'origin/master' into develop 4 years ago
paulgali 3e9f000a97
[Keyboard] Zeno 60% Ergo PCB (#17403)
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
Daniel Kao 608404f874
Fix AVR I2C master 1ms timeout (#17174)
* avr i2c_master: Fix 1ms timeout

i2c_start() produces a minimum time_slice of 1ms for use as timeout
value.
The timer granularity is 1ms, it is entirely possible for timer_count
to tick up immediately after the last timer read and falsely trigger
timeout with a '>= 1' comparison.

* avr/drivers/i2c_master: Use timer_elapsed()
4 years ago
Dasky be42c5fb98
Fix RGB heatmap to use XY positions and use correct led limits (#17184)
* Fix RGB heatmap to use XY positions

* lower effect area limit and make configurable

* tidy up macro

* Fix triggering in both directions.

* add docs

* fix bug when decreasing value

* performance tweak
4 years ago
QMK Bot 2d7a2dfad0 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Joel Challis de4262f9aa
Add missing snop60 default keymap (#17443) 4 years ago
QMK Bot 65fcf951d3 Merge remote-tracking branch 'origin/master' into develop 4 years ago
James Young 03d0182541
alt34 rev1: Configurator Compilation Fix (#17442)
* move USE_I2C and EE_HANDS definitions to keyboard level

Allow this keyboard to be compiled by QMK Configurator.

* remove redundant DEFAULT_FOLDER rule
4 years ago
QMK Bot d116cf5e9a Merge remote-tracking branch 'origin/master' into develop 4 years ago
bbrfkr c2e5953bc1
[Keyboard] add dynamis keyboard (#15994)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot 2b23ca876d Merge remote-tracking branch 'origin/master' into develop 4 years ago
alabbe9545 84718c0ab7
[Keyboard] Add labbeminiv1 (#16401)
* [Keyboard] Add labbeminiv1

* Adjust vendor id

The used vendor id was in use

* Remove comment in the rgb keymap

* Update keyboards/labbe/labbeminiv1/rules.mk

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

* Rename rgb matrix keymap folder

Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
QMK Bot 503b40e748 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Ryan Baker 712f6cf450
[Keyboard] Add rb18 keyboard (#17306) 4 years ago
QMK Bot 52c1517766 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Ramon Imbao 7b7fb63f4b
[Keyboard] Add Nayeon by Abats Keyboard Club (#16659)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
4 years ago
Joel Challis 1a400d8644
Allow encoder config from info.json (#17295) 4 years ago
QMK Bot 4c39bad2e6 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Albert Y c114996034
[Keyboard] Add more bootloader options for id75 (#17441) 4 years ago
QMK Bot a6eeb930ae Merge remote-tracking branch 'origin/master' into develop 4 years ago
Wolf Van Herreweghe 3077123bf0
[Keyboard] Add base FAve65H firmware (#17147)
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
4 years ago
Wolf Van Herreweghe 1c26c0bc9b
[Keyboard] Update firmware for the FAve 87H (#16920)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
4 years ago
QMK Bot 3370e2b74d Merge remote-tracking branch 'origin/master' into develop 4 years ago
Wolf Van Herreweghe e8e45bca98
[Keyboard] Update FAve 84H RGB firmware (#16919)
* Add base FAve 84H firmware

* Update keyboards/linworks/fave84h/readme.md

Thank you, apologies for the oversight

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

* Update keyboards/linworks/fave84h/keymaps/via/keymap.c

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

* Update keyboards/linworks/fave84h/keymaps/default/keymap.c

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

* Move LED config in ifdef

* update read me

* Update Product Name

* Update keyboards/linworks/fave84h/rules.mk

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

* Add Via RGB Matrix Control

* Add base FAve 84H firmware

* Add Via RGB Matrix Control

* fix merge conflict

* reduce max brightness

* remove action macro and action function

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

* Remove / update code to work with the build in QMK via hack

* Update Read me

* Add newline at end of rules

Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Nick Brassel 589e756e98
Fixup SPI mode 3 => 0 on tzarc/djinn. (#17440) 4 years ago
QMK Bot 2fb24c0298 Merge remote-tracking branch 'origin/master' into develop 4 years ago
evils 0a45a19801
[Docs] clarify inner array of direct pin matrix (#17437) 4 years ago
QMK Bot 93ee789387 Merge remote-tracking branch 'origin/master' into develop 4 years ago
bomb 5ab90cc72a
[Keyboard] Add tegic for melgeek! (#17400)
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
Stefan Kerkmann 6a81cb44f2
[Fix] Fix compilation warning for non-split keebs after #17423 (#17439) 4 years ago
Stefan Kerkmann 2703ecc9e9
[BUG] Fix deadlocks on disconnected secondary half (#17423) 4 years ago
Dasky 62eaec52e0
Init eeconfig before reading handedness (#17256) 4 years ago
QMK Bot 36d60769f8 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Nick Brassel aa06893b58
Add Djinn. (#17382)
* Add Djinn.

* Review comments.

* Further cleanup.
4 years ago
Jamal Bouajjaj 2bddffeaec
IS31FL3737 Global Current Setting (#17420) 4 years ago
QMK Bot 4e3db51e92 Merge remote-tracking branch 'origin/master' into develop 4 years ago
anubhav dhiman ad2e853611
[Keyboard] add at6 keyboard (#17346)
Co-authored-by: zvecr <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
4 years ago
Albert Y c725b6bf89
[Core] Mouse key kinetic mode fix (#17176)
Co-authored-by: Drashna Jaelre <drashna@live.com>
4 years ago
QMK Bot d6eff188e9 Merge remote-tracking branch 'origin/master' into develop 4 years ago
Markus Weimar 7982957f75
[Keymap] Update XD75 keymap by markus (#17417) 4 years ago
QMK Bot 7f8886a1b7 Merge remote-tracking branch 'origin/master' into develop 4 years ago