~ruther/qmk_firmware

fb9f619d — LSChyi 4 years ago
Play Keyboard Helen 80: fix matrix mapping (#11585)

955eb58a — Konstantin Shpits 4 years ago
Fix  VENDOR_ID for ymd67 (#11838)

7d590275 — Nicolas Schodet 4 years ago
[Keyboard] Add Splitty keyboard (#11613)

4107856b — Jay Greco 4 years ago
Simplify NIBBLE encoder code and clean up keymaps (#11808)

* Simplify encoder code and clean up keymaps.

-Removed overly complex VIA encoder code. It wasn't adding any value and was confusing users who were trying to customize encoder functionality on VIA keymaps.
-Replaced KC_TILDE with KC_HOME in all keymaps, as KC_TILDE sends a left shift, which was confusing some folks as they tested their build.
-Move layer names to enum

* Change encoder_update_kb to encoder_update_user per PR feedback
627ceebe — Sergey Vlasov 4 years ago
ws2812: Fix number of nops for AVR at 8 MHz (#9559)

* ws2812: Fix number of nops for AVR at 8 MHz

When trying to calculate the number of nops for AVR running at 8 MHz,
the value of `w3` is expected to be negative; however, because `F_CPU`
is defined in tmk_core/avr.mk with the `UL` suffix, the preprocessor
performs its calculations using `unsigned long`, getting a very large
positive number instead of the expected negative number; this then
results in generating code with a huge number of nops.  Fix the broken
calculations by performing a comparison before subtraction, so that the
unsigned number wraparound does not occur.

The keyboard which triggers the problem is `handwired/promethium`; the
buggy code silently compiles, but the resulting timings would be
completely wrong.

* ws2812: Clean up the code after the 8 MHz fix

Remove old code which was unsuccessfully trying to clamp negative w1, w2
and w3 values to 0, and set w1_nops, w2_nops and w3_nops directly.
Fix RGBLIGHT_LIMIT_VAL typo (#11826)

99bffc2a — Joel Challis 4 years ago
Migrate some tmk_core files to quantum (#11791)

* Migrate some tmk_core files to quantum

* Fix build errors
7e828795 — yfuku 4 years ago
via support for bat43 (#11729)

* via support for bat43

* add adjust layer for via
4d8161cf — Xelus22 4 years ago
[Update] Allow APM32 on TrinityXTtkl (#11715)

* amp32  initial change

* fix spacing
ccc9c431 — Joel Challis 4 years ago
Allow flash/compile to accept relative json paths (#11767)

* Allow flash/compile to accept relative paths

* Review suggestions

* Review comments

* Put back exists check otherwise stdin fails

* fix lint
fc29c7a5 — Danny 4 years ago
Add DSP40 (#11579)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Rework I2C driver docs (#11658)

0355cd0f — Danny 4 years ago
[Keyboard] Add The Stick keyboard (#11745)

Co-authored-by: Ryan <fauxpark@gmail.com>
9d1d875a — moritz-john 4 years ago
[Docs] Update isp_flashing_guide.md (#11777)

Added wiring for USBasp and changed the order of the documentation accordingly
13c562e1 — George Petri 4 years ago
[Keymap] Update keymap for keebio/nyquist (#11734)

c1aeec96 — Chris M 4 years ago
[Keymap] Shadyproject/bfo9000 (#11753)

a4368da8 — Juno Nguyen 4 years ago
[Keymap] Update community ortholinear 4x12 keymap: junonum (#11757)

65db45c4 — stanrc85 4 years ago
[Keyboard] Add my keymap for Mark65 (#11717)

74145dc7 — Salicylic-acid3 4 years ago
[Keyboard] Add nknl7jp keyboard (#11591)

* Add nknl7jp keyboard

A 73 keys JIS Layout split keyboard.
Salicylic-acid3

* Keymap Update

Fixed default keymap.

* Update keyboards/nknl7jp/keymaps/salicylic/keymap.c

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

* Update keyboards/nknl7jp/keymaps/salicylic/keymap.c

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

* Update keyboards/nknl7jp/keymaps/salicylic/keymap.c

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

* Update keyboards/nknl7jp/keymaps/salicylic/keymap.c

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

Co-authored-by: Drashna Jaelre <drashna@live.com>
60d76d67 — Salicylic-acid3 4 years ago
[Keyboard] Add nknl7en keyboard (#11590)

* Add nknl7en keyboard

A 70 keys ANSI Layout split keyboard.
Salicylic-acid3

* Update readme.md

The name, photo, and link were wrong, so they have been corrected.

* Update keyboards/nknl7en/keymaps/salicylic/keymap.c

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

* Update keyboards/nknl7en/keymaps/salicylic/keymap.c

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

* Update keyboards/nknl7en/keymaps/salicylic/keymap.c

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

* Update keyboards/nknl7en/keymaps/salicylic/keymap.c

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

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