summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/not_so_minidox/keymaps/mtdjr/config.h
blob: 701c2cf353f137d4aa5c557041b7af239e808099 (plain)
1
2
3
4
5
6
7
8
9
10
#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