]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/handwired/frenchdev/keymaps/default/keymap.c
Cleanup Default Keymaps (#5442)
[qmk_firmware.git] / keyboards / handwired / frenchdev / keymaps / default / keymap.c
index 635383b55bb60a15df01d02f199099b55c524549..506383a1bbafa19466f3d6681847d6f47a6ea67c 100644 (file)
@@ -176,11 +176,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 
 };
 
-
-const uint16_t PROGMEM fn_actions[] = {
-
-};
-
 void hold_shift(void) {
   shift_count = shift_count + 1;
   register_code(KC_LSHIFT);
@@ -359,10 +354,6 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
   return MACRO_NONE;
 };
 
-void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
-
-}
-
 void matrix_init_user(void) {
 }
 
@@ -403,5 +394,3 @@ void led_set_user(uint8_t usb_led) {
   }
   return ;
 }
-
-