summaryrefslogtreecommitdiffstats
path: root/keyboards/bmini/bmini.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-05-30 00:59:34 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-30 00:59:34 +0200
commit7f5361aedb5a6a74de833a25d0858741e9b8504d (patch)
tree49ae64d6a98013304c349d354bb7e8f9a3accb25 /keyboards/bmini/bmini.h
parent434a450be1cb090ef4f5fb168c7bb0a09d52c055 (diff)
downloadqmk_firmware-7f5361aedb5a6a74de833a25d0858741e9b8504d.tar.gz
qmk_firmware-7f5361aedb5a6a74de833a25d0858741e9b8504d.tar.xz
Refactor and Configurator updates for B.mini (#3081)
* Refactor for B.mini * Configurator update for B.mini * Updated readme formatting
Diffstat (limited to 'keyboards/bmini/bmini.h')
-rw-r--r--keyboards/bmini/bmini.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/bmini/bmini.h b/keyboards/bmini/bmini.h
index 65ffbe947..9a70f9204 100644
--- a/keyboards/bmini/bmini.h
+++ b/keyboards/bmini/bmini.h
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "quantum.h"
-#define KEYMAP( \
+#define LAYOUT( \
K05, K25, K35, K45, K55, K06, KA6, KA7, K07, KB5, KC5, KD5, KE5, KD1, KE1, KE2, \
K04, K14, K24, K34, K44, K54, K16, KB6, KB7, K17, KA4, KB4, KC4, KE4, KD0, \
K03, K13, K23, K33, K43, K53, K26, KC6, KC7, K27, KA3, KB3, KC3, KD3, K67, \
@@ -38,7 +38,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{ K07, K17, K27, K37, K47, K57, K67, K77, KC_NO, KC_NO, KA7, KB7, KC7, KD7, KE7 } \
}
-#define KC_KEYMAP( \
+#define LAYOUT_kc( \
K05, K25, K35, K45, K55, K06, KA6, KA7, K07, KB5, KC5, KD5, KE5, KD1, KE1, KE2, \
K04, K14, K24, K34, K44, K54, K16, KB6, KB7, K17, KA4, KB4, KC4, KE4, KD0, \
K03, K13, K23, K33, K43, K53, K26, KC6, KC7, K27, KA3, KB3, KC3, KD3, K67, \