~ruther/qmk_firmware

4244c306 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
11bd5144 — Nick Brassel 4 years ago
Fixup line endings.
Remove unused `action_get_macro()` usages in user files (#11165)

5ee3cb38 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
76e88e22 — wangyifu 4 years ago
[Keyboard] latin64ble Keyboard (#10884)

* Update rules.mk

* Update config.h

* Update keyboards/latinpad/config.h

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

* Create rules.mk

* Create config.h

* Create latin64ble.h

* Create latin64ble.c

* Create keymap.c

* Create keymap.c

* Create rules.mk

* Create readme.md

* Update rules.mk

* Update rules.mk

* Update keymap.c

* Update keymap.c

* Update rules.mk

* Update readme.md

* Update keyboards/latin64ble/config.h

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

* Update keyboards/latin64ble/config.h

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

* Update keyboards/latin64ble/rules.mk

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

* Update config.h

* Update rules.mk

* Update config.h

* Update keymap.c

* Update rules.mk

* Update keymap.c

* Update keymap.c

* Update latin64ble.h

* Update rules.mk

* Update rules.mk

* Update keymap.c

* Update keymap.c

* Update keyboards/latin64ble/rules.mk

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

* Update keyboards/latin64ble/rules.mk

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

* Update keyboards/latin64ble/rules.mk

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

* Update readme.md

* Update readme.md

* Update keyboards/latin64ble/readme.md

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

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
120c87b6 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
554b937d — yonatanzunger 4 years ago
[Keymap] Redo the accent implementation in melody96:zunger. (#11000)

The previous implementation generated accents in NFKD -- e.g., i
followed by fn+e would generate í, which is actually an ordinary i
followed by U+0301 COMBINING ACUTE ACCENT. Unfortunately, it turns
out that a bunch of websites and apps (especially European ones
written in languages that use these a lot) were very poorly written,
and will misparse and/or crash if presented with Unicode NFKD. They
require and expect NFKC, with characters like í (U+00ED LATIN SMALL
I WITH ACUTE) that look visually identical -- and are in fact
normalization-equivalent -- but have to be encoded differently.

The new accent implementation handles this in a very flexible way.

Many new comments added as well, as it's also clear that this is going
to need a bit more expansion before it becomes a true polyglot keymap.

Co-authored-by: Yonatan  Zunger <zunger@desiderata.lan>
b113888e — Vinam Arora 4 years ago
[Keyboard] Add 0-Sixty (#11303)

* New keyboard: 0-Sixty

* Apply suggestions from code review

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

Co-authored-by: Ryan <fauxpark@gmail.com>
378edd94 — Nick Brassel 4 years ago
Fixup line endings.
b3f0e6a8 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
f8cbad20 — ridingqwerty 4 years ago
[Keyboard] Correct edc40.h and config.h (#11508)

f452eeb0 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
6b2f9e30 — James Young 4 years ago
[Keyboard] Basketweave: Configurator fix (#11506)

* rework layout macro

Rework the layout macro so it's arranged the way the hardware is.

* info.json: use debug linting

* info.json: rebuild to correct key sequence

* white-space formatting

Makes the keymap and layout macro a bit more representative of where everything is.
3bc43698 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Remove `DESCRIPTION`, 0-A (#11369)

Add support for shared EP on V-USB boards (#11103)

5193a8d5 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
407e5be3 — James Young 4 years ago
[Keyboard] whale/sk/v3: Configurator fix (#11490)

* whale/sk/v3: info.json debug linting

* LAYOUT_all key sequence fix

* remove `key_count` key

* LAYOUT_right_half_only dead-space removal

Removes the dead space from the QMK Configurator rendering.
6f9db2b4 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
4d96b85b — Joshua Diamond 4 years ago
Lighting Layers should be disabled when suspended (#11442)

* Lighting Layers should be disabled when suspended

* bugfixes
Next