diff options
Diffstat (limited to 'keyboards/handwired/kbod/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/handwired/kbod/keymaps/default/keymap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/kbod/keymaps/default/keymap.c b/keyboards/handwired/kbod/keymaps/default/keymap.c index 49083820a..3119784e2 100644 --- a/keyboards/handwired/kbod/keymaps/default/keymap.c +++ b/keyboards/handwired/kbod/keymaps/default/keymap.c | |||
@@ -75,11 +75,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
75 | } | 75 | } |
76 | } | 76 | } |
77 | 77 | ||
78 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
79 | { | ||
80 | return MACRO_NONE; | ||
81 | }; | ||
82 | |||
83 | void led_set_user(uint8_t usb_led) { | 78 | void led_set_user(uint8_t usb_led) { |
84 | if (usb_led & _BV(USB_LED_CAPS_LOCK)) { | 79 | if (usb_led & _BV(USB_LED_CAPS_LOCK)) { |
85 | PORTB |= _BV(PB0); | 80 | PORTB |= _BV(PB0); |