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