mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
Updated Keymap (markdown)
This commit is contained in:
parent
36f8936b03
commit
0bffb86721
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Keymap Overview
|
# Keymap Overview
|
||||||
|
|
||||||
OMK keymaps are defined inside a C source file. The data structure is an array of arrays. The outer array is a list of layer arrays while the inner layer array is a list of keys. Most keyboards define a KEYMAP() macro to help you create this array of arrays.
|
QMK keymaps are defined inside a C source file. The data structure is an array of arrays. The outer array is a list of layer arrays while the inner layer array is a list of keys. Most keyboards define a KEYMAP() macro to help you create this array of arrays.
|
||||||
|
|
||||||
## Anatomy Of A `keymap.c`
|
## Anatomy Of A `keymap.c`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue