qmk_firmware/keyboard/planck/keymaps
Christopher Browne 2cf26915e3 Sample of using build info to generate keystrokes (#412)
* More documentation

* Saving crontab for user  on host

* Restructuring in keeping with recent changes to conventions

* Simplify submitting my fave cbbrowne keystroke by using SEND_STRING()

* Local change, not apropos to have in this repo

* Simplify logic; no need to return so much

* Add in a version key

* Add docs

* Split build date into a separate DEFINE

* Ensure there is a value even if not working within a git repo

* Should not include the compiled code in the repo

* compiled.hex files should not be included in the repo; they represent generated compiled code

* Fix spelling in comment

* Remove more generated files

* Add rule to ignore contents of .build directories; their contents are generated

* Revert removals of compiled files
2016-06-16 17:16:51 -04:00
..
alexey Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
angerthosenear Sample of using build info to generate keystrokes (#412) 2016-06-16 17:16:51 -04:00
austin Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
basic updates experimental planck keymap, adds basic layout 2016-06-15 15:43:40 -04:00
bone2planck Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
brandon Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
cbbrowne Sample of using build info to generate keystrokes (#412) 2016-06-16 17:16:51 -04:00
charlie Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
daniel Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
david Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
default Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
dzobert Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
experimental Sample of using build info to generate keystrokes (#412) 2016-06-16 17:16:51 -04:00
gabriel Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
jacob Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
joe Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
kyle Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
leo Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
lucas Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
lukas Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
max Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
mollat Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
nico Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
pete Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
pvc Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
tak3over Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
unicode Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
yang Makefile redo & other features (#395) 2016-06-11 13:31:31 -04:00
.gitignore Sample of using build info to generate keystrokes (#412) 2016-06-16 17:16:51 -04:00
README.md Renaming planck/cbbrowne in keeping with recent naming conventions (#405) 2016-06-13 19:06:32 -04:00

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_user.h optional, found automatically when compiling
  • makefile.mk 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