~ruther/qmk_firmware

c4a2dc9a — Xelus22 4 years ago
fix (#14142)

eaad6547 — stickandgum 4 years ago
[Keymap] Fixed GMMK Pro -> stickandgum keymap readme.md (#14123)

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
bc239cd5 — Drashna Jaelre 4 years ago
[Keymap] Drashna keymap fixups (#14140)

4e1c5887 — Xelus22 4 years ago
[Core] Refactor OLED to allow easy addition of other types  (#13454)

* add docs

* core changes

* update keyboards to new OLED

* updated users to new OLED

* update layouts to new OLED

* fixup docs

* drashna's suggestion

* fix up docs

* new keyboards with oled

* core split changes

* remaining keyboard files

* Fix The Helix keyboards oled options

* reflect develop

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: mtei <2170248+mtei@users.noreply.github.com>
6fd20acf — Drashna Jaelre 4 years ago
Fix Mouse Shared EP functionality (#14136)

Specifically, if you enable the shared endpoint for mouse reports (or keyboard, which force enables it for mouse), and you don't have mousekeys enabled, it does not properly enable shared mouse EP for pointing device (which uses mouse reports).   This cause it to error out in compiling.  This fixes up some of the logic to ensure that all use cases are supported, and consolidates some of the code.
d57d9aec — Drashna Jaelre 4 years ago
Fix bootloadHID comments breaking :flash (#14133)

e756a216 — Donald Kjer 4 years ago
eeprom_stm32: implement high density wear leveling (#12567)

* eeprom_stm32: implement wear leveling
Update EECONFIG_MAGIC_NUMBER
eeprom_stm32: check emulated eeprom size is large enough
* eeprom_stm32: Increasing simulated EEPROM density on stm32
* Adding utility script to decode emulated eeprom
* Adding unit tests
* Applying qmk cformat changes
* cleaned up flash mocking
* Fix for stm32eeprom_parser.py checking via signature with wrong base
* Fix for nk65 keyboard

Co-authored-by: Ilya Zhuravlev <whatever@xyz.is>
Co-authored-by: zvecr <git@zvecr.com>
2481e109 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
9472c4b8 — Olli Helenius 4 years ago
Fix US_RDQU keycode (#13464)

`US_RDQU` and `US_LDQU` were aliased to the same keycode. `US_RDQU`
should use the right bracket.
f3147059 — Path Nirvana 4 years ago
adding uf2 flash support for blackpill 401 (#13968)

* adding uf2 flash support for blackpill 401

* forgot to add blackpill to keyboard header file

* making changes requested by drashna

* fixing tzarc s comments

* removing the keyboard

* undo the change to dactyl_manuform.h
718f0a24 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
a72b5621 — Rifaa Subekti 4 years ago
[Keyboard] update default and via keymap for ocean/wang_v2 (#14122)

d8778eba — Nick Brassel 4 years ago
Fixup line endings.
71df1352 — stickandgum 4 years ago
[Keymap] Feature rich keymap for GMMK Pro (ANSI) (#14120)

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
355872cc — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
5cd7999b — Vino Rodrigues 4 years ago
[Keyboard] Update rgb matrix config in kbdfans/kbd67/mkiirgb/v3/v3.c (#14094)

This patch corrects 2 issues with the LED matrix of the KDBFans KBD67 Lite (v3)
* Incorrect mapping of the right-shift, down-arrow, and right-arrow.  (i.e. `NO_LED` positions of the `g_led_config` key matrix in the .c file do not match the `LAYOUT_65_ansi_blocker` matrix in the .h file.
* Remapping of the *LED Index to Physical Position* using physical measurements from actual keyboard and accounting for the southpaw LED position to define the true centre of the keyboard (more relevant to circular animations).
9af069ec — Dasky 4 years ago
Fix typo (#14118)

f043b8be — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
aa283356 — Bror Winther 4 years ago
Add fix for brew upgrade (#12921)

Add a fix for `brew upgrade` so only formulae is upgraded and not casks
4b87c1f4 — QMK Bot 4 years ago
Merge remote-tracking branch 'origin/master' into develop
Next