diff options
Diffstat (limited to 'keyboards/mechmini/v2/keymaps/625_space/keymap.c')
| -rwxr-xr-x | keyboards/mechmini/v2/keymaps/625_space/keymap.c | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/keyboards/mechmini/v2/keymaps/625_space/keymap.c b/keyboards/mechmini/v2/keymaps/625_space/keymap.c index 60d4d32d1..0746b8aec 100755 --- a/keyboards/mechmini/v2/keymaps/625_space/keymap.c +++ b/keyboards/mechmini/v2/keymaps/625_space/keymap.c | |||
| @@ -28,59 +28,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 28 | 28 | ||
| 29 | }; | 29 | }; |
| 30 | 30 | ||
| 31 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) { | ||
| 32 | |||
| 33 | |||
| 34 | switch (id) { | ||
| 35 | |||
| 36 | } | ||
| 37 | return MACRO_NONE; | ||
| 38 | } | ||
| 39 | |||
| 40 | void matrix_init_user(void) { | ||
| 41 | } | ||
| 42 | |||
| 43 | void matrix_scan_user(void) { | ||
| 44 | } | ||
| 45 | |||
| 46 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
| 47 | return true; | ||
| 48 | } | ||
| 49 | |||
| 50 | void led_set_user(uint8_t usb_led) { | ||
| 51 | |||
| 52 | if (usb_led & (1 << USB_LED_NUM_LOCK)) { | ||
| 53 | |||
| 54 | } else { | ||
| 55 | |||
| 56 | } | ||
| 57 | |||
| 58 | if (usb_led & (1 << USB_LED_CAPS_LOCK)) { | ||
| 59 | |||
| 60 | } else { | ||
| 61 | |||
| 62 | } | ||
| 63 | |||
| 64 | if (usb_led & (1 << USB_LED_SCROLL_LOCK)) { | ||
| 65 | |||
| 66 | } else { | ||
| 67 | |||
| 68 | } | ||
| 69 | |||
| 70 | if (usb_led & (1 << USB_LED_COMPOSE)) { | ||
| 71 | |||
| 72 | } else { | ||
| 73 | |||
| 74 | } | ||
| 75 | |||
| 76 | if (usb_led & (1 << USB_LED_KANA)) { | ||
| 77 | |||
| 78 | } else { | ||
| 79 | |||
| 80 | } | ||
| 81 | |||
| 82 | } | ||
| 83 | |||
| 84 | enum function_id { | 31 | enum function_id { |
| 85 | SHIFT_ESC, | 32 | SHIFT_ESC, |
| 86 | }; | 33 | }; |
