diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-07-13 23:34:51 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 23:34:51 -0700 |
commit | 928be32c83033c3cf024d609d69338eccaff9cc3 (patch) | |
tree | 9b8a9fe9708ba58f2d703e1947a6c91db89d613c /keyboards/kprepublic/bm80v2_iso/config.h | |
parent | acc11f4941649a92fad4588e0598ee808e493cb1 (diff) |
KPrepublic BM80v2 ISO Refactor (#17660)
* bm80v2_iso.h: convert tabs to spaces
* bm80v2_iso.h: use ___ for KC_NO
* bm80v2_iso.h: use QMK 3-character notation
* refactor macro for tkl_iso Community Layout compatibility
- move the matrix position identifier for Enter to the home row
* info.json: correct layout data
* rules.mk: tidy-up formatting
* readme.md: tidy-up formatting
* update maintainer; re-assign copyright
* assign ISO-appropriate keycodes in keymaps
Diffstat (limited to 'keyboards/kprepublic/bm80v2_iso/config.h')
-rw-r--r-- | keyboards/kprepublic/bm80v2_iso/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kprepublic/bm80v2_iso/config.h b/keyboards/kprepublic/bm80v2_iso/config.h index 62db871a0d..4c5d9f0a67 100644 --- a/keyboards/kprepublic/bm80v2_iso/config.h +++ b/keyboards/kprepublic/bm80v2_iso/config.h @@ -1,4 +1,4 @@ -/* Copyright 2022 bdtc123 * +/* Copyright 2022 edwardslau * * 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 |