summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/twentylives_dvorak_with_hebrew/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/twentylives_dvorak_with_hebrew/keymap.c')
-rw-r--r--layouts/community/ergodox/twentylives_dvorak_with_hebrew/keymap.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/layouts/community/ergodox/twentylives_dvorak_with_hebrew/keymap.c b/layouts/community/ergodox/twentylives_dvorak_with_hebrew/keymap.c
index 6bca183162..4b5181a70d 100644
--- a/layouts/community/ergodox/twentylives_dvorak_with_hebrew/keymap.c
+++ b/layouts/community/ergodox/twentylives_dvorak_with_hebrew/keymap.c
@@ -173,18 +173,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
-const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
-{
- switch(id) {
- case 0:
- if (record->event.pressed) {
- SEND_STRING (QMK_KEYBOARD "/" QMK_KEYMAP " @ " QMK_VERSION);
- }
- break;
- }
- return MACRO_NONE;
-};
-
void matrix_scan_user(void) {
uint8_t layer = biton32(layer_state);