Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed oled in bongocat keymap and fixed encoder direction #15232

Merged
merged 2 commits into from
Nov 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion keyboards/0xcb/static/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW

#define TAP_CODE_DELAY 10
#define ENCODER_DIRECTION_FLIP
#define ENCODER_RESOLUTION 4
#define ENCODERS_PAD_A { D0 }
#define ENCODERS_PAD_B { D1 }
Expand Down
2 changes: 1 addition & 1 deletion keyboards/0xcb/static/keymaps/bongocat/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
#endif

/* oled stuff :) */
#ifdef OLED_DRIVER_ENABLE
#ifdef OLED_ENABLE
#define IDLE_FRAMES 5
#define IDLE_SPEED 20 // below this wpm value your animation will idle
#define TAP_FRAMES 2
Expand Down
2 changes: 1 addition & 1 deletion keyboards/0xcb/static/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Macro keypad

* Keyboard Maintainer: [Conor Burns](https://github.com/conor-burns)
* Hardware Supported: https://github.com/0xCB-dev/0xcb-static
* Hardware Availability: Soon on tindie or order your own parts - the hardware in the repo is Open Source :D
* Hardware Availability: On CandyKeys or order your own parts - the hardware in the repo is Open Source :D
* PCB renders :)

![](https://github.com/0xCB-dev/0xcb-static/blob/main/PCB/rev1.0/top.png)
Expand Down