]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/bpiphany/kitten_paw/keymaps/default/keymap.c
Remove empty fn_actions[]
[qmk_firmware.git] / keyboards / bpiphany / kitten_paw / keymaps / default / keymap.c
index 6767f04145d941ef9c721a6cc4c07e547c7bb081..3ad3247d492ebc5105e328eb2f147d9bce519405 100644 (file)
@@ -14,10 +14,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
       KC_LCTL,KC_LGUI,KC_LALT,                 KC_SPC,                                KC_RALT,KC_RGUI, KC_APP,KC_RCTL,  KC_LEFT,KC_DOWN,KC_RGHT,    KC_P0,KC_PDOT)
 };
 
-const uint16_t PROGMEM fn_actions[] = {
-
-};
-
 const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
 {
   // MACRODOWN only works in this function
@@ -48,4 +44,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 
 void led_set_user(uint8_t usb_led) {
 
-}
\ No newline at end of file
+}