Remove user keymap changes

This commit is contained in:
Drashna Jaelre
2019-03-22 14:48:29 -07:00
committed by skullydazed
parent c9a2d9d1aa
commit cb33643f02
3 changed files with 16 additions and 3 deletions

View File

@@ -19,7 +19,10 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
/* Use I2C or Serial, not both */
@@ -31,3 +34,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MASTER_LEFT
// #define _MASTER_RIGHT
// #define EE_HANDS
#endif