# Configuration

The `config.h` file lets you specify how many layers and macros are you using:

* N\_LAYERS
* N\_MACROS

But there are some other things you can change to tweak the behaviour of the keyboard:

* MAX\_MACRO\_LENGTH: Maximum length for macros (in characters)
* TAP\_TIMEOUT\_MS: How many milliseconds a double-function key should be held

  before assuming you don't want it to do anything.
* LAYER\_DROPPING\_TIMEOUT\_MS: How many milliseconds to wait after a layer drop

  before start accepting new keys to avoid unintentional pressing of default

  layer keys.
* ENABLE\_DOUBLE\_SHIFT\_CAPS\_LOCK: Pressing both left and right shift keys at the

  same time toggles *Caps Lock*.
