diff options
Diffstat (limited to 'keyboards/miuni32/keymaps/default/keymap.c')
| -rw-r--r-- | keyboards/miuni32/keymaps/default/keymap.c | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/keyboards/miuni32/keymaps/default/keymap.c b/keyboards/miuni32/keymaps/default/keymap.c index ae58f80a2..87519de54 100644 --- a/keyboards/miuni32/keymaps/default/keymap.c +++ b/keyboards/miuni32/keymaps/default/keymap.c | |||
| @@ -58,47 +58,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 58 | _______, _______, _______, _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12 | 58 | _______, _______, _______, _______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12 |
| 59 | ) | 59 | ) |
| 60 | }; | 60 | }; |
| 61 | |||
| 62 | void matrix_init_user(void) { | ||
| 63 | } | ||
| 64 | |||
| 65 | void matrix_scan_user(void) { | ||
| 66 | } | ||
| 67 | |||
| 68 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
| 69 | return true; | ||
| 70 | } | ||
| 71 | |||
| 72 | void led_set_user(uint8_t usb_led) { | ||
| 73 | |||
| 74 | if (usb_led & (1 << USB_LED_NUM_LOCK)) { | ||
| 75 | |||
| 76 | } else { | ||
| 77 | |||
| 78 | } | ||
| 79 | |||
| 80 | if (usb_led & (1 << USB_LED_CAPS_LOCK)) { | ||
| 81 | |||
| 82 | } else { | ||
| 83 | |||
| 84 | } | ||
| 85 | |||
| 86 | if (usb_led & (1 << USB_LED_SCROLL_LOCK)) { | ||
| 87 | |||
| 88 | } else { | ||
| 89 | |||
| 90 | } | ||
| 91 | |||
| 92 | if (usb_led & (1 << USB_LED_COMPOSE)) { | ||
| 93 | |||
| 94 | } else { | ||
| 95 | |||
| 96 | } | ||
| 97 | |||
| 98 | if (usb_led & (1 << USB_LED_KANA)) { | ||
| 99 | |||
| 100 | } else { | ||
| 101 | |||
| 102 | } | ||
| 103 | |||
| 104 | } | ||
