瀏覽代碼

Fix up issue with PROGMEM and hand_swap_config (#16027)

Joel Challis 3 年之前
父節點
當前提交
5249a606f1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      quantum/action.h

+ 1 - 0
quantum/action.h

@@ -19,6 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <stdint.h>
 #include <stdbool.h>
+#include "progmem.h"
 #include "keyboard.h"
 #include "keycode.h"
 #include "action_code.h"