mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-10 13:38:25 +00:00
12 lines
186 B
C
12 lines
186 B
C
|
#ifndef CONFIG_USER_H
|
||
|
#define CONFIG_USER_H
|
||
|
|
||
|
#include QMK_KEYBOARD_CONFIG_H
|
||
|
|
||
|
#define SOLENOID_ENABLE
|
||
|
#define SOLENOID_PIN F6
|
||
|
#undef SOLENOID_ACTIVE
|
||
|
#define SOLENOID_ACTIVE true
|
||
|
|
||
|
#endif
|