Update keymaps.md

Readability for personal keymaps
This commit is contained in:
Kurtis Lew 2020-08-29 18:41:46 -07:00 committed by GitHub
parent ef3c96c2ac
commit d4ac61957a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,9 @@ in the future by allowing user configs to add to the CMake application built by
## Big Picture ## Big Picture
All keyboard definitions (complete boards or shields) include the _default_ keymap for that keyboard, All keyboard definitions (complete boards or shields) include the _default_ keymap for that keyboard,
so ZMK can produce a "stock" firmware for that keyboard without any further modifications. For users so ZMK can produce a "stock" firmware for that keyboard without any further modifications.
looking to customize their keyboard's behavior, they can copy the stock `.keymap` file into their For users looking to customize their keyboard's behavior, they can copy the stock `.keymap` file into their
user config directory, and customize the keymap to their liking. local ZMK config directory, and customize the keymap to their liking.
## Behaviors ## Behaviors