Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bluehand Macropad - locally tested #970

Closed
wants to merge 0 commits into from
Closed

Add Bluehand Macropad - locally tested #970

wants to merge 0 commits into from

Conversation

DonPavlov
Copy link

Board/Shield Check-list

  • This board/shield is tested working on real hardware
  • Definitions follow the general style of other shields/boards upstream (Reference)
  • .zmk.yml metadata file added
  • Proper Copyright + License headers added to applicable files
  • General consistent formatting of DeviceTree files
  • Keymaps do not use deprecated key defines (Check using the upgrader tool)
  • &pro_micro used in favor of &pro_micro_d/a if applicable
  • If split, no name added for the right/peripheral half
  • .conf file has optional extra features commented out

Adding Bluehand Macropad, now including .zmk.yml metadata file

tested the build worked with the command:
west build -p -b bluemicro840_v1 -- -DSHIELD=bluehand

@DonPavlov
Copy link
Author

is it possible to add the hacktoberfest-accepted label? https://hacktoberfest.digitalocean.com/resources/participation

@Nicell Nicell added enhancement New feature or request hacktoberfest-accepted shields PRs and issues related to shields labels Oct 5, 2021
@DonPavlov
Copy link
Author

Most of the checks seem to have failed due to docker pull issues:
Error: Docker pull failed with exit code 1

@@ -0,0 +1,6 @@
if SHIELD_BLUEHAND
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing copyright + license

Comment on lines 1 to 3
# Copyright (c) 2021 Mike "KemoNine" Crosson
# Copyright (c) 2021 jpconstantineau
# Copyright (c) 2021 DonPavlov
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally, we're using the # Copyright (c) 2021 The ZMK Contributors format to ease copyright troubles in the future. Did these first two write this definition with you?

Comment on lines 1 to 3
# Turn on deep sleep
# CONFIG_ZMK_SLEEP=y
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These options should be left out, as they are user-based configs whose default might change in the future.

@DonPavlov DonPavlov closed this Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest-accepted shields PRs and issues related to shields
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants