Browse Source

Add PROGMEM keyword to Clueboard keymaps

pull/4696/head
Kevin Hogeland 5 years ago
committed by Drashna Jaelre
parent
commit
374ed67e87
3 changed files with 6 additions and 6 deletions
  1. +2
    -2
      keyboards/clueboard/60/keymaps/default/keymap.c
  2. +2
    -2
      keyboards/clueboard/60/keymaps/default_aek/keymap.c
  3. +2
    -2
      keyboards/clueboard/60/keymaps/yanfali/keymap.c

+ 2
- 2
keyboards/clueboard/60/keymaps/default/keymap.c View File

@ -1,4 +1,4 @@
#include "60.h"
#include QMK_KEYBOARD_H
#define _______ KC_TRNS
@ -32,7 +32,7 @@ enum custom_keycodes {
float song_zelda_puzzle[][2] = SONG(ZELDA_PUZZLE);
#endif
const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Layer 0: Default Layer
* ,-----------------------------------------------------------.
* |Esc| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =| `|BSp|


+ 2
- 2
keyboards/clueboard/60/keymaps/default_aek/keymap.c View File

@ -1,4 +1,4 @@
#include "60.h"
#include QMK_KEYBOARD_H
#define _______ KC_TRNS
@ -8,7 +8,7 @@ enum keyboard_layers {
_CL
};
const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Layer 0: Default Layer
* ,-----------------------------------------------------------.
* |Esc| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =| BkSp|


+ 2
- 2
keyboards/clueboard/60/keymaps/yanfali/keymap.c View File

@ -1,4 +1,4 @@
#include "60.h"
#include QMK_KEYBOARD_H
#define _______ KC_TRNS
@ -33,7 +33,7 @@ enum custom_keycodes {
float song_zelda_puzzle[][2] = SONG(ZELDA_PUZZLE);
#endif
const uint16_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Layer 0: Default Layer
* ,-----------------------------------------------------------------.
* |Esc | 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =| `|BSp|


Loading…
Cancel
Save