]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/vision_division/vision_division.h
Do some cleanup for the API
[qmk_firmware.git] / keyboards / vision_division / vision_division.h
index d30fc84998b7232cdd15738a92a99a46fe99fbbd..a1f3195e9ee6f52053492f411c5e3ea1ca8c30ca 100644 (file)
@@ -3,17 +3,4 @@
 
 #include "quantum.h"
 
-// This a shortcut to help you visually see your layout.
-// The following is an example using the Planck MIT layout
-// The first section contains all of the arguements
-// The second converts the arguments into a two-dimensional array
-#define KEYMAP( \
-    k00, k01, k02, \
-      k10,  k11   \
-) \
-{ \
-    { k00, k01,   k02 }, \
-    { k10, KC_NO, k11 }, \
-}
-
 #endif