summaryrefslogtreecommitdiffstats
path: root/keyboards/pearl/pearl.h
diff options
context:
space:
mode:
authorJames <noroadsleft@users.noreply.github.com>2018-04-26 20:06:59 +0200
committerDrashna Jaelre <drashna@live.com>2018-04-26 20:06:59 +0200
commit80ccbc7b547d07236f302af830be75e646b7848f (patch)
treeb3590ca3fd203c193cd0daa36964d8fff8abb4d8 /keyboards/pearl/pearl.h
parent644efe48bf893a61597114d6d1953a2905c4e6a4 (diff)
downloadqmk_firmware-80ccbc7b547d07236f302af830be75e646b7848f.tar.gz
qmk_firmware-80ccbc7b547d07236f302af830be75e646b7848f.tar.xz
QMK Configurator update for the Pearl 40% (#2810)
* QMK Configurator updates for the Pearl 40% Attempt to get the physical layout as displayed in the Configurator more true-to-life. * Bugfixes per mechmerlin "By changing KEYMAP to LAYOUT in the .h file, all the keymaps who rely on KEYMAP are now broken. You need to go into the keymap directory and fix all the keymaps affected by this change. Should just be an issue of renaming KEYMAP to LAYOUT." * Merge pull request #2 from noroadsleft/noroadsleft-patch-20180425 Bugfixes per mechmerlin * keymap.c updates for Pearl -#include "pearl.h" +#QMK_KEYBOARD_H
Diffstat (limited to 'keyboards/pearl/pearl.h')
-rw-r--r--keyboards/pearl/pearl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/pearl/pearl.h b/keyboards/pearl/pearl.h
index 4ead4cedf..4c3f0cb6f 100644
--- a/keyboards/pearl/pearl.h
+++ b/keyboards/pearl/pearl.h
@@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "quantum.h"
#include "pearl.h"
-#define KEYMAP( \
+#define LAYOUT( \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C,\
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, \
K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B,\