qmk_firmware/keyboards/planck/keymaps/narze
2022-11-22 22:07:47 +11:00
..
config.h Remove MIDI_ENABLE_STRICT from user keymaps (#11750) 2021-02-06 09:35:10 +11:00
keymap.c Update use of legacy keycodes (#19120) 2022-11-22 22:07:47 +11:00
readme.md [Keymap] Add narze lily58 keymap & update my other keymaps (#13110) 2021-07-03 00:50:32 -07:00
rules.mk Remove Full Bootmagic (#13846) 2021-08-06 23:59:56 -07:00

narze's layout

Key features

  • Qwerty + Colemak layouts, and you can type Qwerty on software-level Colemak as well. Very useful for gaming or when your friend wanna type something but don't use Colemak.
  • (S)uper (D)uper Mode
  • Mouse keys with Z

Build instructions

  • cd /path/to/qmk_firmware
  • 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