mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 04:12:56 +00:00
11 lines
162 B
C
11 lines
162 B
C
|
#ifndef CONFIG_USER_H
|
||
|
#define CONFIG_USER_H
|
||
|
|
||
|
#include QMK_KEYBOARD_CONFIG_H
|
||
|
|
||
|
#define SOLENOID_ENABLE
|
||
|
#define SOLENOID_PIN F6
|
||
|
#define SOLENOID_ACTIVE true
|
||
|
|
||
|
#endif
|