diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-03 20:01:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-03 21:01:50 +0100 |
commit | 06c89e8abf072c4fe63120305d22d66ad50894ce (patch) | |
tree | 3e9b1698bdf5c9cb31f1469af3b8961901a8bf7c /keyboards/naiping/nphhkb/nphhkb.h | |
parent | 90909fbaf7946808970c4c5e83d9dcfdcd08b496 (diff) | |
download | qmk_firmware-06c89e8abf072c4fe63120305d22d66ad50894ce.tar.gz qmk_firmware-06c89e8abf072c4fe63120305d22d66ad50894ce.zip |
Naiping NPhhkb: 60_tsangan_hhkb Community Layout support (#14292)
* 60_tsangan_hhkb Community Layout support
* rename LAYOUT to LAYOUT_60_tsangan_hhkb
* add LAYOUTS = 60_tsangan_hhkb to rules.mk
* correct maintainer field in info.json
* remove width and height keys from info.json
* fix GitHub account link on readme
Diffstat (limited to 'keyboards/naiping/nphhkb/nphhkb.h')
-rw-r--r-- | keyboards/naiping/nphhkb/nphhkb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/naiping/nphhkb/nphhkb.h b/keyboards/naiping/nphhkb/nphhkb.h index 3898abf776..96c99451b4 100644 --- a/keyboards/naiping/nphhkb/nphhkb.h +++ b/keyboards/naiping/nphhkb/nphhkb.h @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ___ KC_NO -#define LAYOUT( \ +#define LAYOUT_60_tsangan_hhkb( \ K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \ K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, \ K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2D, \ |