]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox_ez/keymaps/hacker_dvorak/keycodes/custom_keycodes.c
368062172bc13ef846709c851187c8faafcaf18e
[qmk_firmware.git] / keyboards / ergodox_ez / keymaps / hacker_dvorak / keycodes / custom_keycodes.c
1 // Define custom user keycodes:
2 enum custom_keycodes {
3     PLACEHOLDER = SAFE_RANGE,  // Can always be here.
4     RGB_GREEN,                 // To set default RGB layer as green once.
5     MY_CUSTOM_MACRO,           // Custom macro example.
6     MY_OTHER_MACRO,            // Custom macro example.
7     DYNAMIC_MACRO_RANGE        // Should always be the last.
8 };