diff options
Diffstat (limited to 'keyboards/synapse/synapse.c')
| -rw-r--r-- | keyboards/synapse/synapse.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/synapse/synapse.c b/keyboards/synapse/synapse.c index ac9c50ceb1..0b532eaab6 100644 --- a/keyboards/synapse/synapse.c +++ b/keyboards/synapse/synapse.c @@ -13,7 +13,8 @@   * You should have received a copy of the GNU General Public License   * along with this program.  If not, see <http://www.gnu.org/licenses/>.   */ -#include "synapse.h" + +#include "quantum.h"  bool encoder_update_kb(uint8_t index, bool clockwise) {      if (!encoder_update_user(index, clockwise)) { return false; }  | 
