Browse Source

Fix up issue with PROGMEM and hand_swap_config (#16027)

pull/16032/head
Joel Challis 2 years ago
committed by GitHub
parent
commit
5249a606f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      quantum/action.h

+ 1
- 0
quantum/action.h View File

@ -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"


Loading…
Cancel
Save