aboutsummaryrefslogtreecommitdiff
path: root/keyboards/utd80
diff options
context:
space:
mode:
authorDominic Gan <dominicgangx@gmail.com>2021-02-19 04:30:16 +0800
committerGitHub <noreply@github.com>2021-02-18 15:30:16 -0500
commitf4f5ddfec23be047f3b4e914db8f674593a8e8e5 (patch)
tree5c35082ee6cd76dfd4123fc96e7f3956cf0ca3c3 /keyboards/utd80
parent50c4afa841fdb0d46009f80335bef9777a8ecd52 (diff)
downloadqmk_firmware-f4f5ddfec23be047f3b4e914db8f674593a8e8e5.tar.gz
qmk_firmware-f4f5ddfec23be047f3b4e914db8f674593a8e8e5.zip
Add UTD80 PCB (#11799)
* Create readme.md * Add files via upload * Create readme.md * Add files via upload * Update utd80.h * Update utd80.c * Update keymap.c Change 6 length underscore to 7. * Update keyboards/utd80/readme.md Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/utd80/readme.md Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/utd80/readme.md Co-Authored-By: Drashna Jaelre <drashna@live.com> * Update keyboards/utd80/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/utd80/readme.md Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update utd80.c * Update utd80.c * Update keymap.c * Apply #7701 PR review suggestions * Add GPL license headers * Replace led implementation with definition * Add VIA keymap for UTD80 * Update attributions Co-authored-by: UTDKeyboard <59077857+utdkeyboard@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/utd80')
-rw-r--r--keyboards/utd80/config.h68
-rw-r--r--keyboards/utd80/info.json15
-rw-r--r--keyboards/utd80/keymaps/default/keymap.c44
-rw-r--r--keyboards/utd80/keymaps/default/readme.md1
-rw-r--r--keyboards/utd80/keymaps/via/keymap.c52
-rw-r--r--keyboards/utd80/keymaps/via/rules.mk3
-rw-r--r--keyboards/utd80/readme.md16
-rw-r--r--keyboards/utd80/rules.mk22
-rw-r--r--keyboards/utd80/utd80.c16
-rw-r--r--keyboards/utd80/utd80.h37
10 files changed, 274 insertions, 0 deletions
diff --git a/keyboards/utd80/config.h b/keyboards/utd80/config.h
new file mode 100644
index 000000000..c5a9697f5
--- /dev/null
+++ b/keyboards/utd80/config.h
@@ -0,0 +1,68 @@
1/* Copyright 2021 UTDKeyboard & Dominic Gan
2 *
3 * this program is free software: you can redistribute it and/or modify
4 * it under the terms of the gnu general public license as published by
5 * the free software foundation, either version 2 of the license, or
6 * (at your option) any later version.
7 *
8 * this program is distributed in the hope that it will be useful,
9 * but without any warranty; without even the implied warranty of
10 * merchantability or fitness for a particular purpose. see the
11 * gnu general public license for more details.
12 *
13 * you should have received a copy of the gnu general public license
14 * along with this program. if not, see <http://www.gnu.org/licenses/>.
15 */
16#pragma once
17
18#include "config_common.h"
19
20/* USB Device descriptor parameter */
21#define VENDOR_ID 0xFEED
22#define PRODUCT_ID 0x001C
23#define DEVICE_VER 0x0001
24#define MANUFACTURER UTD
25#define PRODUCT UTD80
26
27/* key matrix size */
28#define MATRIX_ROWS 6
29#define MATRIX_COLS 16
30
31// ROWS: Top to bottom, COLS: Left to right
32
33#define MATRIX_ROW_PINS { B4, D5, D0, B2, B3, B0 }
34#define MATRIX_COL_PINS { B1, F0, F1, F4, F5, F6, F7, C7, C6, D3, E6, D7, D6, D4, D2, D1 }
35#define UNUSED_PINS
36
37#define BACKLIGHT_PIN B7
38#define BACKLIGHT_BREATHING
39#ifdef BACKLIGHT_PIN
40#define BACKLIGHT_LEVELS 3
41#endif
42
43/* COL2ROW or ROW2COL */
44#define DIODE_DIRECTION COL2ROW
45
46#define LED_CAPS_LOCK_PIN B6
47#define LED_SCROLL_LOCK_PIN B5
48
49/* define if matrix has ghost */
50//#define MATRIX_HAS_GHOST
51
52/* Set 0 if debouncing isn't needed */
53#define DEBOUNCE 5
54
55/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
56#define LOCKING_SUPPORT_ENABLE
57
58/* Locking resynchronize hack */
59#define LOCKING_RESYNC_ENABLE
60
61#define RGB_DI_PIN E2
62#ifdef RGB_DI_PIN
63#define RGBLIGHT_ANIMATIONS
64#define RGBLED_NUM 4
65#define RGBLIGHT_HUE_STEP 8
66#define RGBLIGHT_SAT_STEP 8
67#define RGBLIGHT_VAL_STEP 8
68#endif
diff --git a/keyboards/utd80/info.json b/keyboards/utd80/info.json
new file mode 100644
index 000000000..701bf1fcf
--- /dev/null
+++ b/keyboards/utd80/info.json
@@ -0,0 +1,15 @@
1{
2 "keyboard_name": "UTD80",
3 "url": "",
4 "maintainer": "qmk",
5 "width": 18.25,
6 "height": 6.5,
7 "layouts": {
8 "LAYOUT_tkl_ansi_wkl": {
9 "layout": [{"x":0, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6.5, "y":0}, {"x":7.5, "y":0}, {"x":8.5, "y":0}, {"x":9.5, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":13, "y":0}, {"x":14, "y":0}, {"x":15.25, "y":0}, {"x":16.25, "y":0}, {"x":17.25, "y":0}, {"x":0, "y":1.5}, {"x":1, "y":1.5}, {"x":2, "y":1.5}, {"x":3, "y":1.5}, {"x":4, "y":1.5}, {"x":5, "y":1.5}, {"x":6, "y":1.5}, {"x":7, "y":1.5}, {"x":8, "y":1.5}, {"x":9, "y":1.5}, {"x":10, "y":1.5}, {"x":11, "y":1.5}, {"x":12, "y":1.5}, {"x":13, "y":1.5, "w":2}, {"x":15.25, "y":1.5}, {"x":16.25, "y":1.5}, {"x":17.25, "y":1.5}, {"x":0, "y":2.5, "w":1.5}, {"x":1.5, "y":2.5}, {"x":2.5, "y":2.5}, {"x":3.5, "y":2.5}, {"x":4.5, "y":2.5}, {"x":5.5, "y":2.5}, {"x":6.5, "y":2.5}, {"x":7.5, "y":2.5}, {"x":8.5, "y":2.5}, {"x":9.5, "y":2.5}, {"x":10.5, "y":2.5}, {"x":11.5, "y":2.5}, {"x":12.5, "y":2.5}, {"x":13.5, "y":2.5, "w":1.5}, {"x":15.25, "y":2.5}, {"x":16.25, "y":2.5}, {"x":17.25, "y":2.5}, {"x":0, "y":3.5, "w":1.75}, {"x":1.75, "y":3.5}, {"x":2.75, "y":3.5}, {"x":3.75, "y":3.5}, {"x":4.75, "y":3.5}, {"x":5.75, "y":3.5}, {"x":6.75, "y":3.5}, {"x":7.75, "y":3.5}, {"x":8.75, "y":3.5}, {"x":9.75, "y":3.5}, {"x":10.75, "y":3.5}, {"x":11.75, "y":3.5}, {"x":12.75, "y":3.5, "w":2.25}, {"x":0, "y":4.5, "w":2.25}, {"x":2.25, "y":4.5}, {"x":3.25, "y":4.5}, {"x":4.25, "y":4.5}, {"x":5.25, "y":4.5}, {"x":6.25, "y":4.5}, {"x":7.25, "y":4.5}, {"x":8.25, "y":4.5}, {"x":9.25, "y":4.5}, {"x":10.25, "y":4.5}, {"x":11.25, "y":4.5}, {"x":12.25, "y":4.5, "w":2.75}, {"x":16.25, "y":4.5}, {"x":0, "y":5.5, "w":1.5}, {"x":2.5, "y":5.5, "w":1.5}, {"x":4, "y":5.5, "w":7}, {"x":11, "y":5.5, "w":1.5}, {"x":13.5, "y":5.5, "w":1.5}, {"x":15.25, "y":5.5}, {"x":16.25, "y":5.5}, {"x":17.25, "y":5.5}]
10 }
11 }
12}
13
14
15
diff --git a/keyboards/utd80/keymaps/default/keymap.c b/keyboards/utd80/keymaps/default/keymap.c
new file mode 100644
index 000000000..8d8bfc615
--- /dev/null
+++ b/keyboards/utd80/keymaps/default/keymap.c
@@ -0,0 +1,44 @@
1/* Copyright 2021 UTDKeyboard & Dominic Gan
2 *
3 * this program is free software: you can redistribute it and/or modify
4 * it under the terms of the gnu general public license as published by
5 * the free software foundation, either version 2 of the license, or
6 * (at your option) any later version.
7 *
8 * this program is distributed in the hope that it will be useful,
9 * but without any warranty; without even the implied warranty of
10 * merchantability or fitness for a particular purpose. see the
11 * gnu general public license for more details.
12 *
13 * you should have received a copy of the gnu general public license
14 * along with this program. if not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20 [0] = LAYOUT_tkl_ansi_wkl(
21 KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_SLCK, KC_PAUS,
22 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
23 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
24 KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
25 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
26 KC_LCTL, KC_LALT, KC_SPC, MO(2), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
27 ),
28 [1] = LAYOUT_tkl_ansi_wkl(
29 KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_SLCK, KC_PAUS,
30 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
31 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
32 KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
33 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
34 KC_LCTL, KC_LALT, KC_SPC, KC_RALT, KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
35 ),
36 [2] = LAYOUT_tkl_ansi_wkl(
37 _______, BL_ON, BL_STEP, BL_BRTG, BL_OFF, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
38 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
40 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
41 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
42 _______, _______, _______, _______, _______, _______, _______, _______
43 )
44};
diff --git a/keyboards/utd80/keymaps/default/readme.md b/keyboards/utd80/keymaps/default/readme.md
new file mode 100644
index 000000000..59c01c619
--- /dev/null
+++ b/keyboards/utd80/keymaps/default/readme.md
@@ -0,0 +1 @@
# The default keymap for UTD80
diff --git a/keyboards/utd80/keymaps/via/keymap.c b/keyboards/utd80/keymaps/via/keymap.c
new file mode 100644
index 000000000..0f5d57384
--- /dev/null
+++ b/keyboards/utd80/keymaps/via/keymap.c
@@ -0,0 +1,52 @@
1/* Copyright 2021 UTDKeyboard & Dominic Gan
2 *
3 * this program is free software: you can redistribute it and/or modify
4 * it under the terms of the gnu general public license as published by
5 * the free software foundation, either version 2 of the license, or
6 * (at your option) any later version.
7 *
8 * this program is distributed in the hope that it will be useful,
9 * but without any warranty; without even the implied warranty of
10 * merchantability or fitness for a particular purpose. see the
11 * gnu general public license for more details.
12 *
13 * you should have received a copy of the gnu general public license
14 * along with this program. if not, see <http://www.gnu.org/licenses/>.
15 */
16#include QMK_KEYBOARD_H
17
18
19const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20 [0] = LAYOUT_tkl_ansi_wkl(
21 KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_PSCR, KC_SLCK, KC_PAUS,
22 KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC, KC_INS, KC_HOME, KC_PGUP,
23 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, KC_DEL, KC_END, KC_PGDN,
24 KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
25 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP,
26 KC_LCTL, KC_LALT, KC_SPC, MO(1), KC_RCTL, KC_LEFT, KC_DOWN, KC_RGHT
27 ),
28 [1] = LAYOUT_tkl_ansi_wkl(
29 _______, BL_ON, BL_STEP, BL_BRTG, BL_OFF, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
30 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
31 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
32 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
33 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
34 _______, _______, _______, _______, _______, _______, _______, _______
35 ),
36 [2] = LAYOUT_tkl_ansi_wkl(
37 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
38 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
39 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
40 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
41 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
42 _______, _______, _______, _______, _______, _______, _______, _______
43 ),
44 [3] = LAYOUT_tkl_ansi_wkl(
45 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
46 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
47 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
48 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
49 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
50 _______, _______, _______, _______, _______, _______, _______, _______
51 )
52};
diff --git a/keyboards/utd80/keymaps/via/rules.mk b/keyboards/utd80/keymaps/via/rules.mk
new file mode 100644
index 000000000..ad7a6e405
--- /dev/null
+++ b/keyboards/utd80/keymaps/via/rules.mk
@@ -0,0 +1,3 @@
1VIA_ENABLE = yes
2
3LTO_ENABLE = yes
diff --git a/keyboards/utd80/readme.md b/keyboards/utd80/readme.md
new file mode 100644
index 000000000..c2c11b7af
--- /dev/null
+++ b/keyboards/utd80/readme.md
@@ -0,0 +1,16 @@
1# UTD80
2
3A 80% replacement PCB for OTD keyboards.
4
5![UTD80 PCB](https://i.imgur.com/U0X8XmAl.jpg)
6
7
8* Keyboard Maintainer: [UTDKeyboard](https://github.com/utdkeyboard)
9* Hardware Supported: OTD TKL keyboard
10* Hardware Availability: TaoBao
11
12Make example for this keyboard (after setting up your build environment):
13
14 make utd80:default
15
16See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
diff --git a/keyboards/utd80/rules.mk b/keyboards/utd80/rules.mk
new file mode 100644
index 000000000..f77a4ad18
--- /dev/null
+++ b/keyboards/utd80/rules.mk
@@ -0,0 +1,22 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = atmel-dfu
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = no # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = no # Console for debug
14COMMAND_ENABLE = no # Commands for debug and configuration
15# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
16SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
17# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
18NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output
diff --git a/keyboards/utd80/utd80.c b/keyboards/utd80/utd80.c
new file mode 100644
index 000000000..7b1a269d7
--- /dev/null
+++ b/keyboards/utd80/utd80.c
@@ -0,0 +1,16 @@
1/* Copyright 2021 UTDKeyboard & Dominic Gan
2 *
3 * this program is free software: you can redistribute it and/or modify
4 * it under the terms of the gnu general public license as published by
5 * the free software foundation, either version 2 of the license, or
6 * (at your option) any later version.
7 *
8 * this program is distributed in the hope that it will be useful,
9 * but without any warranty; without even the implied warranty of
10 * merchantability or fitness for a particular purpose. see the
11 * gnu general public license for more details.
12 *
13 * you should have received a copy of the gnu general public license
14 * along with this program. if not, see <http://www.gnu.org/licenses/>.
15 */
16#include "utd80.h"
diff --git a/keyboards/utd80/utd80.h b/keyboards/utd80/utd80.h
new file mode 100644
index 000000000..43d69ef84
--- /dev/null
+++ b/keyboards/utd80/utd80.h
@@ -0,0 +1,37 @@
1/* Copyright 2021 UTDKeyboard & Dominic Gan
2 *
3 * this program is free software: you can redistribute it and/or modify
4 * it under the terms of the gnu general public license as published by
5 * the free software foundation, either version 2 of the license, or
6 * (at your option) any later version.
7 *
8 * this program is distributed in the hope that it will be useful,
9 * but without any warranty; without even the implied warranty of
10 * merchantability or fitness for a particular purpose. see the
11 * gnu general public license for more details.
12 *
13 * you should have received a copy of the gnu general public license
14 * along with this program. if not, see <http://www.gnu.org/licenses/>.
15 */
16#pragma once
17
18#include "quantum.h"
19
20#define XXX KC_NO
21
22#define LAYOUT_tkl_ansi_wkl( \
23 K00, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K01,K0F,K5F, \
24 K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E,K1F,K3F, \
25 K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E,K2F,K4F, \
26 K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, K3D, \
27 K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, K4D, K4E, \
28 K50, K51, K56, K5A, K5D, K5E,K3E,K0E \
29) { \
30 { K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, K0F}, \
31 { K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, K1F}, \
32 { K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A, K2B, K2C, K2D, K2E, K2F}, \
33 { K30, K31, K32, K33, K34, K35, K36, K37, K38, K39, K3A, K3B, XXX, K3D, K3E, K3F}, \
34 { K40, K41, K42, K43, K44, K45, K46, K47, K48, K49, K4A, XXX, XXX, K4D, K4E, K4F}, \
35 { K50, K51, XXX, XXX, XXX, XXX, K56, XXX, XXX, XXX, K5A, XXX, XXX, K5D, K5E, K5F} \
36}
37