qmk_firmware/keyboards/planck/keymaps
Dan Smith 8b58c67bbb [Keymap] snowkuma Planck keymap (#6225)
* Snowkuma's planck layout.

Heavily influenced by both Planck and SDOTHUMs layouts.  I have tried to
implement a comfortable layout with a wide stagger and a minimal set of
key usage.

Still a work in progress, hope it is useful to others.

* Adds simple readme file and images of layout

* Removes unused experimental definitions

* Update readme.md

Adds images of layout to readme.

* Removes accidentally added test keymap .swn .swo .swp files

* Updates config.h replaces include guard

As suggested by @noroadsleft replaces the include guard (ifndef, define
and endif) with just `#pragma once`.

* Replaces two extra KC with inbuilt QMK equivalents

custom_keycodes.h
Replaces `___f___` with the equivalent QMK alias `_______` KC_TRNS
`___x___` with the equivalent QMK alias `XXXXXXX` KC_NO

Updates keymap.c to reflect the changes made.

* Changes keymap.c to include QMK_KEYBOARD_H

Replaces planck.h and action_layer.h includes with the single inclusion
of QMK_KEYBOARD_H which includes action_layer.h automatically.

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

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

* Update keymap.c

removes unused Coleman key code from enum planck_keycodes

* Update keymap.c removes COLEMAK key code logic
2019-07-02 09:20:44 -07:00
..
ab
ajp10304
alexey
altgr
am
andylikescandy
angerthosenear
austin
aviator
basic
bbaserdem
bone2planck
brandon
buhearns
callum [Keymap] use lowercase send_string for non-literals (#6193) 2019-06-25 10:13:00 -07:00
cbbrowne
chance
charlie
circuit
coloneljesus
corvec
daniel
danielhklein
david
davidrambo
dbroqua
dc
dcompact
default [Keymap] New planck keymap (#6093) 2019-06-11 16:02:33 -07:00
deft [Keymap] Added Deft layout (#6153) 2019-06-19 22:19:54 -07:00
dlaroe
dodger
dr0ck
dr_notsokind
dsanchezseco
dshields
dudeofawesome
dvorak2space [Keymap] New Planck 2x2U keymap (#5519) 2019-06-29 11:31:10 -07:00
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
mgalisa [Keymap] New planck keymap (#6093) 2019-06-11 16:02:33 -07:00
mikethetiger
mitch
mjt
mjtnumsym
mollat
motform
msiu
muzfuz
mwpeterson
myoung34
narze
navi
neo2planck
nick [Keymap] add new planck keymap (#6122) 2019-06-13 11:45:48 -07:00
nico
not-quite-neo
oeywil
originerd
paget
palleiko
pascamel
pete
pevecyan
phreed
pickle_jr
piemod
pok3r
premek
priyadi
ptillemans
pvc
raffle
rai-suta
rjhilgefort [Keymap] Fix firmware errors when flashing Rev6 Planck (#6135) 2019-06-16 00:34:10 -07:00
rodhaene
roguepullrequest
samuel
sascha
sdothum
sean
sebas
sgoodwin
skug
smt
snowkuma [Keymap] snowkuma Planck keymap (#6225) 2019-07-02 09:20:44 -07:00
spacebarracecar [Keymap] Update to personal keymaps (#6136) 2019-06-16 17:35:20 -07:00
steno
tak3over
tehwalris
that_canadian
thermal_printer
tom
tong92
tylerwince [Keymap] add planck/tylerwince (#6169) 2019-06-22 12:25:00 -07:00
unagi
unicode
vaire
vifon
vxid
yale
yang
zach
zrichard
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