~ruther/qmk_firmware

812d80ef — QMK Bot 5 years ago
format code according to conventions [skip ci]
86c4c4e9 — Drashna Jaelre 5 years ago
Convert clipping variables in rgblight.c to a structure (#7720)

5f5c2a21 — yd-null 5 years ago
[Keyboard] Add via support for cypher rev5 PCB (#8898)

e4151982 — Drashna Jaelre 5 years ago
A few final edits to the keymap and readme. (#8845)

* A few final edits to the keymap and readme.

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update keyboards/xd75/keymaps/buzzlighter1/readme.md

Co-Authored-By: Joel Challis <git@zvecr.com>

Co-authored-by: Joel Challis <git@zvecr.com>
b17482c3 — Nick Brassel 5 years ago
Add SPI master for ChibiOS/ARM. (#8779)

5b4870c0 — Umberto Baldi 5 years ago
fix sick68 space key handwiring location (#8962)

* fix space key handwiring location

* fix mechmerlin layout

* Revert changes from mechmerlin layout

Co-Authored-By: Joel Challis <git@zvecr.com>

* Update layouts/community/65_ansi/mechmerlin/keymap.c

* revert

Co-authored-by: Joel Challis <git@zvecr.com>
374525c9 — Joel Challis 5 years ago
Allow some usbconfig.h overrides at the keyboard level (#8647)

e02a3c55 — Alexander Hart 5 years ago
Edit Unit Testing Documentation (#8961)

e1217dae — Chris Ko 5 years ago
[Keymap] add chriskopher keymap for usb-usb converter (#8856)

485a0b0b — Eric Gebhart 5 years ago
[Keymap] Added Xd75 and viterbi keymaps,refactored my userspace. (#8776)

[Keyboard] latinpad(Original:hasupad,RENAMED latinpad) (#8766)

Co-Authored-By: ridingqwerty <george.g.koenig@gmail.com>
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-Authored-By: Joel Challis <git@zvecr.com>
Co-Authored-By: Drashna Jaelre <drashna@live.com>
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
bd639752 — QMK Bot 5 years ago
format code according to conventions [skip ci]
Add Romanian keymap and sendstring LUT (#8852)

0d6614f7 — TheFourthCow 5 years ago
adding info.json for funky40 (#8956)

d322ec54 — MechMerlin 5 years ago
[Keyboard] TGR 910 CE (#8940)

* initial commit for TGR 910 CE

* got firmware working on the 910 CE

* add VIA support

* add iso and all layouts

* update information about resetting the board

* fixup default keymap to have a second layer

* fixup default keymap

* add VIA enabled keymap

* cleanups and adding community layout support

* add caps lock led support and backlight

* add qmk configurator support

* Update keyboards/tgr/910ce/info.json
c7449b38 — Garret G 5 years ago
[Keyboard] Add royal directory and add 2 keyboard releases (#8877)

* add royal project folder and 2 released keyboards

* fix iso keymap clarification

* Apply suggestions from code review

* Update keyboards/the_royal/schwann/schwann.h

* Update keyboards/the_royal/liminal/liminal.h

* Update keyboards/the_royal/schwann/keymaps/default/keymap.c

* Apply suggestions from code review

new

* Update keymap.c

* Update keymap.c

* Apply suggestions from code review

* Update rules.mk

* add rules.mk to schwann default

* Apply suggestions from code review

* add rules.mk to shwann default
4c51049b — TheFourthCow 5 years ago
[Keyboard] Add Funky40 support (#8942)

* Adding all relevant files for the Funky40

This should add all proper files for the funky40 a keyboard I designed for myself, /u/TheFourthcow, a 40% ortholinear with split spacebar.

* Second attempt to add all relevant files for the funky40, includes all reccomended changes from my previous pull request

* Revised most files for Funky40 including reccomenations from my previous pull request

* further modifications made to default funky40 board, compiles on my side with no errors hopefully this one works!

* Update keyboards/funky40/readme.mk.mk

* Update keyboards/funky40/keymaps/default/readme.md.md

* Update keyboards/funky40/keymaps/default/keymap.c

* Update keyboards/funky40/keymaps/default/keymap.c

* Update keyboards/funky40/keymaps/default/keymap.c

* Update keyboards/funky40/config.h

* updating readmes and keymap

* final update to keymap and readmes should function correctly with updates requested

* made changes as requested by noroadsleft to config and readme
dd60fcda — mpstewart 5 years ago
[Keymap] Add personal layout: dz60:mpstewart (#8938)

* mpstewart dz60 layout

* Remove macro aliases from keymap

* Remove macro aliases from keymap

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

* Remove macro aliases from keymap

* use AG_TOGG instead of AG_SWAP

Also some commentary changes, and a change to one of the layout graphics
fd6b674b — Stefano 5 years ago
[Keymap] Gherkin SuperMicro 28 (#8886)

* Gherkin SuperMicro 28

* Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c

* Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c

* Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c

* Update keyboards/40percentclub/gherkin/keymaps/stevexyz/config.h

* Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk

* Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk

* removed jpegs

* removed jpegs

* Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c

* Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk

* removed firmware sizes

* Update keyboards/40percentclub/gherkin/keymaps/stevexyz/keymap.c

* Update keyboards/40percentclub/gherkin/keymaps/stevexyz/rules.mk

* Update keymap.c
2c0deb8a — Erovia 5 years ago
Update and try to clarify the CLI installation on Linux (#8783)

* Update and try to clarify the CLI installation on Linux

* Update commands, add note for Debian/Ubuntu

* Update docs/newbs_getting_started.md

Co-Authored-By: Joel Challis <git@zvecr.com>

Co-authored-by: Joel Challis <git@zvecr.com>
Next