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 support for Keyboardio Model01 and Model100 #90

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

Conversation

hupfdule
Copy link

This commit adds support for the Keyboardio Model 01 and the Keyboardio Model 100. These are using the Kaleidoscope firmware and their keymaps are defined in .ino files. However the format of the keymap definitions is compatible with the keymap definitions in QMK, therefore they are supported out of the box by keymapviz.

There was only 1 change to enhance the most common keys by removing the “Key_” prefix that is used by Kaleidoscope additionally to the “KC_” prefix used by QMK.

As QMK already provides support for the Model 01 this was added as “model01_qmk” as well. This was necessary as the keys are specified in a different order in QMK compared to Kaleidoscope.

This commit adds support for the Keyboardio Model 01 and the Keyboardio
Model 100. These are using the Kaleidoscope firmware and their keymaps
are defined in .ino files. However the format of the keymap definitions
is compatible with the keymap definitions in QMK, therefore they are
supported out of the box by keymapviz.

There was only 1 change to enhance the most common keys by removing the
“Key_” prefix that is used by Kaleidoscope additionally to the “KC_”
prefix used by QMK.

As QMK already provides support for the Model 01 this was added as
“model01_qmk” as well. This was necessary as the keys are specified in a
different order in QMK compared to Kaleidoscope.
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.

1 participant