diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2018-07-16 17:38:21 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-16 08:38:21 -0700 |
commit | c37ce43437d56cb116d1e64491956f0aa30ee70b (patch) | |
tree | d54628be7bbb199b608467897f53062e8ea0a025 /keyboards/iris/keymaps/dbroqua/config.h | |
parent | f2fcffab0d511eee2ea01151b1cd9a1ead0bb557 (diff) |
Added dbroqua layout for Iris keyboard (#3414)
* - Fixed DK60 version in config.h
* - Updated dk60 readme with new QMK rules
* - Fixed wording in readme
* Added dbroqua layout for DZ60
I've also updated dz60.h to add "true HHKD" keymap definition (6U
spacebar).
With the default HHKB definition r_alt was not mapped and when I pressed
r_menu it was r_alt.
Regards
* Updated dbroqua layout for HHKB keyboard
Added default configuration and alternate (swap gui/alt keys).
Save user choice in keyboard memory (like plank, thanks for this
feature!).
* Added dbroqua layout for Iris keyboard
* Updated layout and fixed includes
Diffstat (limited to 'keyboards/iris/keymaps/dbroqua/config.h')
-rw-r--r-- | keyboards/iris/keymaps/dbroqua/config.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/iris/keymaps/dbroqua/config.h b/keyboards/iris/keymaps/dbroqua/config.h new file mode 100644 index 0000000000..130b52c286 --- /dev/null +++ b/keyboards/iris/keymaps/dbroqua/config.h @@ -0,0 +1,27 @@ +/* +Copyright 2017 Danny Nguyen <danny@keeb.io> + +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" + +#define USE_SERIAL + +#define MASTER_LEFT + +#endif |