# FAQ

#### After inserting the key switch into a hotswap socket, some of the key switches do not trigger a key press.

Here're some possible causes:

* the leg (prong) of the key switch is bent
* a cold joint at the hotswap socket, or a lifted pad
* a cold joint at the diode

#### **Can I use nice!nano in the keyboard?**

For keyboards that come with a pro micro footprint, nice!nano can be used. Ferris Sweep supports a power switch and a battery solder pad, but other keyboards do not. You should also visit the following links if you go wireless.

* <https://github.com/zmkfirmware/zmk/issues/1110>
* <https://zmk.dev/docs/troubleshooting#split-keyboard-halves-unable-to-pair>
* <https://github.com/zmkfirmware/zmk/issues/278>

#### **What is the best keymap for 40% keyboard?**

To customize your keymap, one way is to learn from the existing keymaps.

Here are some useful links

* <https://github.com/manna-harbour/miryoku>
* <https://precondition.github.io/home-row-mods>
* <https://github.com/qmk/qmk_firmware/tree/master/keyboards/ferris/keymaps>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.beekeeb.com/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
