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