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

Added new Alps SKDN Brown #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TheInverseKey
Copy link

Added new Alps SKDN switch to Database.

Copy link
Owner

@skwee357 skwee357 left a comment

Choose a reason for hiding this comment

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

Can you provide a link to the switch datasheet / online store where it's sold?

Comment on lines +22 to +23
upper: Material.Unspecified(Color.Opaque(COLOR_OTHER)),
lower: Material.Unspecified(Color.Opaque(COLOR_OTHER)),
Copy link
Owner

Choose a reason for hiding this comment

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

Not sure where COLOR_OTHER is defined

Comment on lines +12 to +13
stem: 'alps mount',
mount: 'alps',
Copy link
Owner

Choose a reason for hiding this comment

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

You will have to define ALPS stem, as I haven't defined it yet

Copy link
Owner

Choose a reason for hiding this comment

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

Please see how I did it for MX stem

@@ -0,0 +1,7 @@
import { Brand } from '../../../switch';
import jadeGreen62g from './SKDN';
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
import jadeGreen62g from './SKDN';
import skdn from './SKDN';


export default {
name: 'Alps',
switches: [SKDN],
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
switches: [SKDN],
switches: [skdn],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants