diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-04 23:05:51 -0800 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-04 23:05:51 -0800 |
commit | dc1137129d063975b3191853dc96d0095fcf94d6 (patch) | |
tree | f5647c18304e0e69bf4ce2745c4cb548e147182d /keyboards/xd60/rev2/config.h | |
parent | 1244d0e266dad4170ed0c63e68e00c74c87367b2 (diff) |
[Keyboard] Add LAYOUT_60_iso to XD60 (#7263)
* refactor iso keymap
- remove redundant action_layer.h include
- use enum for layer management
- QMK coding conventions (four-space indent)
* add LAYOUT_60_iso macro
* enable 60_iso community layout for both revisions
* swap KC_HOME to KC_RSFT
* update ISO keymap readme
* update default keymap readme
`make` command no longer valid.
* refactor keyboard readme
Update to reflect current QMK template.
* add LAYOUT_60_iso data to info.json
* use #pragma once in header files
Diffstat (limited to 'keyboards/xd60/rev2/config.h')
-rw-r--r-- | keyboards/xd60/rev2/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/xd60/rev2/config.h b/keyboards/xd60/rev2/config.h index 5f23f6eac3..26dbb50e30 100644 --- a/keyboards/xd60/rev2/config.h +++ b/keyboards/xd60/rev2/config.h @@ -15,8 +15,7 @@ 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_H -#define CONFIG_H +#pragma once #include "config_common.h" @@ -70,5 +69,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE - -#endif |