~ruther/qmk_firmware

5249a606f11049603b982bacb26da1fd9a60adee — Joel Challis 3 years ago 1d11ae3
Fix up issue with PROGMEM and hand_swap_config (#16027)

1 files changed, 1 insertions(+), 0 deletions(-)

M quantum/action.h
M quantum/action.h => quantum/action.h +1 -0
@@ 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"