~ruther/qmk_firmware

31e4583f — Yatara 5 years ago
[Keyboard] Add support for Drink Me (#8039)

* Add initial configuration and keymaps for Yatara Drink Me.

* Apply suggestions from code review

* Apply suggestions from code review

* Add transparent layers in VIA layout so there are four layers in total. Amend closing bracket indentation in keymap.c files.
17a089d2 — ridingqwerty 5 years ago
Trim firmware size changes from default rules.mk, part 4 (#8046)

* Trim firmware size changes from default-ish rules.mk files

* Trim sizes from westfoxtrot boards
db2f1874 — MechMerlin 5 years ago
Documentation: KBD75 (#8038)

* update kbd75 readme

* update bmini readme

* update wkl.kr readme

* Update keyboards/kbdfans/kbd75/readme.md

* Update keyboards/kbdfans/kbd75/readme.md

d2e1cc4d — ridingqwerty 5 years ago
Trim firmware sizes from default rules.mk, part 3 (#8045)

0f7d294a — ridingqwerty 5 years ago
Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)

c66a4a98 — Alberto Grespan 5 years ago
[Keyboard] WhiteFox vanilla layout (#8043)

* Add the Whitefox vanilla layout

Initial commit for whitefox vanilla keymap

Fix the mapped layout to match vanilla

Cleanup vanilla default

Rework the info file

Remove vanilla keymap as we don't really need this
e57af8db — Joel Challis 5 years ago
Fix 'Makefile:560: keyboards/<keyboard>/rev1/rules.mk: No such file or directory' (#8042)

0968cf8b — Addison Cole 5 years ago
Updates cKeys/theDora README with explicit flashing instructions (#8016)

* adds to theDora readme for more explicit directions on flashing,
with links and how to enter bootloader mode.

* fmt

* Corrects language of steps for loading firmware

* Update keyboards/ckeys/thedora/readme.md
0f9982c5 — Bryan Arendt 5 years ago
[Keyboard] Adds ogre ergo single (#8012)

* Adds ogre ergo single (non-split) version

* use generic pids
6d5812a8 — Cody Bender 5 years ago
[Keyboard] Add Ergosaurus Support (#8013)

 Initialize config

* Update matrix size

* Update Keymap

* Rename files to remove hyphen

* Rename board and folders

* Fix ergosaurus.h typo

* Fix ergosaurus.h layout matrix

* Update column pins

* Fixed ergosaurus

* Add Reggie layout

* Update Ergo keymap

* Update with fixes from PR #8013

* Fix KeyHive link

* Remove config.h and extra whitespace from README

* Update PID, README and rules spacing

* Update rules.mk
1249594c — Joel Challis 5 years ago
Refactor minidox to use split_common (#7924)

* Initial refactor of minidox to split_common

* post rebase fixes
e04c5eda — stanrc85 5 years ago
Userspace and keymap updates (#8037)

* Add PGUP,PGDN to keymaps

* Enable VIA support on userspace for 1up60hse

* Enable DZ60 VIA in rules

* Enable Romac VIA in rules
66fe3001 — ridingqwerty 5 years ago
Trim firmware sizes from default rules.mk, part 1 (#8027)

* Removed reference to firmware size in 0-9,a-f board-level and default keymap 'rules.mk' files

* Correct some 'rules.mk' in boards buried under vendor folders

* PR8027 patch

Co-authored-by: GeorgeKoenig <35542036+GeorgeKoenig@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
7149557b — moseschmiedel 5 years ago
Add German programming layout for Lets Split (#8014)

* Add German programming layout for Lets Split

* Update copyright in config.h

* Add Hash-Symbol to keymap

* Change to fit suggestions in PR

* Changes as requested, but broken.

* Fix layer switching issue
2abc0e17 — Danny 5 years ago
[Keyboard] Add Quefrency Rev 2 (#8001)

* Add Quefrency Rev. 2

* Add encoder support

* Add RGB LED mapping info

* Add diode direction

* Revert removal of default folder for CI purposes

* Remove unneeded lines

* Rename ISO layout macros
197a401b — Mikkel Jeppesen 5 years ago
Qmk doctor os check to support newer msys2/w10 installations (#8031)

* Fixed OS detection on newer MSYS installations

* made OS sting lower case
4a208b89 — MechMerlin 5 years ago
[Keyboard] 1up60hse VIA Support (#7992)

* add VIA support for 1up60hse

* choose a vendor and product id that is not taken

* add mousekey_enable set to no as per Wilba's recommendation

* Update keyboards/1upkeyboards/1up60hse/keymaps/via/readme.md

* Update keyboards/1upkeyboards/1up60hse/keymaps/via/readme.md

* add a fourth layer

* might as well remove the config file as we are not including the one thing that was in it
1e90f5c7 — coseyfannitutti 5 years ago
Mysterium firmware fix (#8032)

* Update config.h

* Update rules.mk

* Update usbconfig.h

* Update config.h

* Update rules.mk

* Update usbconfig.h
0d80c7bd — Max Rumpf 5 years ago
[Keyboard] Fix Pulse4k info.json LAYOUT name (#7965)

* Fix Pulse4k info.json LAYOUT name

* Add missing functions to fix configurator

Add empty encoder functions to the keyboard code, as the configurator doesn't see the keymap defined functions at first.
To be able to override these functions, they are marked as 'weak'.

* Rework encoder functions another time

Default implementation is now provided as part of the keyboard, but they can still be overriden within the keymap (template is commented out by default)
4d06d283 — Nick Brassel 5 years ago
Move CORTEX_ENABLE_WFI_IDLE=TRUE to rules.mk files.
Next