~ruther/qmk_firmware

ab6128e8 — shela 4 years ago
Update Japanese document (#10670)

Co-authored-by: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
update feature_layers.md translation (#12752)

770a3349 — Drashna Jaelre 4 years ago
Fix includes for pmw3360 driver (#13108)

c7c9f3e3 — James Young 4 years ago
kbdfans/kbd67/rev2: add LAYOUT_65_ansi_split_space layout data (#13102)

e660dcff — stanrc85 4 years ago
Fix caps lock indicator on Bear65 PCB (#12966)

6eb18a6c — Jonathan Rascher 4 years ago
[Keymap] Update bcat's split_3x6_3 for Crkbd legacy removal (#13097)

`qmk multibuild`: Fix bug with Path objects (#13093)

Tidy up spi_master includes (#13053)

a0cc2dc6 — James Young 4 years ago
Update noroadsleft userspace and keymaps (2021-06-02) (#13086)

597d2e0e — Nick Brassel 4 years ago
Fix up WS2812 SPI driver on F072. (#13022)

35dbe8ba — Joel Elkins 4 years ago
[Keymap] merge jdelkins userspace and associated keymaps (#11276)

* [Keymap] merge jdelkins userspace and associated keymaps

* Add copyright & license info

* Change rgblight_config.enable to rgblight_is_enabled()

* Update keyboards/dz60/keymaps/jdelkins/keymap.c

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

* Update keyboards/dz60/keymaps/jdelkins/keymap.c

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

* Update keyboards/dz60/keymaps/jdelkins/keymap.c

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

* Remove superfluous includes

* Change EXTRAFLAGS+=-flto to LTO_ENABLE=yes

* Remove unnecessary jdelkins_ss symlink in users

* Add copyright and license notices

* Use preferred way to determine capslock / numlock state

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

* Add #pragma once to a header

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

* Include QMK_KEYBOARD_H only once, in userspace header

* Remove unnecessary initialization in matrix_init_keymap

* Do process_record_keymap before cases handled in process_record_user

* Reorganize & simplify secrets feature enablement

* Use tap_code16

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

* Remove superfluous break

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

* Remove copyright from rules.mk

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

* Remove copyright from rules.mk

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

* Use tap_code16

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

* include "print.h" instead of <print.h>

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

* Use tap_cod16

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

* Use tap_code16

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

* Use tap_code16

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

* Use tap_code16

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

* Remove copyright from rules.mk

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

* add #pragma once to a header

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

* include "print.h" instead of <print.h>

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

* Remove copyright from rules.mk

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

* Remove copyright from rules.mk

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

* Remove copyright from rules.mk

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

* Use tap_code16

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

* Use tap_code16

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

* Use :flash target where possible

* Remove special case flash target and use PROGRAM_CMD

* dz60/jdelkins_ss: use tap_code16

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
93496c83 — Xelus22 4 years ago
fix missing arg (#13068)

5a06813b — Xelus22 4 years ago
VIA compile fixes (#13054)

6bafefa8 — Jeff Apczynski 4 years ago
[Keymap] lja83's Planck keymap (#12809)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Jeff Apczynski <jeffrey.apczynski@braincorp.com>
1a3064af — Gregorio 4 years ago
[Keyboard] Add Rubi Numpad (#12283)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2b8f1fcd — Lander 4 years ago
[Keyboard] Unicomp Mini M (#12892)

7b055dcc — Brandon Lewis 4 years ago
[Keyboard] Added BOP support (#12991)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Brandon Lewis <blewis308@users.noreply.github.com>
fc9a2167 — lukeski14 4 years ago
[Keyboard] jabberwocky via support (#13029)

3aca3d35 — Sergey Vlasov 4 years ago
merge/um70:via: Avoid sprintf() to make the code fit into flash (#12919)

The code using sprintf() did not fit into flash when `merge/um70:via`
was compiled with avr-gcc 5.4.0:

     * The firmware is too large! 29756/28672 (1084 bytes over)

Replacing `sprintf(wpm_str, " %03d", current_wpm);` with custom
formatting code reduces the firmware size by 1504 bytes, which is enough
to make the `merge/um70:via` firmware fit:

    * The firmware size is approaching the maximum - 28252/28672 (98%, 420 bytes free)
305cca9a — Erovia 4 years ago
CLI: Fix automagic (#13046)

Next