~ruther/qmk_firmware

c86baf3e — Drashna Jaelre 3 years ago
[Core] Fix bug and code regression for Split Common (#15603)

2689e360 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
4e077250 — 3araht 3 years ago
bandominedoni, Drashna's method is applied to encoder_update_kb. (#15287)

* Drashna's method is applied to rotary encoder rotation detection. rgb_matrix_user.inc -> rgb_matrix_kb.inc.

* Disabled some RGB MATRIX effects to shrink the firmware size.

* via # of layers changed from 5 to 4.
pwm3360 driver cleanup and diff reduction to adns9800 (#15559)

* Diff reduction between ADNS9800 and PMW3360 drivers.

They are very similar devices. This (somewhat) unreadable diff is
essentially a no-op, but it makes a `vimdiff` between the 2 drivers much
more readable.

* Cleanup pwm3360 driver some more.

Remove redundant calls to spi_start() and spi_stop(), as pmw3360_write()
will already call these.
0709d208 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
07465c0e — Sergi Meseguer 3 years ago
zigotica userspace add raw_hid_receive (#14869)

* zigotica userspace add raw_hid_receive

* add 3 keys to figma keymap

* add 2 keys to vim keymap

* improve vim keys

* add 3 keys to browser keymap

* comment typo

* shorten SEND_STRING

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

Co-authored-by: Ryan <fauxpark@gmail.com>
6ec9cd51 — Victor Savu Gabriel 3 years ago
Addd victorsavu3's Keychron Q1 keymap (ISO) (#15517)

Co-authored-by: Savu Victor-Gabriel <dev@victorsavu.com>
be2265d0 — QMK Bot 3 years ago
Format code according to conventions (#15593)

27fd6b74 — Jesús Vallejo 3 years ago
Keebwerk devices keymaps (#15504)

* Keymap with status leds animations

* Midi2Vol keymap

* Coding conventions

* Coding Conventions

* rename directory

* Midi2Vol keymap

* Update to follow coding conventions

* Rename keyboards/keebwerk/nano_slider/keymaps/Midi2Vol/keymap.c to keyboards/keebwerk/nano_slider/keymaps/midi2vol/keymap.c

* Rename keyboards/keebwerk/nano_slider/keymaps/Midi2Vol/readme.md to keyboards/keebwerk/nano_slider/keymaps/midi2vol/readme.md

* Update keyboards/keebwerk/mega/ansi/keymaps/jesusvallejo/keymap.c

Wild slash typo.

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

* Update keyboards/keebwerk/nano_slider/keymaps/midi2vol/keymap.c

Changed define for an enum.

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

Co-authored-by: Drashna Jaelre <drashna@live.com>
58600146 — Fernando Rodrigues 3 years ago
Added BareDev keyboard (#15518)

* Added BareDev keyboard

* Updated readme.md to reflect handwired directory

* Simplified keycodes for basic GUI + [KEY]
1127e0da — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
f08824f6 — Alabastard-64 3 years ago
Fix for SPI write timing in PMW3360 driver (#15519)

Timing does not match Pixart documentation for this sensor (may have been carried forward from adns9800).
Not aware of any issues coming from this currently.
It should only cause issues when writing to multiple registers in succession which currently only happens during initialization for the PMW3360.
This should prevent future issues with write operations if other features of the sensor are added.
235c666f — Kyrylo Mikos 3 years ago
mkiirgb/v3: Swap R and G lanes to achieve correct RGB. (#15511)

740c47d4 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
52b53ccf — Álvaro A. Volpato 3 years ago
Add 'capslock backlight' feature to Iron180 (#15462)

* Add 'capslock backlight' capability to Iron180

* Update readme

* Revers CAPSLOCK_BACKLIGHT back to default
c929b7aa — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
067d94f0 — Albert Y 3 years ago
Add layer condition example to encoder callback function (#15490)

Co-authored-by: filterpaper <filterpaper@localhost>
Convert some more boards to Matrix Lite (#15489)

62091222 — Victor Toni 3 years ago
[Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006)

* [Keymap] Add vitoni layout for GMMK Pro (ISO)

Keymap has layered cursor keys similar to laptop keyboards.

* Configure RGB defaults for startup

* Configure encoder to change value/brightness on FN layer

* Remove FN layer and add dedicated RGB layer

* Make RGB layer sticky (using TG) to avoid holding FN while configuring RGB

* Add RGB indicators for active layers

* Add RGB indicator for active RESET mode

Signed-off-by: Victor Toni <victor.toni@gmail.com>

* Configure idle / USB suspend settings

* Add RGB fade in when resuming after suspend

* Add RGB fade out before suspend

* Add fade out before idle

* Add breathe effect when idle
Refactor `bootloader_jump()` implementations (#15450)

* Refactor `bootloader_jump()` implementations

* Fix tests?

* Rename `atmel-samba` to `md-boot`
Next