소스 검색

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"