]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/planck/keymaps/zrichard/keymap.c
Adds support for Planck Rev 6 (#2666)
[qmk_firmware.git] / keyboards / planck / keymaps / zrichard / keymap.c
index 9ae4c7b740d8333379e827b042001ed198ac78e3..151ec877b2b59ba1093dfcc29d34894579f7316d 100755 (executable)
@@ -1,3 +1,4 @@
+#pragma message "You may need to add LAYOUT_planck_grid to your keymap layers - see default for an example"
 #include "planck.h"
 #include "action_layer.h"
 #include "eeconfig.h"
@@ -434,7 +435,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
                }
                else
                {
-                       if (timer_elapsed(start) > 100) 
+                       if (timer_elapsed(start) > 100)
                        {
                                return MACRO( U(LSHIFT), END);
                        }