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

[Keymap] Added 5x6_5 keymap #10272

Merged
merged 9 commits into from
Oct 4, 2020
18 changes: 18 additions & 0 deletions keyboards/handwired/dactyl_manuform/5x6_5/keymaps/333fred/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#pragma once
333fred marked this conversation as resolved.
Show resolved Hide resolved

#define USE_SERIAL
#define EE_HANDS

#undef TAPPING_TERM
#define TAPPING_TERM 200

#define OLED_DISPLAY_128X64

#define ENCODERS_PAD_A { F4 }
#define ENCODERS_PAD_B { F5 }

#undef SOFT_SERIAL_PIN
#define SOFT_SERIAL_PIN D2

#undef OLED_TIMEOUT
#define OLED_TIMEOUT 240000
Loading