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/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/config.h')
-rw-r--r-- | keyboards/kmac/keymaps/default/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kmac/keymaps/default/config.h b/keyboards/kmac/keymaps/default/config.h index 09b8f1bc7..14b43132a 100644 --- a/keyboards/kmac/keymaps/default/config.h +++ b/keyboards/kmac/keymaps/default/config.h @@ -1,4 +1,4 @@ -/* Copyright 2017 Mathias Andersson <wraul@dbox.se> +/* 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 |