~ruther/qmk_firmware

6e9b4a83 — Nic Lake 5 years ago
[Keymap] niclake keymap for Boardwalk (#10488)

* Initializing Boardwalk layout

* rules.mk newline

* config.h newline

* qwerty num toggle -> tap-toggle

* errant K, and _LOWER momentary toggles

* Lack of autosave sucks

* Converting to HHKB layout

* TT(_NUM) added to num layer

* Final updates for Boardwalk initialization

* Final refinements

* newline

* Removal of extra includes

* Update keyboards/boardwalk/keymaps/niclake/config.h

#pragma once

* Removing comment block from rules

* Updates to my layout
1e5df711 — Peter Peterson 5 years ago
[keyboard] add BM60Poker support (#10475)

* WIP working on new keymap

* tweaking keymap

* updated keymap

* cleaned up a little bit

* New preonic keymap

* my preonic keymap

* added mac layout

* preonic map update

* cleaning up old repo

* cleaning up to match upstream

* more cleanup

* removing old keymaps

* Added BM60 Poker

* Apply suggestions from code review

* Added license

* updated license

* updated license

* Fixed remaining licenses and added layout to rules
6888165b — Žan Pevec 5 years ago
Fixed some small things and replaced deprecated definitions (#10414)

* Fixed some small things and replaced deprecated definitions

* Improvements

* Reverted kemyap change
8070b1ba — yulei 5 years ago
Added replacement pcb for the matrix cain keyboard (#10436)

* added replacement pcb for the matrix cain keyboard

* update usb descriptor

* fixed led polarity

* Update keyboards/matrix/cain/cain.c

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

* Update keyboards/matrix/cain/rules.mk

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

* Apply suggestions from code review

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

* rename from cain to cain_re

* Update keyboards/matrix/cain_re/readme.md

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
72649955 — ridingqwerty 5 years ago
New keyboard: wsk/g4m3ralpha (#10431)

* adding alpha variants

* adding cajal layouts

* adding V2 PCB support

adding additional layouts for new PCB version, and correecting incorrect image in info file

* Cleanup master -- remove alpha9

* Cleanup master -- remove g4m3ralpha

* Cleanup master -- remove cajal & sl40

* Master cleanup -- re-add sl40

* Master cleanup -- correct SL40 image

* Add new keyboard: wsk/g4m3ralpha

* Added license attribution to .{c,h} files

* Update keyboards/wsk/g4m3ralpha/config.h

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

* Update keyboards/wsk/g4m3ralpha/rules.mk

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

* Update keyboards/wsk/g4m3ralpha/g4m3ralpha.c

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

* Update keyboards/wsk/g4m3ralpha/keymaps/default/keymap.c

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

* Update keyboards/wsk/g4m3ralpha/config.h

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/wsk/g4m3ralpha/info.json

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

* Update keyboards/wsk/g4m3ralpha/rules.mk

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

Co-authored-by: worldspawn00 <mcmancuso@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
1d7e57ab — James Young 5 years ago
BM60RGB ISO: update default keymap and layout macro (#10494)

* BM60RGB ISO: fix and extend default keymap

- correctly assigns the Non-US Backslash and Hash keys
- adds Function and Navigation keys
- use KC_GESC instead of KC_ESC to make Grave accent available

* Update layout macro

The layout is the ISO equivalent of QMK's `LAYOUT_60_ansi_arrow`.
0cb7133e — nopunin10did 5 years ago
Doc followup 9942 (#10473)

* Update feature_advanced_keycodes.md

* Update mod_tap.md
f63a60a7 — Jordan 5 years ago
Port mechmini v2 for VIA support (#10497)

Co-authored-by: Erovia <Erovia@users.noreply.github.com>
f68bb0cc — Danilo de Klerk 5 years ago
Add ddeklerk split_3x6_3 layout (#10470)

2f01c6ee — Juno Nguyen 5 years ago
Update make rules for community/ortho_4x12/junonum (#10467)

10f57670 — James Young 5 years ago
Add 64_ansi and 64_iso Community Layouts (#10463)

* Add 64_ansi Community Layout

* Add 64_iso Community Layout

* Add readme.md with layout drawings

* Edit readme.md - fix layout drawings

Fix 65_ansi_blocker_split_bs and 65_ansi_blocker_tsangan drawings.

* Edit readme.md - suggestions per fauxpark

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

Co-authored-by: Ryan <fauxpark@gmail.com>
Southpaw Fullsize: Add VIA support (#10469)

* Add via configurator support

* Remove layers to fix via

* Re-add extra via layers since it seems to work now

* Replace tabs with spaces

* Update readme.md
a13e918d — Nic Lake 5 years ago
[Keymap] Adding 2x2u default layout for Boardwalk (#10486)

* Adding 2x2u default layout for Boardwalk

* Defining the _RAISE layer
b31df1af — MechMerlin 5 years ago
KBDFans KBD19x: VIA Support & LAYOUT macro fixing (#10401)

* first pass at fixing the key labeling

* second pass of fixing key labeling

* third pass of this key naming

* another pass of changing key naming

* another pass

* another pass

* another pass

* renamed it all

* give a good vid and pid

* add via keymap

* add on to the comments

* update readme and comments

* one more small change
7a2124db — yhr0x43 5 years ago
Crkbd implementing return value for matrix_scan() (#10422)

45f04490 — Tom Swartz 5 years ago
xd75re Multi-layer keymap (#10499)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Fix SPLIT_KEYBOARD compilation for ATMega*U2, which doesn't have VBUS/OTG control (#10460)

Co-authored-by: s-ol <s-ol@users.noreply.github.com>
1960e250 — yiancar 5 years ago
Enable Mediakeys for yiancar's 328p keyboards (#10476)

8fbea13a — Adam Gwilliam 5 years ago
resolve extra param issue in boardsource/5x12 via keymap (#10501)

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Danny <nooges@users.noreply.github.com>
Co-authored-by: Adam Gwilliam <agwilliam@yaharasoftware.com>
d78a2b81 — thompson-ele 5 years ago
[Keymap] VIA Support for Nein Macropad (#10496)

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