~ruther/qmk_firmware

69619768 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
4d42fb20 — James Young 4 years ago
40percentclub/nori: fix matrix reference in LAYOUT_ortho_4x8 (#13866)

* 40percentclub/nori: fix matrix reference in LAYOUT_ortho_4x8

* remove ortho_4x8 from Community Layouts rule

ortho_4x8 isn't a valid option here.
a14f331c — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
2d78a435 — James Young 4 years ago
capsunlocked/cu7: fix missing key object (#13862)

Adds a key object for the encoder keypress.
79c88767 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
fd9d531b — plarso 4 years ago
[Docs] Remove extra word it bootmagic page (#13855)

a174d20d — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
be9031d0 — James Young 4 years ago
0xCB Static: fix `qmk info` and Configurator issues (#13856)

5decdad8 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Function96 V2: Fixed info.json file (#13322)

Fixes the info.json data for the LAYOUT_default and LAYOUT_ansi_splitspace macros.
83bd56e6 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
flash_stm32: don't unlock flash if already unlocked (#13841)

On stm32f4 after reboot from DFU it was observed that the flash is
already unlocked. In that case, attempting to unlock it again causes a
data abort.
ee3c1383 — Nick Brassel 4 years ago
Merge remote-tracking branch 'upstream/master' into develop
26b62f7a — a_p_u_r_o 4 years ago
Fix alignment of USB out report buffer 2 -> 4 (#13838)

ebed2e9a — Drashna Jaelre 4 years ago
[BUG] Fix Key Override includes (#13831)

* [BUG] Fix Key Override includes

* simplify includes
53683e8d — Jonavin 4 years ago
fix develop branch move file (#13832)

Co-authored-by: zvecr <git@zvecr.com>
4b630c46 — James Young 4 years ago
Duck Eagle/Viper V2 Refactor (#13828)

41a770de — Drashna Jaelre 4 years ago
[Keyboard] Fix SRC include for matrix/m20add issi driver (#13826)

851d995a — James Young 4 years ago
Merro60 Layout Macro Refactor (#13827)

1305b6d8 — James Young 4 years ago
Momoka Ergo: layout macro/Configurator fix (#13825)

* momoka_ergo.h: use modified QMK 3-character notation

Renames the matrix position arguments to use QMK's K<row><column> notation, but using L or R for the left and right halves, respectively.

* physically arrange layout macro

Arrange the layout macro and keycodes to resemble the assembled keyboard.

* info.json: rebuild LAYOUT data

Fixes mispositioned keys in QMK Configurator.
Next