From a7e80e41a8866abc7fe9bfd079ade9bac27638cc Mon Sep 17 00:00:00 2001 From: Albert Y <76888457+filterpaper@users.noreply.github.com> Date: Fri, 11 Feb 2022 10:55:43 +0800 Subject: [PATCH] Add file listing example --- docs/docs/customization.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/docs/customization.md b/docs/docs/customization.md index 76438127..4e03cc80 100644 --- a/docs/docs/customization.md +++ b/docs/docs/customization.md @@ -73,4 +73,11 @@ include: shield: lily58_right ``` -Lily58 specific shield files, e.g. `lily58.conf` and `lily58.keymap` should be added into the `config` sub-folder inside `zmk-config`. +Lily58's shield files should be added into the `config` sub-folder inside `zmk-config` together with your Corne files, e.g.: + +``` +corne.conf +corne.keymap +lily58.conf +lily58.keymap +```