]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/keebio/quefrency/keymaps/bcat/config.h
Add missing links to features page and sidebar section (#5949)
[qmk_firmware.git] / keyboards / keebio / quefrency / keymaps / bcat / config.h
1 #pragma once
2
3 /*
4  * I2C seems to randomly drop keystrokes. Not sure why. It seems a bit like
5  * https://github.com/qmk/qmk_firmware/issues/5037, but that issue is closed,
6  * and our problems happen even with underglow disabled.
7  *
8  * This issue occurs with multiple TRRS cables of different lengths from
9  * different companies, so it's most likely not a cable issue.  It may be that
10  * we are running into issues with long I2C runs, in which case stronger
11  * pull-up resistors might help:
12  * https://hackaday.com/2017/02/08/taking-the-leap-off-board-an-introduction-to-i2c-over-long-wires/.
13  * For now, just don't use I2C.
14  */
15 #define USE_SERIAL
16
17 /* Use an extra LED on the right side since it's wider on the 65% PCB. */
18 #undef RGBLED_NUM
19 #define RGBLED_NUM 17
20
21 /* Set up RGB lighting so it works with either side as master. */
22 #define RGBLED_SPLIT { 8, 9 }