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

[Keyboard] Add Arch-36 keyboard #9688

Merged
merged 9 commits into from Aug 6, 2020
Merged

[Keyboard] Add Arch-36 keyboard #9688

merged 9 commits into from Aug 6, 2020

Conversation

obosob
Copy link
Contributor

@obosob obosob commented Jul 9, 2020

Description

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@zvecr zvecr added the keyboard label Jul 9, 2020
keyboards/arch_36/arch_36.h Outdated Show resolved Hide resolved
keyboards/arch_36/arch_36.c Outdated Show resolved Hide resolved
keyboards/arch_36/config.h Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/readme.md Outdated Show resolved Hide resolved
keyboards/arch_36/rules.mk Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/default/keymap.c Outdated Show resolved Hide resolved
@zvecr zvecr requested a review from a team July 9, 2020 23:18
keyboards/arch_36/arch_36.h Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/rules.mk Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/config.h Outdated Show resolved Hide resolved
keyboards/arch_36/config.h Outdated Show resolved Hide resolved
obosob and others added 5 commits July 10, 2020 10:09
Update based on PR Review comments

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Update to PR comments

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
@obosob obosob requested review from fauxpark and zvecr July 10, 2020 09:46
@obosob obosob changed the title Add Arch-36 keyboard [Keyboard] Add Arch-36 keyboard Jul 10, 2020
keyboards/arch_36/config.h Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/rules.mk Outdated Show resolved Hide resolved
keyboards/arch_36/rules.mk Outdated Show resolved Hide resolved
keyboards/arch_36/rules.mk Outdated Show resolved Hide resolved
keyboards/arch_36/rules.mk Outdated Show resolved Hide resolved
@obosob obosob requested a review from noroadsleft July 26, 2020 10:54
@obosob
Copy link
Contributor Author

obosob commented Jul 28, 2020

Hey, seems like the linting is failing but it doesn't appear to be flagging anything from this PR. Any ideas what's going on there?

@fauxpark
Copy link
Member

The difference between your branch (specifically, the point in the Git history where it was forked from) and the current master branch includes changes to a keyboard that was failing but has since been fixed. The GitHub Action simply runs qmk info for each changed board it finds. Since you haven't modified that board, the error is unrelated to this PR and you can safely ignore it.

At some point this check will hopefully be improved so that it's a bit smarter and only looks at the changes in the PR.

Copy link
Member

@drashna drashna left a comment

Choose a reason for hiding this comment

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

Looks great!

keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
keyboards/arch_36/keymaps/obosob/keymap.c Outdated Show resolved Hide resolved
Co-authored-by: Ryan <fauxpark@gmail.com>
@obosob obosob requested a review from fauxpark August 5, 2020 16:37
Copy link
Member

@noroadsleft noroadsleft left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@noroadsleft noroadsleft merged commit d9fe755 into qmk:master Aug 6, 2020
@noroadsleft
Copy link
Member

Thanks!

fdawans pushed a commit to fdawans/qmk_firmware that referenced this pull request Aug 11, 2020
* Add Arch-36 keyboard

* Apply suggestions from code review

Update based on PR Review comments

* Apply suggestions from code review

Update to PR comments

* Fix Build

* Use full rules.mk template for Arch-36 keyboard

* Reduce default firmware size

* Update based on PR comments

* Fix Copyright statement on arch_36:obosob keymap

* Apply suggestions from code review
fdawans added a commit to fdawans/qmk_firmware that referenced this pull request Aug 11, 2020
nicocesar pushed a commit to nicocesar/qmk_firmware that referenced this pull request Aug 12, 2020
* Add Arch-36 keyboard

* Apply suggestions from code review

Update based on PR Review comments

* Apply suggestions from code review

Update to PR comments

* Fix Build

* Use full rules.mk template for Arch-36 keyboard

* Reduce default firmware size

* Update based on PR comments

* Fix Copyright statement on arch_36:obosob keymap

* Apply suggestions from code review
fcoury pushed a commit to fcoury/qmk_firmware_archive that referenced this pull request Sep 20, 2020
* Add Arch-36 keyboard

* Apply suggestions from code review

Update based on PR Review comments

* Apply suggestions from code review

Update to PR comments

* Fix Build

* Use full rules.mk template for Arch-36 keyboard

* Reduce default firmware size

* Update based on PR comments

* Fix Copyright statement on arch_36:obosob keymap

* Apply suggestions from code review
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants