X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fplanck%2Fkeymaps%2Fyang%2Fkeymap.c;h=e4a7a3312dcdb875884fe8f1a23f9825c1876a9c;hb=ade22f8e2c272044ea2f80ff6fe5ca9576858939;hp=0ce849050b30430808861256b535f7c7cc04d721;hpb=68ceffe53e299fb504bdd4733b1555a8558b472b;p=qmk_firmware.git diff --git a/keyboards/planck/keymaps/yang/keymap.c b/keyboards/planck/keymaps/yang/keymap.c index 0ce849050..e4a7a3312 100644 --- a/keyboards/planck/keymaps/yang/keymap.c +++ b/keyboards/planck/keymaps/yang/keymap.c @@ -1,6 +1,5 @@ -// This is the canonical layout file for the Quantum project. If you want to add another keyboard, -// this is the style you want to emulate. +#pragma message "You may need to add LAYOUT_planck_grid to your keymap layers - see default for an example" #include "planck.h" #ifdef BACKLIGHT_ENABLE #include "backlight.h" @@ -58,7 +57,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { }; /*enum function_id { - + };*/ const uint16_t PROGMEM fn_actions[] = { @@ -85,6 +84,6 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) { switch (id) { - + } }