From e9d2c92b4148825575b10878274a28fba05947c4 Mon Sep 17 00:00:00 2001 From: Nick Coutsos Date: Thu, 9 Sep 2021 20:12:52 -0400 Subject: Drop QMK interface --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'index.js') diff --git a/index.js b/index.js index 3ae6c52..ac26fbd 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,6 @@ const process = require('process') const express = require('express') const expressWs = require('express-ws') const bodyParser = require('body-parser') -const qmk = require('./qmk') const zmk = require('./zmk') const app = express() @@ -17,7 +16,7 @@ childProcess.execFile('npm', ['run', 'build-watch'], { cwd: './application' }, e process.exit(1) }) -const firmwares = { qmk, zmk } +const firmwares = { zmk } function addFirmwareLibrary(req, res, next) { -- cgit v1.2.3