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

Make quantum/split_common/serial.[ch] configurable #4419

Merged
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
fa97715
add temporary compile test shell script
mtei Nov 12, 2018
ad7aa7e
add 'CONFIG_H += serial_backward_compatibility.h' into common_feature…
mtei Nov 12, 2018
a7af2ad
add quantum/split_common/serial_backward_compatibility.h
mtei Nov 12, 2018
e5eeb93
quantum/split_common/serial.c change to helix-serial.c style serial c…
mtei Nov 12, 2018
3cb3cd5
add temporary file quantum/split_common/split-keyboards-list.txt
mtei Nov 13, 2018
8da7fce
add '#define SOFT_SERIAL_PIN D0' to keyboards/6lit/config.h
mtei Nov 13, 2018
9c9cc5e
add '#define SOFT_SERIAL_PIN D0' to keyboards/divergetm2/config.h
mtei Nov 13, 2018
6d46519
add '#define SOFT_SERIAL_PIN D0' to keyboards/ergotravel/rev1/config.h
mtei Nov 13, 2018
33ed22b
add '#define SOFT_SERIAL_PIN D0' to keyboards/foobar/config.h
mtei Nov 13, 2018
f644ed6
add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/dactyl_manufo…
mtei Nov 13, 2018
58a0c9f
add '#define SOFT_SERIAL_PIN D0' to keyboards/handwired/qc60/config.h
mtei Nov 13, 2018
2a53ff6
add '//#define SOFT_SERIAL_PIN D0' to keyboards/handwired/xealous/con…
mtei Nov 13, 2018
9d6e92c
add '#define SOFT_SERIAL_PIN D0' to keyboards/iris/rev*/config.h
mtei Nov 13, 2018
78d3368
add '//#define SOFT_SERIAL_PIN D0' to keyboards/lets_split_eh/config.h
mtei Nov 13, 2018
6e93aee
add '#define SOFT_SERIAL_PIN D0' to keyboards/levinson/rev*/config.h
mtei Nov 13, 2018
f97e68e
add '#define SOFT_SERIAL_PIN D0' to keyboards/miniaxe/config.h
mtei Nov 13, 2018
b26a4b4
add '#define SOFT_SERIAL_PIN D0' to keyboards/nyquist/rev?/config.h
mtei Nov 13, 2018
4d79a94
add '#define SOFT_SERIAL_PIN D0' to keyboards/quefrency/rev1/config.h
mtei Nov 13, 2018
0f30eea
add '#define SOFT_SERIAL_PIN D0' to keyboards/qwertyydox/config.h,key…
mtei Nov 13, 2018
ab0373b
add '#define SOFT_SERIAL_PIN D0' to keyboards/redox/rev1/config.h
mtei Nov 13, 2018
28fc69a
add '#define SOFT_SERIAL_PIN D0' to keyboards/rorschach/rev1/config.h
mtei Nov 13, 2018
02e9405
remove '#define SOFT_SERIAL_PIN D0' from quantum/split_common/serial_…
mtei Nov 13, 2018
dfdeca5
remove temporary file quantum/split_common/split-keyboards-list.txt
mtei Nov 13, 2018
15b0021
remove temporary compile test shell script
mtei Nov 13, 2018
ca802b5
Merge branch 'master' into make-quantum_split_common_serial-h-configu…
mtei Nov 13, 2018
6dd4bfd
Revert "remove temporary compile test shell script"
mtei Nov 14, 2018
9d3473a
update quantum/split_common/compile_split_test.sh for new keyboard test
mtei Nov 14, 2018
67c84cb
add '#define SOFT_SERIAL_PIN D0' to keyboards/diverge3/config.h
mtei Nov 14, 2018
18ebae1
add '#define SOFT_SERIAL_PIN D0' to keyboards/40percentclub/25/config.h
mtei Nov 14, 2018
7667492
remove temporary compile test shell script
mtei Nov 14, 2018
eef1060
update docs/config_options.md, quantum/template/avr/config.h
mtei Nov 17, 2018
4870de3
fix quantum/template/avr/config.h
mtei Nov 17, 2018
d3888f2
fix typo docs/config_options.md
mtei Nov 17, 2018
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
Prev Previous commit
Next Next commit
add '#define SOFT_SERIAL_PIN D0' to keyboards/40percentclub/25/config.h
  • Loading branch information
mtei committed Nov 14, 2018
commit 18ebae10c808d6e0fecb308c4f8c81b358ca537d
2 changes: 2 additions & 0 deletions keyboards/40percentclub/25/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
#define DESCRIPTION A split 50 key keyboard

#define USE_SERIAL
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0

/* Select hand configuration */
#define MASTER_LEFT
Expand Down