diff options
author | Mathias Andersson <wraul@dbox.se> | 2019-06-26 09:32:03 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-06-26 00:32:03 -0700 |
commit | 3483c51f62640c83d35a0b4c4636a5939f2c3898 (patch) | |
tree | bf4d0a94104a5e883c7b0f9d9b53aad982627a0c /keyboards/kmac/keymaps/winkeyless/config.h | |
parent | 8fd3f42281885346f93fff2f122569c002071c67 (diff) |
[Keyboard] Modernize KMAC (#6131)
* [Keyboard] Modernize the KMAC implementation
This brings the matrix implementation more in line with the current
default matrix code.
It also simplifies the implementation quite a bit.
* [Keyboard] Add layout support to KMAC
Diffstat (limited to 'keyboards/kmac/keymaps/winkeyless/config.h')
-rw-r--r-- | keyboards/kmac/keymaps/winkeyless/config.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/keyboards/kmac/keymaps/winkeyless/config.h b/keyboards/kmac/keymaps/winkeyless/config.h deleted file mode 100644 index a3828f7d5d..0000000000 --- a/keyboards/kmac/keymaps/winkeyless/config.h +++ /dev/null @@ -1,24 +0,0 @@ -/* Copyright 2017 Mathias Andersson <wraul@dbox.se> - * - * 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.h" - -// place overrides here - -#endif |