~ruther/qmk_firmware

620fcf12 — coseyfannitutti 6 years ago
Update info.json - discipline (#6483)

* Update info.json

* Update readme.md

* Update keyboards/coseyfannitutti/discipline/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
cacfaedb — Sid Carter 6 years ago
new keymap for projectkb alice (#6491)

* new keymap for projectkb alice

* update documentation for resetting PCB

* actually need a grave key more than a tilde

* move DFU_ARGS to top level

* cleanup unused keycodes and others

* align with typical ergo layouts.  move enter and keep function layer reachable
209b6baa — Maarten Dekkers 6 years ago
Move maartenwut's keyboards to one folder (#6484)

7f8922ae — MechMerlin 6 years ago
GH60 Refactor: Move Satan into GH60 directory (#6485)

* Move Satan into the GH60 directory to avoid the confusion of what PCB people have

* set bootmagic to lite

* rename gh60 file to revc
72f382fc — fauxpark 6 years ago
Remove unused _BOOTLOADER defines
430c3702 — coseyfannitutti 6 years ago
[Keyboard] add keyboard-discipline (#6464)

* add keyboard-discipline

* move discipline to /coseyfannitutti

* Update readme.md

* Update keyboards/coseyfannitutti/discipline/discipline.h

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

* Update keyboards/coseyfannitutti/discipline/discipline.h

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

* Update keyboards/coseyfannitutti/discipline/info.json

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

* Update keyboards/coseyfannitutti/discipline/keymaps/coseyfannitutti/keymap.c

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

* Update keyboards/coseyfannitutti/discipline/info.json

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

* Update keyboards/coseyfannitutti/discipline/keymaps/67_ansi/keymap.c

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

* Update keyboards/coseyfannitutti/discipline/keymaps/67_ansi/keymap.c

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

* Update keyboards/coseyfannitutti/discipline/keymaps/coseyfannitutti/keymap.c

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

* Update keyboards/coseyfannitutti/discipline/keymaps/default/keymap.c

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

* Update keyboards/coseyfannitutti/discipline/keymaps/default/keymap.c

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

* Update keyboards/coseyfannitutti/discipline/readme.md

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

* Update keyboards/coseyfannitutti/discipline/rules.mk

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

* Update readme.md

* Update keyboards/coseyfannitutti/discipline/discipline.c

Co-Authored-By: Drashna Jaelre <drashna@live.com>
f644db04 — Garrett Singer 6 years ago
[Split] Add config option for DIRECT_PINS_RIGHT (#6479)

Adds support for different direct pin mappings on the halves of a split keyboard.
465acd4d — zunger-humu 6 years ago
[Keymap] Add some more commonly used symbols to melody96/zunger. (#6478)

9ae874e0 — Wilba 6 years ago
[Keyboard] WT75-A & WT75-B fixes for QMK Configurator (#6472)

* Fixed QMK Configurator layout

* Added WT60-D
0261bf3e — dsanchezseco 6 years ago
[Keymap] update to dsanchezseco keymap (#6470)

* cleanup and start sound

* clean up adjust and ptrscrn
586bd92e — tucznak 6 years ago
[Keymap] Fixed Tanuki RGB lighting (#6462)

Add iS0 Keypad (#6456)

* Start progress

* Build firmware

* Prepare for pullreq

* Add a keymap

* Update keyboards/illuminati/is0/rules.mk

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

* Update keyboards/illuminati/is0/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
ac20e7e3 — jotix 6 years ago
[Keymap] jotix ortho_4x12_layout (#6458)

* jotix ortho_4x12_layout

* jotix ortho_4x12_layout
a2d61d76 — MechMerlin 6 years ago
[Keyboard] New Keyboard: KBDPad MKI (#6452)

* initial commit

* define pins used and matrix size

* update readme

* delete un needed files

* make an appropriate switch matrix

* create appropriate keymap

* one little typo

* add QMK Configurator support

* Update keyboards/kbdfans/kbdpad/mk1/info.json

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
17eea779 — Brian L 6 years ago
[Keymap] Adds Keymap for Iris/blucky (#6449)

* Adds Keymap for Iris/blucky

* code review changes

* removed custom define

* removed mistyped character
f1cebc9d — XScorpion2 6 years ago
[Keymap] Fixing Sol Rev2 default keymap OLED rotation. (#6448)

9609ae60 — noroadsleft 6 years ago
[Keyboard] QWERTYYdox refactor (#6446)

* Delete null key

`__` key in keymap.c doesn't actually exist on the physical hardware.
Removed key from keymap.c and removed its argument from the layout macro.

* Delete unused keycode aliases

* Replace layer index definitions with an enum

* Replace redundant numpad keycodes with native aliases

* Use native layer change keycodes instead of aliases

* Visually align the keycodes

It makes the keymap pretty.

* Correct Configurator layout data

* Clean up header files

- convert to pragma once include guard
- remove redundant definitions
- remove commented code blocks

* Delete LAYOUT_kc macro

Was copied from ergotravel; not valid for this keyboard.

* Consolidate rev1 rules.mk settings to keyboard level

Previous codebase enabled Backlight at keyboard level then disabled it at revision level.

* Delete unused rules

* Consolidate config.h settings from keymap level to keyboard level

* Modernize keyboard's config.h file

Aligns the keyboard-level config.h file more closely with the current QMK template for AVR keyboards.
2a9856df — Mazin Power 6 years ago
[Keymap] Adds keymap for muzfuz/lunar (#6432)

* Adds keymaps for muzfuz

* Remove unused keys from adjust layer

* Bring in line with current QMK standards.

* Adds Preonic and adjusted Planck keymaps

* Make changes per review request

* Lunar config

* Formatting

* Update keyboards/ai03/lunar/keymaps/muzfuz/readme.md

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

* Remove unneeded recipe
b5677853 — Joel Challis 6 years ago
[Docs] Add dfu-util and caterina udev examples (#6429)

9177c6fe — Elliot Powell 6 years ago
updates to akb/raine in ready for production units (#6457)

* Raine Update

* Update keymap and usb setting

* Update info.json

added wk support to info.json
Next