~ruther/qmk_firmware

fc133153 — Hedgestock 5 years ago
Fixed CA_DOTA key code (#9722)

Remove `DESCRIPTION` (#9732)

92d0a71a — Gautham Yerroju 5 years ago
OLED driver function to set pixels (#9713)

* Add a function to set individual pixels

* Add documentation for oled_write_pixel

* use smaller data type for oled_write_pixel

* Fix boundary check edge case

* Update oled_write_pixel doc

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

Co-authored-by: Ryan <fauxpark@gmail.com>
08b405e1 — Nick Brassel 5 years ago
planck/rev6: Enable WS2812 LED matrix with pwm drivers (#9735)

* planck/rev6: Enable WS2812 LED matrix with pwm drivers

* Comments and cleanup.

* GPL2+ Licensing

Co-authored-by: Nick Brassel <nick@tzarc.org>
13eda1b1 — Riley Inman 5 years ago
planck/rev6: Enable WS2812 LED matrix with pwm drivers
Update new keyboard templates (#9636)

* Update new keyboard templates

* Switch on Bootmagic Lite by default

* Remove MIDI_ENABLE and FAUXCLICKY_ENABLE
ceb3ef95 — Jeong Arm 5 years ago
[Keyboard] Update preonic/Kjwon15 layout (#9718)

bc2ebef8 — moyi4681 5 years ago
Update KBDFANS/MAJA default keymap (#9727)

* Update keymap.c

* Update keymap.c
7bdfbde3 — Gaëtan Ark 5 years ago
[Keymap] Added Bépo layout to Kyria (#9272)

* Added Ergo 42

* Added bépo layout to the Kyria keyboard

* Fixed comment layout, fixed bad quotes

* Fixed outdated keys
584d38b5 — Drashna Jaelre 5 years ago
Fix RGB Matrix using RGBW WS2812 LEDs (#9705)

This should be a pointer, as that is what the function expects.
9307762d — ladbahuy 5 years ago
RARTPAD : add support via (#9702)

* Create rules.mk

* Create keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c

* Update keymap.c
[Docs] Japanese translation of docs/coding_conventions_python.md (#9517)

* add coding_conventions_python.md translation

* update based on comment

* update based on comment
78f0b5fb — Joshua Rubin 5 years ago
[Keyboard] Add g60ble (#8952)

* add g60ble

Signed-off-by: Joshua Rubin <mejawa.dev>

* fixes from review

Signed-off-by: Joshua Rubin <mejawa.dev>

* bioi/g60ble better comments in rules.mk

* bioi/g60ble better comments in rules.mk part 2

* Update keyboards/bioi/g60ble/readme.md

* Update keyboards/bioi/g60ble/rules.mk

* Update keyboards/bioi/g60ble/rules.mk
64603ab6 — shela 5 years ago
fix typo (#9695)

ca946f61 — TerryMathews 5 years ago
Initial support for TKC Alice (#9640)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
63fe9201 — Brandon Claveria 5 years ago
[keyboard] added swiftrax/cowfish (#9621)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Swiftrax <swiftrax@gmail.com>
817de51c — Randall Mason 5 years ago
Add config for Atreus based on Adafruit Feather BLE (#9140)

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
6609197c — ladbahuy 5 years ago
[keyboard] Add rartpad (#9614)

421621fb — QMK Bot 5 years ago
format code according to conventions [skip ci]
21610d24 — Fredrik Salomonsson 5 years ago
[Keymap] plattfot - Update and fix issue with DBL_TAP (#9666)

- Fix typo in the default layout.
- Move esc and del to the navi layer.
- Fix issue with oneshot layers and double tap aka DBL_TAP.
- Add caps lock to the raise layer.

Was relying on a broken behavior for the double tap to work with
oneshot keys, i.e. the oneshot layer not being cleared after a key
press in `process_record_user`, which allowed me to first press an
oneshot key, then double tap and then a key. With the behavior fixed,
this no longer works. As the oneshot layer will be cleared when double
tap is pressed.

To make double tap useful again. I changed that any of the layer keys
does not clear the double tap. Which allows me for example to first
press double tap, then an oneshot key and then a key. So now I'm able
to type my double symbols again.
Next