Custom DZ60 Keyboard PCB Firmware. Written by Ryn.
Instructions on how to flash the firmware can be found in INSTALL.md.
Layer 0 (regular keyboard with no modifier keys pressed) is standard, except that the Caps Lock key and the key to the right of the OS key are function keys.
Layer 1 is accessed by pressing and holding a function key.
- For example, to use the arrow keys, you could press and hold the Caps Lock key and use I, J, K, and L as your arrow keys.
| FUNCTION | KEYBIND |
|---|---|
| Up Arrow | Mod key + I |
| Down Arrow | Mod key + K |
| Left Arrow | Mod key + J |
| Right Arrow | Mod key + L |
| FUNCTION | KEYBIND |
|---|---|
| F[1-12] | Mod key + [0-9, -, =] |
| Caps Lock | Mod key + Caps Lock |
| Delete | Mod Key + Backspace |
| Print Screen | Mod key + P |
| Home | Mod key + H OR Mod key + ; |
| End | Mod Key + . |
| Page Up | Mod key + ' |
| Page Down | Mod key + / |
| ` character | Mod key + Escape |
| ~ character | Mod key + Shift + Escape |
| FUNCTION | KEYBIND |
|---|---|
| Play/Pause | Mod key + W |
| Previous | Mod Key + Q |
| Next | Mod key + E |
| Volume Up | Mod key + ] |
| Volume Down | Mod Key + [ |
| FUNCTION | KEYBIND |
|---|---|
| RGB Toggle | Mod key + Z |
| RGB Mode + | Mod Key + X |
| Hue - | Mod key + C |
| Hue + | Mod key + V |
| Saturation - | Mod Key + B |
| Saturation + | Mod Key + N |
| Brightness - | Mod Key + M |
| Brightness + | Mod Key + , |
The .hex file needed to flash the firmware
A .json file to be used with QMK Configurator to make edits
A folder of screenshots for each layer of the firmware.
A CHANGELOG.md file to see the updates made in that version.
A README.md file that displays the screenshots of the firmware.