diff options
Diffstat (limited to 'keyboards/lets_split/config.h')
| -rw-r--r-- | keyboards/lets_split/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/lets_split/config.h b/keyboards/lets_split/config.h index 1b7bbcbbb..4db45ab0b 100644 --- a/keyboards/lets_split/config.h +++ b/keyboards/lets_split/config.h | |||
| @@ -49,6 +49,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | #define IS_COMMAND() ( \ | 49 | #define IS_COMMAND() ( \ |
| 50 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | 50 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |
| 51 | ) | 51 | ) |
| 52 | |||
| 52 | /* disable debug print */ | 53 | /* disable debug print */ |
| 53 | //#define NO_DEBUG | 54 | //#define NO_DEBUG |
| 54 | 55 | ||
| @@ -68,4 +69,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | #ifdef SUBPROJECT_rev2 | 69 | #ifdef SUBPROJECT_rev2 |
| 69 | #include "rev2/config.h" | 70 | #include "rev2/config.h" |
| 70 | #endif | 71 | #endif |
| 71 | #endif \ No newline at end of file | 72 | #endif |
