Split build date into a separate DEFINE

This commit is contained in:
Christopher Browne 2016-06-15 11:36:27 -04:00
parent 4e1bc2d298
commit bb0e0c7eba
2 changed files with 4 additions and 4 deletions

View file

@ -138,7 +138,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
break;
case M_VERSION:
if (record->event.pressed) {
SEND_STRING(QMK_KEYBOARD "/" QMK_KEYMAP "@" QMK_VERSION);
SEND_STRING(QMK_KEYBOARD "/" QMK_KEYMAP "@" QMK_VERSION "@" QMK_BUILDDATE);
}
break;
case M_RANDDIGIT: