qmk_firmware/keyboards/planck/keymaps
Peter Tillemans 32952d8624 Pti keymaps (#6025)
* created new folder to port my old layout

* removed Colemak, enabled backlight.

* fixed backlight support

* added Ctrl/Esc + Shift/Enter double function keys

* made planck compatible with Atreus board, including docs

* enable backlight control

* make planck more compatible with atreus layout

* migrate to qwerty and separate alt-space

* adding ok64 and redox layouts

* fix dot in numerical pad

* fix dot in dvorak layout

* added redox and pro micro version of snampad

* add arrows on right mod keys and map PrtScr on Fn P

* add keys to swap between mac and windows

* added escape to redox layout

* added printscreen key

* moved layout closer to what I am used to.

* swap spc and bspc, add ctrl to quot

* qwertified atreus layout

* fix for compile errors when RGB or BACKLIGHT disabled

* add customized keymap for the m65a

* Reverted unintended change in default keymap.

* Remove unused code in my keymap and modernized tap hold keys

* Update keyboards/snampad/config.h

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

* Update keyboards/snampad/rules.mk

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

* Update keyboards/snampad/rules.mk

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

* Update keyboards/snampad/snampad.h

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

* Update keyboards/snampad/config.h

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

* Update keyboards/snampad/keymaps/default/config.h

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

* Update keyboards/snampad/snampad.h

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

* Update keyboards/snampad/readme.md

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

* Update keyboards/snampad/keymaps/default/keymap.c

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

* Update keyboards/snampad/snampad.h

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

* Update keyboards/snampad/snampad.h

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

* Update keyboards/snampad/snampad.h

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

* Update keyboards/snampad/rules.mk

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

* Update keyboards/planck/keymaps/ptillemans/keymap.c

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

* Update keyboards/jc65/v32a/keymaps/ptillemans/keymap.c

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

* Update keyboards/snampad/snampad.h

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

* cleanup snampad layout

* Update keyboards/snampad/snampad.c

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

* further mmended cleaning

- removed obsolete Backspace handling in jc65 keymap
- improved shift detection
- modernized planck keymap
- added details to snampad readme
- other recommended refactors in snampad
2019-06-03 12:09:01 -07:00
..
ab
ajp10304
alexey
altgr
am
andylikescandy
angerthosenear
austin
aviator
basic
bbaserdem
bone2planck
brandon
buhearns
callum [Keymap] update (mouse emulation, rev 6 compatibility) (#5696) 2019-04-23 19:31:42 -07:00
cbbrowne
chance
charlie
circuit
coloneljesus
corvec
daniel
danielhklein
david
davidrambo
dbroqua
dc
dcompact
default
dlaroe
dodger
dr0ck
dr_notsokind
dsanchezseco [Keymap] dsanchezseco for planck (#5944) 2019-05-21 11:01:29 -07:00
dshields
dudeofawesome
dzobert
emiller
emilyh
espynn
experimental
fabian
fsck
gabriel
grahampheath
gunp
handwired_binaryplease
hiea
hieax
impossible
ishtob
jacob
jarred
jasperla
jcorrado
jeebak
jeremy-dev
jetpacktuxedo
jhenahan
jirgn
joe
johannes
juno
kelorean
khord
kloki
kmontag42
kyle
lae3
leo
lucas
lukas
luke
mason
matrixman
mattly
max
mikethetiger
mitch
mjt
mjtnumsym
mollat
motform [Keymap] Add motform planck keymap (swedish colemak) (#5734) 2019-04-30 08:25:31 -07:00
msiu
muzfuz
mwpeterson
myoung34
narze
navi
neo2planck
nico
not-quite-neo
oeywil Update readme.md (#5647) 2019-04-18 13:27:05 -07:00
originerd
paget
palleiko
pascamel
pete
pevecyan
phreed
pickle_jr
piemod
pok3r
premek
priyadi [Keymap] Added compatibility for Planck rev6 (#5706) 2019-04-29 09:33:13 -07:00
ptillemans Pti keymaps (#6025) 2019-06-03 12:09:01 -07:00
pvc
raffle
rai-suta
rjhilgefort
rodhaene
roguepullrequest Roguepullrequest planck layout update (#5751) 2019-05-01 20:27:54 -07:00
samuel
sascha
sdothum
sean
sebas
sgoodwin
skug
smt
spacebarracecar
steno
tak3over
tehwalris
that_canadian
thermal_printer
tom Cleanup/rgb matrix (#5811) 2019-05-10 16:55:02 -07:00
tong92
unagi
unicode
vaire
vifon
vxid
yale
yang
zach
zrichard
readme.md

readme.md

How to add your own keymap

Folders can be named however you'd like (will be approved upon merging), or should follow the format with a preceding _:

_[ISO 3166-1 alpha-2 code*]_[layout variant]_[layout name/author]

* See full list: https://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements

and contain the following files:

  • keymap.c
  • readme.md recommended
  • config.h optional, found automatically when compiling
  • Makefile optional, found automatically when compling

When adding your keymap to this list, keep it organised alphabetically (select list, edit->sort lines), and use this format:

 * **folder_name** description

List of Planck keymaps

  • default default Planck layout
  • cbbrowne cbbrowne's Planck layout