1
0
Fork 0

Ensure PROGMEM is present on default keymaps (#7836)

This commit is contained in:
fauxpark 2020-01-09 21:19:24 +11:00 committed by Joel Challis
parent d2e6a4bf5e
commit d3bd1d893b
12 changed files with 14 additions and 95 deletions

View file

@ -17,13 +17,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include QMK_KEYBOARD_H
const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(KC_7, KC_8, KC_9, KC_MINUS, \
KC_4, KC_5, KC_6, KC_PLUS, \
KC_1, KC_2, KC_3, KC_ENTER, \
RESET, KC_NO, KC_NO, KC_NO \
), // test with KC_CAPS, KC_A, RESET
};
const uint16_t fn_actions[] = {
};