forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request qmk#13 from mtei/helix-config_refine
Helix config.h etc refine
- Loading branch information
Showing
19 changed files
with
85 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#ifndef SOFT_SERIAL_CONFIG_H | ||
#define SOFT_SERIAL_CONFIG_H | ||
|
||
/* Soft Serial defines */ | ||
#define SERIAL_PIN_DDR DDRD | ||
#define SERIAL_PIN_PORT PORTD | ||
#define SERIAL_PIN_INPUT PIND | ||
#define SERIAL_PIN_MASK _BV(PD2) | ||
#define SERIAL_PIN_INTERRUPT INT2_vect | ||
|
||
#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 | ||
#define SERIAL_MASTER_BUFFER_LENGTH 1 | ||
|
||
//// #error rev1/keymaps/OLED_sample serial config | ||
|
||
#endif /* SOFT_SERIAL_CONFIG_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#ifndef SOFT_SERIAL_CONFIG_H | ||
#define SOFT_SERIAL_CONFIG_H | ||
|
||
/* Soft Serial defines */ | ||
#define SERIAL_PIN_DDR DDRD | ||
#define SERIAL_PIN_PORT PORTD | ||
#define SERIAL_PIN_INPUT PIND | ||
#define SERIAL_PIN_MASK _BV(PD0) | ||
#define SERIAL_PIN_INTERRUPT INT0_vect | ||
|
||
#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 | ||
#define SERIAL_MASTER_BUFFER_LENGTH 1 | ||
|
||
/// #error rev1 serial config | ||
|
||
#endif /* SOFT_SERIAL_CONFIG_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#ifndef SOFT_SERIAL_CONFIG_H | ||
#define SOFT_SERIAL_CONFIG_H | ||
|
||
/* Soft Serial defines */ | ||
#define SERIAL_PIN_DDR DDRD | ||
#define SERIAL_PIN_PORT PORTD | ||
#define SERIAL_PIN_INPUT PIND | ||
#define SERIAL_PIN_MASK _BV(PD2) | ||
#define SERIAL_PIN_INTERRUPT INT2_vect | ||
|
||
#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 | ||
#define SERIAL_MASTER_BUFFER_LENGTH MATRIX_ROWS/2 | ||
|
||
//// #error rev2 serial config | ||
|
||
#endif /* SOFT_SERIAL_CONFIG_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters