aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/0xcb/static/config.h1
-rw-r--r--keyboards/0xcb/static/keymaps/bongocat/keymap.c2
-rw-r--r--keyboards/0xcb/static/readme.md2
3 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/0xcb/static/config.h b/keyboards/0xcb/static/config.h
index 0d36b931e..c30450b46 100644
--- a/keyboards/0xcb/static/config.h
+++ b/keyboards/0xcb/static/config.h
@@ -48,7 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
48#define DIODE_DIRECTION COL2ROW 48#define DIODE_DIRECTION COL2ROW
49 49
50#define TAP_CODE_DELAY 10 50#define TAP_CODE_DELAY 10
51#define ENCODER_DIRECTION_FLIP
52#define ENCODER_RESOLUTION 4 51#define ENCODER_RESOLUTION 4
53#define ENCODERS_PAD_A { D0 } 52#define ENCODERS_PAD_A { D0 }
54#define ENCODERS_PAD_B { D1 } 53#define ENCODERS_PAD_B { D1 }
diff --git a/keyboards/0xcb/static/keymaps/bongocat/keymap.c b/keyboards/0xcb/static/keymaps/bongocat/keymap.c
index acdc52184..12cc75217 100644
--- a/keyboards/0xcb/static/keymaps/bongocat/keymap.c
+++ b/keyboards/0xcb/static/keymaps/bongocat/keymap.c
@@ -107,7 +107,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
107#endif 107#endif
108 108
109/* oled stuff :) */ 109/* oled stuff :) */
110#ifdef OLED_DRIVER_ENABLE 110#ifdef OLED_ENABLE
111#define IDLE_FRAMES 5 111#define IDLE_FRAMES 5
112#define IDLE_SPEED 20 // below this wpm value your animation will idle 112#define IDLE_SPEED 20 // below this wpm value your animation will idle
113#define TAP_FRAMES 2 113#define TAP_FRAMES 2
diff --git a/keyboards/0xcb/static/readme.md b/keyboards/0xcb/static/readme.md
index 8403b4450..57e87b71a 100644
--- a/keyboards/0xcb/static/readme.md
+++ b/keyboards/0xcb/static/readme.md
@@ -4,7 +4,7 @@ Macro keypad
4 4
5* Keyboard Maintainer: [Conor Burns](https://github.com/conor-burns) 5* Keyboard Maintainer: [Conor Burns](https://github.com/conor-burns)
6* Hardware Supported: https://github.com/0xCB-dev/0xcb-static 6* Hardware Supported: https://github.com/0xCB-dev/0xcb-static
7* Hardware Availability: Soon on tindie or order your own parts - the hardware in the repo is Open Source :D 7* Hardware Availability: On CandyKeys or order your own parts - the hardware in the repo is Open Source :D
8* PCB renders :) 8* PCB renders :)
9 9
10![](https://github.com/0xCB-dev/0xcb-static/blob/main/PCB/rev1.0/top.png) 10![](https://github.com/0xCB-dev/0xcb-static/blob/main/PCB/rev1.0/top.png)