aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/narze/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/narze/readme.md')
-rw-r--r--keyboards/planck/keymaps/narze/readme.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/keyboards/planck/keymaps/narze/readme.md b/keyboards/planck/keymaps/narze/readme.md
index 6824251e8..737171bca 100644
--- a/keyboards/planck/keymaps/narze/readme.md
+++ b/keyboards/planck/keymaps/narze/readme.md
@@ -22,10 +22,11 @@ Press `S+D` simultaneously and hold, then...
## Build instructions
- `cd /path/to/qmk_firmware`
-- `docker run -e keymap=narze -e subproject=rev4 -e keyboard=planck --rm -v $('pwd'):/qmk:rw edasque/qmk_firmware`
-- `dfu-programmer atmega32u4 erase && dfu-programmer atmega32u4 flash .build/planck_rev4_narze.hex`
-
-## TODO
-- [] Make SuperDuper mode fully-compatible in Windows by swapping GUI with Ctrl
-
-
+- Ensure latest libraries are loaded `make git-submodule`
+- Build with docker
+ - Planck Rev. 4 : `util/docker_build.sh planck/rev4:narze`
+ - Planck Light : `util/docker_build.sh planck/light:narze`
+- Flash hex file
+ - Using dfu-programmer `dfu-programmer atmega32u4 erase --force && dfu-programmer atmega32u4 flash .build/planck_rev4_narze.hex`
+ - For Planck Light change the target microcontroller `dfu-programmer at90usb1286 erase --force && dfu-programmer at90usb1286 flash .build/planck_light_narze.hex`
+ - Use [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases)