Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commit my DZ60 keymap #4375

Merged
merged 13 commits into from
Nov 6, 2018
Prev Previous commit
Next Next commit
fix that compile error
  • Loading branch information
mechmerlin committed Nov 6, 2018
commit f0c56612b25534b8652e5abf128b30e84d3fbd01
2 changes: 1 addition & 1 deletion keyboards/dz60/keymaps/mechmerlin/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
enum keyboard_layers {
_BL = 0, // Base Layer
_FL, // Function Layer
_AL // Arrow Layer
_CL // Control Layer
};

// Custom #defined keycodes (shorter macros for readability)
Expand Down