summaryrefslogtreecommitdiff
path: root/keyboards/bm60rgb_iso/bm60rgb_iso.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2020-10-01 15:00:03 -0700
committerGitHub <noreply@github.com>2020-10-01 23:00:03 +0100
commit1d7e57ab853c3ee70ea287298b8e0f32ffe54072 (patch)
tree8b54c0a0cd3c3ca6e0a6a4b4e869642ef3be12a8 /keyboards/bm60rgb_iso/bm60rgb_iso.h
parent0cb7133e0dafc71937fcf6a6e9e7fb7068d3cbcb (diff)
BM60RGB ISO: update default keymap and layout macro (#10494)
* BM60RGB ISO: fix and extend default keymap - correctly assigns the Non-US Backslash and Hash keys - adds Function and Navigation keys - use KC_GESC instead of KC_ESC to make Grave accent available * Update layout macro The layout is the ISO equivalent of QMK's `LAYOUT_60_ansi_arrow`.
Diffstat (limited to 'keyboards/bm60rgb_iso/bm60rgb_iso.h')
-rw-r--r--keyboards/bm60rgb_iso/bm60rgb_iso.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/bm60rgb_iso/bm60rgb_iso.h b/keyboards/bm60rgb_iso/bm60rgb_iso.h
index f521610821..fce8925a7a 100644
--- a/keyboards/bm60rgb_iso/bm60rgb_iso.h
+++ b/keyboards/bm60rgb_iso/bm60rgb_iso.h
@@ -17,7 +17,7 @@
#include "quantum.h"
-#define LAYOUT( \
+#define LAYOUT_60_iso_arrow( \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, \
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, \
K20, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K1D, \
@@ -30,3 +30,5 @@
{ K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3C, K3D }, \
{ K40, K41, K42, KC_NO, KC_NO, KC_NO, K46, KC_NO, KC_NO, K49, K4A, K4B, K4C, K4D }, \
}
+
+#define LAYOUT LAYOUT_60_iso_arrow