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/default_tkl_ansi_wkl/config.h | |
parent | 8fd3f42281885346f93fff2f122569c002071c67 (diff) | |
download | qmk_firmware-3483c51f62640c83d35a0b4c4636a5939f2c3898.tar.gz |
[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/default_tkl_ansi_wkl/config.h')
-rw-r--r-- | keyboards/kmac/keymaps/default_tkl_ansi_wkl/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/kmac/keymaps/default_tkl_ansi_wkl/config.h b/keyboards/kmac/keymaps/default_tkl_ansi_wkl/config.h new file mode 100644 index 000000000..14b43132a --- /dev/null +++ b/keyboards/kmac/keymaps/default_tkl_ansi_wkl/config.h @@ -0,0 +1,19 @@ +/* Copyright 2019 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/>. + */ + +#pragma once + +// place overrides here |