]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/whitefox/keymaps/matt3o/keymap.c
Remove empty action_function()
[qmk_firmware.git] / keyboards / whitefox / keymaps / matt3o / keymap.c
index 136ae65fabf2c3698f7520cc934a416aa201bdbf..76fb72f8e3ef252f585b4ce4f01e2986bdd92944 100644 (file)
@@ -69,24 +69,3 @@ const uint16_t fn_actions[] = {
     [7] = ACTION_USAGE_CONSUMER(0x1A0),
 
 };
-
-/* custom action function */
-void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
-  /*
-  (void)opt;
-  switch(id) {
-    case ACTION_LEDS_ALL:
-        if(record->event.pressed) {
-          // signal the LED controller thread
-          chMBPost(&led_mailbox, LED_MSG_GAME_TOGGLE, TIME_IMMEDIATE);
-        }
-      break;
-    case ACTION_LEDS_GAME:
-      if(record->event.pressed) {
-        // signal the LED controller thread
-        chMBPost(&led_mailbox, LED_MSG_ALL_TOGGLE, TIME_IMMEDIATE);
-      }
-      break;
-  }
-  */
-}