1
0

keymap + alpha

This commit is contained in:
Luciano Malavasi
2018-08-12 18:07:31 -07:00
committed by Luciano M
parent 21f412bef2
commit 8f3bd8a934
2 changed files with 1 additions and 13 deletions

View File

@@ -18,23 +18,12 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
/* Use I2C or Serial, not both */
#pragma once
#define USE_SERIAL
// #define USE_I2C
/* Select hand configuration */
#define MASTER_LEFT
// #define MASTER_RIGHT
// #define EE_HANDS
#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 8
#endif