]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/keycode_config.h
[Keymap] Add missing tap dance action and fix RGB hues in personal keymaps (#6312)
[qmk_firmware.git] / quantum / keycode_config.h
index 293fefecfb154f8853e98ebef8ae9cadb86f277c..022f4bd19bba39888b8eb0eadcbb22882bf23594 100644 (file)
 
 #include "eeconfig.h"
 #include "keycode.h"
+#include "action_code.h"
 
 #ifndef KEYCODE_CONFIG_H
 #define KEYCODE_CONFIG_H
 
 uint16_t keycode_config(uint16_t keycode);
+uint8_t mod_config(uint8_t mod);
 
 /* NOTE: Not portable. Bit field order depends on implementation */
 typedef union {