# New User Getting Started, Please Help?

**URL:** https://community.keyboard.io/t/new-user-getting-started-please-help/2450
**Category:** Help and Getting Started
**Tags:** question
**Created:** [January 23, 2019, 10:52pm UTC](https://community.keyboard.io/t/new-user-getting-started-please-help/2450 "2019-01-23T22:52:50Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![rickcogley](https://yyz1.discourse-cdn.com/flex031/user_avatar/community.keyboard.io/rickcogley/32/2478_2.png) [@rickcogley](https://community.keyboard.io/u/rickcogley)
#### Post date: [January 23, 2019, 10:52pm UTC](https://community.keyboard.io/t/new-user-getting-started-please-help/2450/1 "2019-01-23T22:52:50Z")

</div>

Hi - my Model 01 came a couple days ago (from Hong Kong to Japan without incident), and I’m just getting started learning what it can do. I’d appreciate some guidance:

- Sometimes hardware firmware is some kind of `.bin` hex file, separated from a settings file. However, the `.ino` files I’m seeing seem to be both firmware and settings. Is that the case?
- In Chrysalis I see that I can load two versions of the firmware - a basic one and a more advanced (the sw might have called it “experimental”) one with more plugins available. With the advanced one loaded, I can see when mapping keys, I can select this or that plugin. However, I’m also seeing that use of many plugins needs code, like you can see with @algernon’s example for TapDance [in this thread](https://community.keyboard.io/t/help-to-figure-out-easy-macro/1476/2). Does that mean even though something is available for selection in Chrysalis, that it might not work?
- When I make a mapping change in Chrysalis, it appears to be saving in EEPROM. Is that the case? If so, how do I back that up…?
- It appears that in layers, keys that are marked as “transparent” are passed through to another layer. What’s the rule: are they being passed to the default, or, to the previous one in the list, i.e. 5 passes to 4, 4 passes to 3?

Also I observed:

- At least on macOS, it appears you can’t have the Arduino app _and_ Chrysalis open and working on the same 'board. It causes trouble because it appears one or the other is grabbing the COM port.

Appreciate any help or advice, thanks!

---

<div class="post-metadata">

### Author: ![tiltowaitt](https://yyz1.discourse-cdn.com/flex031/user_avatar/community.keyboard.io/tiltowaitt/32/4764_2.png) [@tiltowaitt](https://community.keyboard.io/u/tiltowaitt)
#### Post date: [January 24, 2019, 12:16am UTC](https://community.keyboard.io/t/new-user-getting-started-please-help/2450/2 "2019-01-24T00:16:51Z")

</div>

1. The `.bin` files are the compiled firmware. The `.ino` file is an Arduino sketch. Think of it as the user-facing aspects of the firmware. It’s where you define your keymap and any plugins you’re using. It’s not the complete firmware, though; it pulls everything else in from `Kaleidoscope.h` and any plugin-specific headers.
2. I’m not especially familiar with Chrysalis. I’m 99% sure it saves things in EEPROM. Do note that it’s in alpha right now.
3. My understanding is that transparent keys pass down to the next active layer (so 5-\>4-\>3, not 5-\>0).

---

<div class="post-metadata">

### Author: ![algernon](https://yyz1.discourse-cdn.com/flex031/user_avatar/community.keyboard.io/algernon/32/4404_2.png) [@algernon](https://community.keyboard.io/u/algernon)
#### Post date: [January 24, 2019, 12:31am UTC](https://community.keyboard.io/t/new-user-getting-started-please-help/2450/3 "2019-01-24T00:31:08Z")

</div>

> [@rickcogley](#):
>
> In Chrysalis I see that I can load two versions of the firmware - a basic one and a more advanced (the sw might have called it “experimental”) one with more plugins available. With the advanced one loaded, I can see when mapping keys, I can select this or that plugin. However, I’m also seeing that use of many plugins needs code, like you can see with @algernon’s example for TapDance [in this thread](https://community.keyboard.io/t/help-to-figure-out-easy-macro/1476/2). Does that mean even though something is available for selection in Chrysalis, that it might not work?

Chrysalis currently offers every possible key, even if the plugin that implements them is not available in the firmware. We currently do not have a way to detect which plugins are enabled and which aren’t, and until we do, Chrysalis will not limit what options it offers.

This can become confusing, and we’ll fix it, but Chrysalis being alpha, we’re not there yet.

> [@rickcogley](#):
>
> When I make a mapping change in Chrysalis, it appears to be saving in EEPROM. Is that the case? If so, how do I back that up…?

Yes, it saves to EEPROM. There’s no easy way to back it up yet. The protocol does offer an `eeprom.contents` command, with which you can save and restore the full contents of the EEPROM, but Chrysalis does not make this possible yet. We do have a CLI utility (`bin/focus-test` in the Kaleidoscope sources) that can help with this, but that isn’t very friendly.

> [@rickcogley](#):
>
> At least on macOS, it appears you can’t have the Arduino app _and_ Chrysalis open and working on the same 'board. It causes trouble because it appears one or the other is grabbing the COM port.

This is the case on all operating systems. Chrysalis needs exclusive access to the COM port, because that’s how it communicates with the keyboard. If there’s anything else working on it too, there’s a high chance of data getting lost.

---

<div class="post-metadata">

### Author: ![rickcogley](https://yyz1.discourse-cdn.com/flex031/user_avatar/community.keyboard.io/rickcogley/32/2478_2.png) [@rickcogley](https://community.keyboard.io/u/rickcogley)
#### Post date: [January 24, 2019, 5:43am UTC](https://community.keyboard.io/t/new-user-getting-started-please-help/2450/4 "2019-01-24T05:43:54Z")

</div>

> [@tiltowaitt](#):
>
> - The `.bin` files are the compiled firmware. The `.ino` file is an Arduino sketch. Think of it as the user-facing aspects of the firmware. It’s where you define your keymap and any plugins you’re using. It’s not the complete firmware, though; it pulls everything else in from `Kaleidoscope.h` and any plugin-specific headers.
> - My understanding is that transparent keys pass down to the next active layer (so 5-\>4-\>3, not 5-\>0).

thank you @tiltowaitt, I’ll keep it in mind.

---

<div class="post-metadata">

### Author: ![rickcogley](https://yyz1.discourse-cdn.com/flex031/user_avatar/community.keyboard.io/rickcogley/32/2478_2.png) [@rickcogley](https://community.keyboard.io/u/rickcogley)
#### Post date: [January 24, 2019, 5:57am UTC](https://community.keyboard.io/t/new-user-getting-started-please-help/2450/5 "2019-01-24T05:57:08Z")

</div>

> [@algernon](#):
>
> Chrysalis currently offers every possible key, even if the plugin that implements them is not available in the firmware… Yes, it saves to EEPROM. There’s no easy way to back it up yet. …We do have a CLI utility ( `bin/focus-test` in the Kaleidoscope sources) that can help with this, but that isn’t very friendly.

ok, @algernon thanks. I noticed playing with `focus-test.sh` that my device name is slightly different than what is in the script. Made a github issue.

I enabled the “experimental” firmware in Chrysalis, which appears to be loading colormap, but in the menu there is only layout editor and firmware update. Shouldn’t there be a color related selection. Sorry to be so thick.

> [@algernon](#):
>
> This is the case on all operating systems. Chrysalis needs exclusive access to the COM port, because that’s how it communicates with the keyboard. If there’s anything else working on it too, there’s a high chance of data getting lost.

Of course.
