qmk_firmware/keyboards/dz60/keymaps/tarnjotsingh
Ryan 5e4b076af3
Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
2022-10-15 22:29:43 +01:00
..
keymap.c Remove legacy keycodes, part 5 (#18710) 2022-10-15 22:29:43 +01:00
layers.json Remove legacy keycodes, part 5 (#18710) 2022-10-15 22:29:43 +01:00
readme.md [Keymap] UK ISO keymap for DZ60 (#7322) 2019-11-11 08:45:03 +11:00

DZ60 ISO Keymap

Custom keymap for UK ISO keyboard layouts. This includes 3 different layers.

  • Layer 0:
    • Standard ISO layout with main modifier key, for accessing layer 1, to the right of the space bar.
  • Layer 1:
    • Layer that gives you access to pretty much everything else like the arrow keys.
  • Layer 2;
    • Standalone layer only for modifying the lighting on the board. Keys for this purpose are mapped in the locations used by the default dz60 layout.
    • You can access this layer by holding MO(1) (next to the space bar) followed by holding MO(2) which where the Left Alt key is positioned.

dz60-iso-keymap

Make the kaymap for this keyboard (after setting up your build environment):

make dz60:tarnjotsingh

Then flash it by running:

make dz60:tarnjotsingh:flash

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.