From 795c2c27b9cfe8fbda4f30e526dccfc1a5f774c2 Mon Sep 17 00:00:00 2001 From: martinmksiu Date: Wed, 27 Mar 2019 03:22:56 +0000 Subject: [Keymap] adding keymaps (#3583) * add key map * QWERTY with 40% layers * updated line 21 updated line 21 from "#include "xd75.h" to "#include QMK_KEYBOARD_H" as requested * upload contra folders * Update .directory * Update config.h * Update config.h * Update keymap.c * Update config.h * Update rules.mk * Update keyboards/contra/keymaps/martin_bac/config.h Co-Authored-By: martinmksiu * Update keyboards/xd75/keymaps/martin_cennum/config.h Co-Authored-By: martinmksiu * Delete .directory * upload * Delete rules.mk * Update keyboards/contra/keymaps/msiu/config.h Co-Authored-By: martinmksiu * Update keyboards/katana60/keymaps/msiu/config.h Co-Authored-By: martinmksiu * Update keyboards/katana60/keymaps/msiu/config.h Co-Authored-By: martinmksiu * Update keyboards/katana60/keymaps/msiu/config.h Co-Authored-By: martinmksiu * Update keyboards/katana60/keymaps/msiu/config.h Co-Authored-By: martinmksiu * Delete nano.save * Delete rules.mk * Update keymap.c * Update keymap.c * Update config.h * Update keyboards/lets_split_eh/keymaps/msiu/keymap.c Co-Authored-By: martinmksiu * Update keyboards/lets_split_eh/keymaps/msiu/keymap.c Co-Authored-By: martinmksiu * Update keymap.c * Update keyboards/planck/keymaps/msiu/config.h Co-Authored-By: martinmksiu * Apply suggestions from code review Co-Authored-By: martinmksiu * Update keymap.c * Update readme.md * Update keymap.c --- keyboards/xd75/keymaps/msiu/config.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboards/xd75/keymaps/msiu/config.h (limited to 'keyboards/xd75/keymaps/msiu/config.h') diff --git a/keyboards/xd75/keymaps/msiu/config.h b/keyboards/xd75/keymaps/msiu/config.h new file mode 100644 index 0000000000..4fbd59becc --- /dev/null +++ b/keyboards/xd75/keymaps/msiu/config.h @@ -0,0 +1,18 @@ +/* Copyright 2017 Benjamin Kesselring + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#pragma once +// place overrides here -- cgit v1.2.3