diff options
Diffstat (limited to 'keyboards/tkc/m0lly')
-rw-r--r-- | keyboards/tkc/m0lly/config.h | 5 | ||||
-rw-r--r-- | keyboards/tkc/m0lly/info.json | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/tkc/m0lly/config.h b/keyboards/tkc/m0lly/config.h index 42f16ac75d..dc94510953 100644 --- a/keyboards/tkc/m0lly/config.h +++ b/keyboards/tkc/m0lly/config.h @@ -63,11 +63,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -#define QMK_ESC_OUTPUT A0 // usually COL -#define QMK_ESC_INPUT F4 // usually ROW -#define QMK_LED D2 // NumLock on M0lly -//#define QMK_SPEAKER C6 - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/tkc/m0lly/info.json b/keyboards/tkc/m0lly/info.json index c5fa343339..61bb64dca2 100644 --- a/keyboards/tkc/m0lly/info.json +++ b/keyboards/tkc/m0lly/info.json @@ -8,6 +8,11 @@ "pid": "0x0004", "device_version": "0.0.1" }, + "qmk_lufa_bootloader": { + "esc_input": "F4", + "esc_output": "A0", + "led": "D2" + }, "indicators": { "caps_lock": "D3", "num_lock": "D2", |