Use QMK_KEYBOARD_H instead of the mykeyboard.h (#2780)

pull/2784/head 0.6.15
MechMerlin 7 years ago committed by Drashna Jaelre
parent 1bb77c0875
commit 14b2a35571

@ -13,7 +13,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "%KEYBOARD%.h" #include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT( /* Base */ [0] = LAYOUT( /* Base */

Loading…
Cancel
Save