~ruther/qmk_firmware

cf3913cd — Xyverz 5 years ago
[Keymap] Xyverz Kinesis keymap update (#9018)

* Mitor Tweaks

Updating Dvorak keymap to change location of Slash and Backslash
to positions more in line with my 12x5 and similar ortho layouts

* Fixed readme.md

Tidied up the readme and make some minor changes.

* Adding atreus config file

Adding a config file for my Atreus keyboard. This is to help with
the keychatter issues I've been having on my Atreus.

* Changes as requested per @zvecr

Added `#pragma once` to beginning of config.h file as requested
by @zvecr.
a30cc37c — Zach White 5 years ago
New keyboard: Clueboard 2x1800 2019 (#8721)

* Initial support for the 2019 2x1800

* Get all hardware working.

* Fix shake to undo

* Use the method suggested by @reywood

* Remove the unnecessary for loop

* changes suggested by @noroadsleft

* Fix comma, period, and forward slash keys for clueboard 2x1800 default keymap by @reywood

* Call led_set_user at the end of led_set_kb (#6265)

* [Keymap] Add default layouts for 2u spacebar (#6266)

* make progress on drawing mode

* Finish drawing toy mode

* Update keyboards/clueboard/2x1800/2019/config.h

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/clueboard/2x1800/2019/2019.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/clueboard/2x1800/2019/2019.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/clueboard/2x1800/2019/2019.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/clueboard/2x1800/2019/rules.mk

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Update keyboards/clueboard/2x1800/2019/rules.mk

Co-Authored-By: Ryan <fauxpark@gmail.com>

* remove unnecessary files

* Update keyboards/clueboard/2x1800/2019/rules.mk

Co-Authored-By: Ryan <fauxpark@gmail.com>

* apply suggestions

* Apply suggestions from code review

Co-Authored-By: Ryan <fauxpark@gmail.com>

Co-authored-by: Sean Dwyer <sean.dwyer@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
b18c2610 — Álvaro A. Volpato 5 years ago
Add Elongate PCB support (#8419)

* Working on proto

* Start adding VIA support

* Apply suggestions from code review

Removed redundant comments and fixed typos

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

* Delete useless config.h

As per code review

* Delete elongate.c

As per code review

* Updated readme.md

* Update keyboards/acheron/elongate/keymaps/default/keymap.c

As per code review

Co-Authored-By: Ryan <fauxpark@gmail.com>

* Apply suggestions from code review

Removed RGB_MODE_TEST definition and substituted for RGB_M_T

Co-Authored-By: Ryan <fauxpark@gmail.com>

* Apply suggestions from code review

Reverted changes to alice.h

Co-Authored-By: Ryan <fauxpark@gmail.com>

* Update info.json

* Update via/keymap.c

Co-Authored-By: Ryan <fauxpark@gmail.com>

* Solve compiling issue for via keymap

* Add botmagic support and remoce console_enable

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

* Update keyboards/acheron/elongate/rules.mk

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

* Update keyboards/acheron/elongate/keymaps/via/rules.mk

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

* Update keyboards/acheron/elongate/rules.mk

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

* Update keyboards/acheron/elongate/config.h

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

Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
bac5d6bc — TheFourthCow 5 years ago
edit to default funky40 keymap (#9014)

ab165060 — Juno Nguyen 5 years ago
[Keymap] Minor keymap update to layouts/community/ortho_4x12/junonum/ (#9021)

dc00942b — XScorpion2 5 years ago
Xulkal Changes (#9004)

* Xulkal Changes

* Fixing alt keymap
e8f842e7 — halfenergized 5 years ago
Update TGR 910 VID/PID (#8988)

To fix the vendor ID and product ID
3745ebc2 — Jake Happersett 5 years ago
[Keyboard] Fix Romeo ANSI Split Matrix (#9002)

Remove Bluefruit protocol (#9008)

* Remove Bluefruit protocol

* Remove dir from doxygen TODO pile
15e84f79 — Jeremy Bernhardt 5 years ago
gBoards Common (#8921)

Co-Authored-By: Drashna Jaelre <drashna@live.com>
6f30b402 — skullY 5 years ago
Revert "Fix conflicting types for 'tfp_printf' (#8269)"

This reverts commit e17b55e33ad5b3dcefcf7b828ac99aeb2daeeae2.
1ff526da — QMK Bot 5 years ago
format code according to conventions [skip ci]
e17b55e3 — Joel Challis 5 years ago
Fix conflicting types for 'tfp_printf' (#8269)

* Refactor to use mpaland/printf

* trim firmware size

* remove keymap changes

* run clang format

* Fixup after rebase

* fix up git-submodule command for printf
Disable console and command on TGR 910CE (#9011)

5f82b078 — Joel Challis 5 years ago
Initial vusb console support (#8559)

2e6959ed — Joshua Moses Diamond 5 years ago
Add some usages needed for ChromeOS hosts (#8996)

c482a294 — Joel Challis 5 years ago
Provide a mechanism for split keyboards to process key press on both halves (#9001)

e182a38e — Joel Challis 5 years ago
Add redirect for old getting started links (#8987)

fe4581c1 — buzzlighter1 5 years ago
Formatting (#8981)

ddd055b1 — JohSchneider 5 years ago
Audio_Enable, AVR template update (#8901)

* Branch point for 2020 May 30 Breaking Change

* audio-configuration: template: audio_avr.c does NOT default to C6

not on its own, it needs a pin configured per define in config.h for audio to actually work
otherwise only parts of the code are included in the firmware, wasting space and possibly breaking builds because auf hitting the firmware-size limits

* audio-configuration: strip comment to bare essentials

Co-Authored-By: Ryan <fauxpark@gmail.com>

* revert future change

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Johannes <you@example.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: zvecr <git@zvecr.com>
Next