My Promethium keyboard firmware

This commit is contained in:
Priyadi Iman Nurcahyo
2016-11-26 13:11:40 +07:00
parent 746fd15638
commit 8ee389c9b6
14 changed files with 1182 additions and 0 deletions
@@ -0,0 +1,17 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
/* bootmagic salt key */
#define BOOTMAGIC_KEY_SALT KC_ESC
/* skip bootmagic and eeconfig */
#define BOOTMAGIC_KEY_SKIP KC_SPACE
#define PREVENT_STUCK_MODIFIERS
#define RGB_DI_PIN B5
#define RGBSPS_NUM 57
#endif