aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xd60/keymaps/iso/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xd60/keymaps/iso/keymap.c')
-rw-r--r--keyboards/xd60/keymaps/iso/keymap.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/keyboards/xd60/keymaps/iso/keymap.c b/keyboards/xd60/keymaps/iso/keymap.c
index 4ece241ef..bb4f8eff8 100644
--- a/keyboards/xd60/keymaps/iso/keymap.c
+++ b/keyboards/xd60/keymaps/iso/keymap.c
@@ -24,20 +24,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
24 24
25}; 25};
26 26
27// Macros
28const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) {
29
30 // MACRODOWN only works in this function
31 switch(id) {
32 case 0:
33 if (record->event.pressed) { register_code(KC_RSFT); }
34 else { unregister_code(KC_RSFT); }
35 break;
36 }
37
38 return MACRO_NONE;
39};
40
41// Loop 27// Loop
42void matrix_scan_user(void) { 28void matrix_scan_user(void) {
43 // Empty 29 // Empty