You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- If you're adding a board/shield please fill out this check-list, otherwise you can delete it -->
2
+
2
3
## Board/Shield Check-list
3
-
-[ ] This board/shield is tested working on real hardware
4
-
-[ ] Definitions follow the general style of other shields/boards upstream ([Reference](https://zmk.dev/docs/development/new-shield))
5
-
-[ ]`.zmk.yml` metadata file added
6
-
-[ ] Proper Copyright + License headers added to applicable files (Generally, we stick to "The ZMK Contributors" for copyrights to help avoid churn when files get edited)
7
-
-[ ] General consistent formatting of DeviceTree files
8
-
-[ ] Keymaps do not use deprecated key defines (Check using the [upgrader tool](https://zmk.dev/docs/codes/keymap-upgrader))
9
-
-[ ]`&pro_micro` used in favor of `&pro_micro_d/a` if applicable
10
-
-[ ] If split, no name added for the right/peripheral half
11
-
-[ ] Kconfig.defconfig file correctly wraps *all* configuration in conditional on the shield symbol
12
-
-[ ]`.conf` file has optional extra features commented out
13
-
-[ ] Keyboard/PCB is part of a shipped group buy or is generally available in stock to purchase (OSH/personal projects without general availability should create a zmk-config repo instead)
4
+
5
+
-[ ] This board/shield is tested working on real hardware
6
+
-[ ] Definitions follow the general style of other shields/boards upstream ([Reference](https://zmk.dev/docs/development/new-shield))
7
+
-[ ]`.zmk.yml` metadata file added
8
+
-[ ] Proper Copyright + License headers added to applicable files (Generally, we stick to "The ZMK Contributors" for copyrights to help avoid churn when files get edited)
9
+
-[ ] General consistent formatting of DeviceTree files
10
+
-[ ] Keymaps do not use deprecated key defines (Check using the [upgrader tool](https://zmk.dev/docs/codes/keymap-upgrader))
11
+
-[ ]`&pro_micro` used in favor of `&pro_micro_d/a` if applicable
12
+
-[ ] If split, no name added for the right/peripheral half
13
+
-[ ] Kconfig.defconfig file correctly wraps _all_ configuration in conditional on the shield symbol
14
+
-[ ]`.conf` file has optional extra features commented out
15
+
-[ ] Keyboard/PCB is part of a shipped group buy or is generally available in stock to purchase (OSH/personal projects without general availability should create a zmk-config repo instead)
0 commit comments