Explorar o código

Fix up issue with PROGMEM and hand_swap_config (#16027)

Joel Challis %!s(int64=3) %!d(string=hai) anos
pai
achega
5249a606f1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"