Skip to content

Commit

Permalink
Fix up issue with PROGMEM and hand_swap_config (#16027)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Jan 24, 2022
1 parent 1d11ae3 commit 5249a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quantum/action.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5249a60

Please sign in to comment.