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