summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_ez/keymaps/hacker_dvorak/keycodes/custom_keycodes.c
blob: 338910b53f6ed9e6fe5625180c6048ce10cfd2db (plain)
1
2
3
4
5
6
7
// Define custom user keycodes:
enum custom_keycodes {
    PLACEHOLDER = SAFE_RANGE,  // Can always be here.
    MY_CUSTOM_MACRO,           // Custom macro example.
    MY_OTHER_MACRO,            // Custom macro example.
    DYNAMIC_MACRO_RANGE        // Should always be the last.
};