aboutsummaryrefslogtreecommitdiff
path: root/keyboards/miuni32/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/miuni32/keymaps/default/keymap.c')
-rw-r--r--keyboards/miuni32/keymaps/default/keymap.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/keyboards/miuni32/keymaps/default/keymap.c b/keyboards/miuni32/keymaps/default/keymap.c
index 754c20f7d..ae58f80a2 100644
--- a/keyboards/miuni32/keymaps/default/keymap.c
+++ b/keyboards/miuni32/keymaps/default/keymap.c
@@ -59,21 +59,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
59 ) 59 )
60}; 60};
61 61
62const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
63{
64 // MACRODOWN only works in this function
65 switch(id) {
66 case 0:
67 if (record->event.pressed) {
68 register_code(KC_RSFT);
69 } else {
70 unregister_code(KC_RSFT);
71 }
72 break;
73 }
74 return MACRO_NONE;
75};
76
77void matrix_init_user(void) { 62void matrix_init_user(void) {
78} 63}
79 64