~ruther/qmk_firmware

9cc5841a — Elliot Powell 6 years ago
Update reference_configurator_support.md

We no longer auto generate bootloader into info.json through the website therefore this can be removed
ba6b3fc1 — zvecr 6 years ago
Use qmk docker image for travis CI builds
6693d163 — Alex Speller 6 years ago
[Keyboard] Remove file with same name and different case (#6028)

6241cf97 — yiancar 6 years ago
[Keyboard] Fix json for NK65 (#6026)

b8775960 — Austin Hill 6 years ago
[Keymap] added hhkb layout for tada68 (#6027)

3fd34daf — Jason Dunsmore 6 years ago
[Keymap] Added keymap for user jasondunsmore (#6023)

88966767 — Peter Tillemans 6 years ago
[Keyboard] Fix jc65 when RGB or BACKLIGHT disabled (#6022)

3ef42542 — Elliot Powell 6 years ago
Update feature_encoders.md

Fix missing closing comment after second encoder
2f7a57a6 — zvecr 6 years ago
Copy avr teensy flash logic to arm (#6016)

786ee9c7 — MechMerlin 6 years ago
[Keyboard] E6V2 R2 BMC PCB (#6009)

* initial commit

* remove mentions of oe and replace with le

* add new layout macros with the spacebar change

* add rgb underglow support

* Update keyboards/exclusive/e6v2/le_bmc/rules.mk

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

* Update keyboards/exclusive/e6v2/le_bmc/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
4d97f352 — Kimat Boven 6 years ago
Add belgian layout for sendstring (#6008)

* belgian layout had no sendstring definition

* backtick was not defined for belgian sendstring

* slash definition was wrong for belgian sendstring

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

* use BE_ keys whenever we can

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

* ^ can be sent as a normal key (not a dead key) with altgr+para
2ca840d0 — itsdrdick 6 years ago
[Keyboard] Added XW60 PCB (#6011)

* Added XW60 PCB

* Update keyboards/xw60/config.h

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

* Update keyboards/xw60/rules.mk

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

* Update keyboards/xw60/rules.mk

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

* Update keyboards/xw60/xw60.h

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

* Update keyboards/xw60/xw60.h

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

* Update keyboards/xw60/xw60.h

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

* Update rules.mk

* Removed redundant line

* Update keyboards/xw60/config.h

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/xw60/readme.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
a1a7a848 — Jeremy Bernhardt 6 years ago
[Keymap] Georgi flippydippy layout (#6005)

* keymap(gergo): colemak

* added flipped numbers

* Updated as per Drash
d16056e6 — fauxpark 6 years ago
Fix TO() and DF() calling layer_state_set_[kb,user] twice (#6003)

287767bb — Fred Silberberg 6 years ago
Update 333fred keymaps and add new iris map. (#6010)

* Update 333fred keymaps and add new iris map.

* Fix iris key
[Keyboard] Changed LED positions for Massdrop CTRL and DZ60RGB (#5801)

* changed rgb positions and modifiers within RGB matrix thing for CTRL and DZ60RGB

* changed CTRL corner LEDs + centered horizontally

* whoops - changed CTRL's underglow LEDs back to the underglow flag

* whitespace

* I changed the right file this time

* Fixed DZ60RGB left shift out of position
bd1cfcd5 — Elliot Powell 6 years ago
[Keyboard] Add support for AKB boards (#5996)

* Move boards to akb folder

* Updates for PR

* fix for PR

* Fix info.json
03bc8e71 — noroadsleft 6 years ago
Duck Octagon V1 Configurator cleanup (#5957)

* Expand info.json formatting to one line per key

This is a white-space-only change. Make it easier for me to read the file.

* Make sure every key object has a label

Going to be using them shortly.

* Insert key identifiers from v1.h into info.json labels

Shows where each key is located in the switch matrix.

* Move K5O to its correct location on the top row

* Adjust white space in v1.h

At this point, the macros for LAYOUT and LAYOUT_75_ansi are 100% identical, except for their names.

* Redefine LAYOUT_75_ansi as an alias of LAYOUT

No need for two code blocks with the same data.

* Correct visual positioning in info.json

- move Pause 1u to the right
- move K5O to the top row, between Print Screen and Pause
- move Enter key 1u to the left and 1u wider (1.25u to 2.25u)

* Delete key identifiers from info.json labels

Don't need them anymore now that we know where everything is.

I'm calling K5O as ScrLk so it has a label, even though that's not actually what it is.

Also gave the Spacebar a label because I prefer when all the keys have labels.

* Enable 75_ansi Community Layout support

* Reassign layout macro as LAYOUT_75_ansi and delete macro alias

Configure the codebase so LAYOUT_75_ansi is the only layout macro available.

* Add key_count key to info.json data
6d6646de — Ryan Caltabiano 6 years ago
Fixing matrix_scan so it properly returns changed status
70a7b84d — Mikkel Jeppesen 6 years ago
Clean up duped filenames om qmk.fm (#5822)

Removes all binaries that don't correspond to an entry in the .keyboards file
Next