diff options
author | Anthony Metcalf <anthony.metcalf1@gmail.com> | 2018-05-01 16:34:06 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-01 08:34:06 -0700 |
commit | bde1c9d909ae7d226198c45bbf314569e82ca1ee (patch) | |
tree | f8afc8ddf4be84128712bfc03b61c51f93809d04 /keyboards/ut47/keymaps/non-us/config.h | |
parent | 7a57446f5e0f6044b4e934138edf9fe19177d319 (diff) | |
download | qmk_firmware-bde1c9d909ae7d226198c45bbf314569e82ca1ee.tar.gz qmk_firmware-bde1c9d909ae7d226198c45bbf314569e82ca1ee.zip |
Keymap file to match the TMK the board came flashed with (#2868)
* Made the keymap file match the TMK the board UT47 was origonally flashed with using native QMK codes.
* Add non-us layout
Diffstat (limited to 'keyboards/ut47/keymaps/non-us/config.h')
-rw-r--r-- | keyboards/ut47/keymaps/non-us/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/ut47/keymaps/non-us/config.h b/keyboards/ut47/keymaps/non-us/config.h new file mode 100644 index 0000000000..46098a22fb --- /dev/null +++ b/keyboards/ut47/keymaps/non-us/config.h @@ -0,0 +1,24 @@ +/* Copyright 2018 Carlos Filoteo + * + * 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 <http://www.gnu.org/licenses/>. + */ + +#ifndef CONFIG_USER_H +#define CONFIG_USER_H + +#include "config_common.h" + +// place overrides here + +#endif |