~ruther/qmk_firmware

1fdf7669 — Takeshi ISHII 4 years ago
handwired/symmetric70_proto use post_rules.mk (#14235)

b8c68afb — Takeshi ISHII 4 years ago
[Keyboard] Helix use `post_rules.mk` (#14216)

* Helix/pico use post_rules.mk insted of local_features.mk

Tested with the following procedure.
```
git checkout 77a93fec79 (qmk/develop)
make clean
make helix/pico:all:check-md5
make helix/pico/sc:all:check-md5
git checkout helix_use_post_rules.mk
make clean
make helix/pico:all:check-md5
make helix/pico/sc:all:check-md5
```

* Helix/rev2 use post_rules.mk

Tested with the following procedure.
```
git checkout 77a93fec79 (qmk/develop)
make clean
make helix/pico:all:check-md5
make helix/pico/sc:all:check-md5
make helix/rev2:all:check-md5
make helix/rev2/sc:all:check-md5
git checkout helix_use_post_rules.mk
make clean
make helix/pico:all:check-md5
make helix/pico/sc:all:check-md5
make helix/rev2:all:check-md5
make helix/rev2/sc:all:check-md5
```
bab997c8 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
bdd0a6c0 — Salicylic-acid3 4 years ago
[Keyboard] Addition of VIA keymap and a few fixes for naked60 (#14225)

Co-authored-by: Joel Challis <git@zvecr.com>
4d4c61f2 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
f2c9e82e — Joel Challis 4 years ago
cherry pick tidy up (#14244)

a163d34a — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
1e711731 — coliss86 4 years ago
Documentation: Fix links in key overrides (#14228)

Co-authored-by: Joel Challis <git@zvecr.com>
25a25022 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Update ws2812_spi.c (#14237)

15710db4 — Drashna Jaelre 4 years ago
Move feature suspend logic out of platform specific code (#14210)

cf28feaf — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
2dc07391 — Danny 4 years ago
[Keyboard] Add Iris Rev. 5 (#13934)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
d770e273 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
27aebba1 — dogspace 4 years ago
[Keymap] Add new snailmap keymap to nullbitsco/nibble keyboard (#14024)

Co-authored-by: Ryan <fauxpark@gmail.com>
3f4d39ec — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
c9283f4c — kb-elmo 4 years ago
[Keyboard] Add OwLab Jelly Epoch (#14190)

Co-authored-by: Ryan <fauxpark@gmail.com>
b63114ea — Rifaa Subekti 4 years ago
[Keyboard] add slamz keyboard (#14188)

Co-authored-by: Ryan <fauxpark@gmail.com>
3471b2ac — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
9583f9f5 — Purdea Andrei 4 years ago
[Bug] Fix build error when enabling NO_HAPTIC_MOD (#14178)

Without this build would fail, if a keyboard had haptic feedback enabled,
TAPPING_TOGGLE was not overridden in a config.h, and if NO_HAPTIC_MOD was
defined in config.h.
Next