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 ArcticPCB pre-Alpha support #8479

Merged
merged 8 commits into from
Aug 4, 2020
Merged

Add ArcticPCB pre-Alpha support #8479

merged 8 commits into from
Aug 4, 2020

Conversation

Gondolindrim
Copy link
Contributor

Description

This PR adds support for the pre-revision Alpha version of the ArcticPCB. A revised Alpha version is underway, which firmware will be added later.

Two layouts are offered, one "default" and a "tsangan" one.

Types of Changes

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

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).

@drashna drashna requested a review from a team March 21, 2020 06:26
@drashna drashna requested a review from noroadsleft March 23, 2020 03:46
keyboards/acheron/arctic/arctic.h Outdated Show resolved Hide resolved
keyboards/acheron/arctic/info.json Outdated Show resolved Hide resolved
keyboards/acheron/arctic/info.json Show resolved Hide resolved
keyboards/acheron/arctic/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/acheron/arctic/keymaps/default/keymap.c Outdated Show resolved Hide resolved
keyboards/acheron/arctic/keymaps/tsangan/keymap.c Outdated Show resolved Hide resolved
keyboards/acheron/arctic/keymaps/tsangan/keymap.c Outdated Show resolved Hide resolved
keyboards/acheron/arctic/info.json Outdated Show resolved Hide resolved
Use the LAYOUT_60_tsangan_hhkb Community Layout

Co-Authored-By: James Young <[email protected]>
@drashna drashna requested a review from a team March 29, 2020 19:28
@stale
Copy link

stale bot commented May 13, 2020

Thank you for your contribution!
This pull request has been automatically marked as stale because it has not had activity in the last 45 days. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, or re-open when it's ready.
For maintainers: Please label with awaiting review, breaking_change, in progress, or on hold to prevent the issue from being re-flagged.

@fauxpark fauxpark requested a review from noroadsleft May 13, 2020 20:20
@stale stale bot removed the awaiting changes label May 13, 2020
#include QMK_KEYBOARD_H

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_60_tsangan_hhkb(
Copy link
Member

Choose a reason for hiding this comment

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

Given default also uses LAYOUT_60_tsangan_hhkb, i'm not sure how much value this keymap adds.

Copy link
Member

Choose a reason for hiding this comment

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

Aside from this, it LGTM.

I would prefer an answer here before it gets merged.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Keymap removed in 75a666c

@@ -0,0 +1 @@
#include "arctic.h"
Copy link
Member

Choose a reason for hiding this comment

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

Needs a license header.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done in 46da2c0

@@ -0,0 +1,19 @@
#pragma once
Copy link
Member

Choose a reason for hiding this comment

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

Needs a license header.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done in 46da2c0

keyboards/acheron/arctic/config.h Outdated Show resolved Hide resolved
keyboards/acheron/arctic/readme.md Outdated Show resolved Hide resolved
keyboards/acheron/arctic/readme.md Outdated Show resolved Hide resolved
keyboards/acheron/arctic/rules.mk Outdated Show resolved Hide resolved
keyboards/acheron/arctic/rules.mk Outdated Show resolved Hide resolved
keyboards/acheron/arctic/readme.md Outdated Show resolved Hide resolved
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 f047840 into qmk:master Aug 4, 2020
@noroadsleft
Copy link
Member

Thanks!

nicocesar pushed a commit to nicocesar/qmk_firmware that referenced this pull request Aug 12, 2020
* Add initial ArcticPCB support

* Added README

* Solve info.json comma issue

* Apply suggestions from noroadsleft code review

Use the LAYOUT_60_tsangan_hhkb Community Layout

* Apply suggestions from tzarc

* Add license header to arctic.c, arctic.h and config.h

* Remove redundant tsangan keymap

* Remove tsangan compilation suggestion from readme
fcoury pushed a commit to fcoury/qmk_firmware_archive that referenced this pull request Sep 20, 2020
* Add initial ArcticPCB support

* Added README

* Solve info.json comma issue

* Apply suggestions from noroadsleft code review

Use the LAYOUT_60_tsangan_hhkb Community Layout

* Apply suggestions from tzarc

* Add license header to arctic.c, arctic.h and config.h

* Remove redundant tsangan keymap

* Remove tsangan compilation suggestion from readme
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.

7 participants