aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mitosis/mitosis.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-06-30 19:42:06 -0700
committerDrashna Jaelre <drashna@live.com>2018-06-30 19:42:06 -0700
commit585f753ffee5b81c5c7262d1d288d95342e28cd6 (patch)
tree5ec84e28d0e2e42395bb4a9d0e7cafefd8fa2fae /keyboards/mitosis/mitosis.h
parentc8e1397e08fad2d4747f77e8027ad60e26241fb0 (diff)
downloadqmk_firmware-585f753ffee5b81c5c7262d1d288d95342e28cd6.tar.gz
qmk_firmware-585f753ffee5b81c5c7262d1d288d95342e28cd6.zip
Mitosis refactor and Configurator support (#3271)
* Matrix refactor * Configurator support * Keymap refactor
Diffstat (limited to 'keyboards/mitosis/mitosis.h')
-rw-r--r--keyboards/mitosis/mitosis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mitosis/mitosis.h b/keyboards/mitosis/mitosis.h
index 9389d5bb6..5dd7cc778 100644
--- a/keyboards/mitosis/mitosis.h
+++ b/keyboards/mitosis/mitosis.h
@@ -49,7 +49,7 @@
49// This a shortcut to help you visually see your layout. 49// This a shortcut to help you visually see your layout.
50// The first section contains all of the arguments 50// The first section contains all of the arguments
51// The second converts the arguments into a two-dimensional array 51// The second converts the arguments into a two-dimensional array
52#define KEYMAP( \ 52#define LAYOUT( \
53 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, \ 53 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, \
54 k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, \ 54 k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, \
55 k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, \ 55 k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, \