~ruther/qmk_firmware

8720c662 — noroadsleft 7 years ago
Keyboard: Alf X2 matrix fix (#3704)

Invalid syntax in LAYOUT_split_arrows matrix macro.
e1be79d7 — noroadsleft 7 years ago
Keyboard: Corrected LFK65_HS LAYOUT_all matrix (#3703)

Switch `k3D` was listed as `K3D` in the parameter list, causing a compile error (undeclared variable).
d0b55b59 — MechMerlin 7 years ago
Keyboard: bface update (#3702)

* add configurator support

* update bface code to more modern QMK standards

* update readme

* update readme

* Make changes thanks to noroadsleft's PR comments
9d99fd84 — Stephen Grier 7 years ago
Keymap: Adding stephengrier keymap for the DZ60 PCB (#3700)

220ea4c9 — Christoffer Holmberg 7 years ago
Keymap: Nordic layouts for ErgoDox, Planck (#3693)

* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* first verion of skug

* zudvp layer added and new thumb cluster

* move del to arrw cluster and switch places of algr and no_circ

* rework layouts

* Adds SYMB layer toggle to 'รค'

Closes #2

Also moves ctrl away from '-' and 'z' to the outer bottom corners
and removes redundant SYMB layer binds from there

* Adds mouse movement to right hand on ARRW layer

Closes #3

* Fix typoed keycodes

* planck qwerty nordic

* Update README.md

* Update README.md

* Implemented changes to planck layout requested by drashna

* Implemented changes to ergodox layout requested by drashna

NOTE: `version.h` is still required.
dbef2ad6 — noroadsleft 7 years ago
Keymap: Update 333fred's keymap for Zen (#3690)

Reset file to upstream/master, update only macro name (KEYMAP to LAYOUT).
e2755c11 — MechMerlin 7 years ago
Keyboard: forgot to rename the layout 1up60hse correctly (#3699)

2091280b — noroadsleft 7 years ago
Keyboard: Fix Configurator rendering for Big Series 2-, 3-, and 4-key boards (#3698)

4a3eb3bd — Sebastian Kaim 7 years ago
[WIP] Added support for the b.face keyboard (#2493)

* Added support for the b.face keyboard

This commit adds support for the 60% keyboard from winkeyless, the
b.face. The basic keyboard layout as well as the RGB backlighting
works as expected; the per-key LEDs can be turned on or off but not
yet dimmed. A default 60% US-layout is included.

* Added link to the bface in the ps2avrGB README
10c636a1 — Graham P Heath 7 years ago
Keyboard: add Telophase board (and Graham's keymaps) (#3244)

* add my config

* fix backlight, clean up that code

* group background code, restore static var

* qwerty is supposed to be in the middle

* wrap layer change backlight in ifdef

* backlight levels and some more 'emojis'.

* Restructure to make it possible to press cmd ent on the right side of the board with one hand.

* Expose the period through the number layer. Add Hyper keys to mouse layer

* reduce mouse speed

* add a : -P  key

* Thumbs up and down, remove some keys that are duplicated via function keys, clean up

* fix build issues

* add various emoji

* duplicate default Meira keymaps

* Miera updates

* add documented but unmapped emoji

* Sound for the Meira, was stumped by a file size! Thanks drashna!

* add docs

* docs

* revert lib changes...

* clean up

* clean up

* remove make file

* Fixes missing key

* clean up

* add my lets split

* add more emoji

* add the telophase board (unofficially, I guess...)

* add missing files

* add/reset files

* Review feedback implementation: Not needed. Add #define FLIP_HALF to your config.h file instead.

* Review feedback implementation: All of these includes should be replaced with #include QMK_KEYBOARD_H.

* Review feedback implementation: [FAILING] You may want to use LAYOUT_ortho_4x12 instead, and move this to /layouts/community/ortho_4x12/ instead. That way, you can use the same keymap for all of the boards.

* clean up

* add a key for command tilde (osx loves it)

* at least its building again

* remove adjusts and migrate layer switching to MO(_LAYER)

* update the telophase readme

* update the telophase readme

* grahampheaths -> grahampheath

* ONEHAND_ENABLE -> SWAP_HANDS_ENABLE

* convert lets split to use ortho_4x12

* Move lets split keyboard layout into community/ortho_4x12

* make telophase use LAYOUT()

* I did it?!

* Add clap and grin

* swap tabs and back and forward

* whitespace
99da48c7 — eucalyn 7 years ago
Keyboard: add mint60 keyboard (#3543)

* add mint60

* change source by reviews
4cc1edbb — aydenvis 7 years ago
Keyboard: Add QWERTYYdox keyboard (#3636)

* Add files via upload

* Update readme.md

* Update readme.md

* Update readme.md

* Add files via upload

* Delete split_util.h

* Delete split_util.c

* Delete serial.h

* Delete serial.c

* Delete matrix.c

* Delete i2c.h

* Delete i2c.c

* Update rules.mk

* Update config.h

* Update readme.md

* Update readme.md
d87ef88d — wanleg 7 years ago
Keyboard: add 5x5 board support (#3694)

* 5x5 board support

* 5x5 work

* 5x5board config

* add 5x5 board support
8bc771a8 — Fredric Silberberg 7 years ago
Added arrow layout.
ee238f12 — MechMerlin 7 years ago
Keyboard: add 1up60hse (#3687)

* initial commit

* update readme

* enable/disable some keyboard features and add 60_ansi community layout support

* put my name everywhere

* can't use numbers for defines

* enable lighting

* put in a default keymap, use the correct pins, and put in a switch matrix

* update switch matrix to use KXY hex notation

* add QMK Configurator support

* add the rest of my name

* update where to get this keyboard
c5531350 — Biacco42 7 years ago
Keyboard: Update Ergo42 default keymap (#3686)

78a01068 — Biacco42 7 years ago
Keymap: Remove needless lines / files for Ergo42 (#3685)

10b4591d — DeastinY 7 years ago
Keymap: Added deastiny layout for contra [based on dvorak type II] (#3673)

* Added deastiny layout for contra [based on dvorak type II]

* added questionmark and slash to another layer

* added pragma once
fe687af5 — Cole Markham 7 years ago
Keyboard: Add Big Series 2-, 3-, and 4-key boards (#3669)

* Implement magic 8-ball mode for big series switch

* LED Testing

* Add Ctrl+Alt+Del key mapping

* Add Windows lock (win+L) layout.

* Add Big Series 3-key

* Add Big Series 4-key

* Add Big Series 2-key

* Fix layout mapping for Big Series 3u

* Fix merge-conflict.

* Refactor bigseries boards into a single folder
a18cd1b2 — Biacco42 7 years ago
Keymap: Ergo42 biacco-biacco keymap (#3659)

* Add biacco-biacco keymap

* Change P position

* Update biacco-biacco map y position

* Revert y position...

* Refactor needless lines

* Fix some review commentted
Next