Skip to content

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