diff options
| author | Joel Challis <git@zvecr.com> | 2019-08-15 22:01:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-15 22:01:34 +0100 |
| commit | fadb69e2031a259248dd575384da8846ba0c2aa3 (patch) | |
| tree | d7e7d80b62db0044af127c69b8b90ea6d489b0cc /keyboards/lets_split_eh/config.h | |
| parent | ee8d9bd40ad4f5b8d23be951d652143582d42938 (diff) | |
| download | qmk_firmware-fadb69e2031a259248dd575384da8846ba0c2aa3.tar.gz qmk_firmware-fadb69e2031a259248dd575384da8846ba0c2aa3.zip | |
Refactor of lets_split_eh to enable RGB split animations (#6411)
Diffstat (limited to 'keyboards/lets_split_eh/config.h')
| -rw-r--r-- | keyboards/lets_split_eh/config.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/lets_split_eh/config.h b/keyboards/lets_split_eh/config.h index 655d35e1a..f07706a83 100644 --- a/keyboards/lets_split_eh/config.h +++ b/keyboards/lets_split_eh/config.h | |||
| @@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #ifndef CONFIG_H | 18 | #pragma once |
| 19 | #define CONFIG_H | ||
| 20 | 19 | ||
| 21 | #include "config_common.h" | 20 | #include "config_common.h" |
| 22 | 21 | ||
| @@ -35,8 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 35 | 34 | ||
| 36 | /* Set 0 if debouncing isn't needed */ | 35 | /* Set 0 if debouncing isn't needed */ |
| 37 | #define DEBOUNCE 5 | 36 | #define DEBOUNCE 5 |
| 38 | |||
| 39 | /* serial.c configuration for split keyboard */ | ||
| 40 | //#define SOFT_SERIAL_PIN D0 | ||
| 41 | |||
| 42 | #endif | ||
