mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 00:45:00 +00:00
35dbe8ba03
* [Keymap] merge jdelkins userspace and associated keymaps * Add copyright & license info * Change rgblight_config.enable to rgblight_is_enabled() * Update keyboards/dz60/keymaps/jdelkins/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/dz60/keymaps/jdelkins/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/dz60/keymaps/jdelkins/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Remove superfluous includes * Change EXTRAFLAGS+=-flto to LTO_ENABLE=yes * Remove unnecessary jdelkins_ss symlink in users * Add copyright and license notices * Use preferred way to determine capslock / numlock state Co-authored-by: Drashna Jaelre <drashna@live.com> * Add #pragma once to a header Co-authored-by: Drashna Jaelre <drashna@live.com> * Include QMK_KEYBOARD_H only once, in userspace header * Remove unnecessary initialization in matrix_init_keymap * Do process_record_keymap before cases handled in process_record_user * Reorganize & simplify secrets feature enablement * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Remove superfluous break Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * include "print.h" instead of <print.h> Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_cod16 Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * add #pragma once to a header Co-authored-by: Ryan <fauxpark@gmail.com> * include "print.h" instead of <print.h> Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Remove copyright from rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Use tap_code16 Co-authored-by: Ryan <fauxpark@gmail.com> * Use :flash target where possible * Remove special case flash target and use PROGRAM_CMD * dz60/jdelkins_ss: use tap_code16 Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> |
||
---|---|---|
.. | ||
ab | ||
abishalom | ||
ajp10304 | ||
alexey | ||
altgr | ||
am | ||
andylikescandy | ||
angerthosenear | ||
atreus | ||
austin | ||
aviator | ||
badger | ||
basic | ||
bbaserdem | ||
bghull | ||
bone2planck | ||
brandon | ||
buffet | ||
buhearns | ||
cbbrowne | ||
chance | ||
charlesrocket | ||
charlie | ||
circuit | ||
coloneljesus | ||
copface | ||
corvec | ||
csc027 | ||
daniel | ||
danielhklein | ||
david | ||
davidrambo | ||
dbroqua | ||
dc | ||
dcompact | ||
dear_vehicle_owner | ||
default | ||
deft | ||
dlaroe | ||
dodger | ||
dr0ck | ||
dr_notsokind | ||
dsanchezseco | ||
dshields | ||
dudeofawesome | ||
dvorak2space | ||
dzobert | ||
emiller | ||
emilyh | ||
eosti | ||
eshesh2 | ||
espynn | ||
experimental | ||
fabian | ||
fsck | ||
gabriel | ||
gitdrik | ||
grahampheath | ||
grant24 | ||
gunp | ||
handwired_binaryplease | ||
hiea | ||
hieax | ||
hvp | ||
impossible | ||
ishtob | ||
jacob | ||
jasperla | ||
jcorrado | ||
jdelkins | ||
jeebak | ||
jeremy-dev | ||
jetpacktuxedo | ||
jhenahan | ||
jirgn | ||
joe | ||
johannes | ||
kanbara | ||
kelorean | ||
khord | ||
kifinnsson | ||
kloki | ||
kmontag42 | ||
kyle | ||
lae3 | ||
leo | ||
lja83 | ||
lucas | ||
lukas | ||
luke | ||
mason | ||
matrixman | ||
mattly | ||
max | ||
mgalisa | ||
mikethetiger | ||
mitch | ||
mjt | ||
mjtnumsym | ||
mjuma | ||
mollat | ||
motform | ||
msiu | ||
muzfuz | ||
mwpeterson | ||
myoung34 | ||
narze | ||
navi | ||
neo2planck | ||
nick | ||
nico | ||
not-quite-neo | ||
originerd | ||
orthodeluxe | ||
oryx | ||
paget | ||
palleiko | ||
pascamel | ||
pete | ||
pevecyan | ||
phreed | ||
pickle_jr | ||
piemod | ||
pok3r | ||
premek | ||
priyadi | ||
ptillemans | ||
pvc | ||
raffle | ||
rai-suta | ||
rjhilgefort | ||
rodhaene | ||
roguepullrequest | ||
samuel | ||
sascha | ||
sdothum | ||
sean | ||
sebas | ||
sgoodwin | ||
sigul | ||
skank | ||
skug | ||
smittey | ||
smt | ||
snowkuma | ||
spacebarracecar | ||
steno | ||
stuartfong1 | ||
synth_sample | ||
synth_wavetable | ||
tak3over | ||
tehwalris | ||
that_canadian | ||
thermal_printer | ||
tk | ||
tom | ||
tong92 | ||
ttys0 | ||
tylerwince | ||
unagi | ||
unicode | ||
vaire | ||
via | ||
vifon | ||
vxid | ||
winternebs | ||
xjtian | ||
yale | ||
yang | ||
yhaliaw | ||
yttyx | ||
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
recommendedconfig.h
optional, found automatically when compilingMakefile
optional, found automatically when compiling
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