From d4ac61957aaf084a297f2a81526a8d12bd5baed9 Mon Sep 17 00:00:00 2001 From: Kurtis Lew Date: Sat, 29 Aug 2020 18:41:46 -0700 Subject: [PATCH] Update keymaps.md Readability for personal keymaps --- docs/docs/feature/keymaps.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/feature/keymaps.md b/docs/docs/feature/keymaps.md index 020df176..72a00391 100644 --- a/docs/docs/feature/keymaps.md +++ b/docs/docs/feature/keymaps.md @@ -17,9 +17,9 @@ in the future by allowing user configs to add to the CMake application built by ## Big Picture 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 -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. +so ZMK can produce a "stock" firmware for that keyboard without any further modifications. +For users looking to customize their keyboard's behavior, they can copy the stock `.keymap` file into their +local ZMK config directory, and customize the keymap to their liking. ## Behaviors