1
0
Fork 0

Keymap: Clean-up of dshields keymaps. (#3983)

This commit is contained in:
Daniel Shields 2018-09-27 19:47:26 +01:00 committed by Drashna Jaelre
parent 13e166d9c4
commit 8b2591c707
4 changed files with 2 additions and 63 deletions

View file

@ -1,15 +1,4 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
#define QMK_ESC_OUTPUT F1
#define QMK_ESC_INPUT D5
#define QMK_LED E6
#define QMK_SPEAKER C6
#define _______ KC_TRNS
#define XXXXXXX KC_NO
#pragma once
#define USB_MAX_POWER_CONSUMPTION 100
#define ONESHOT_TAP_TOGGLE 2
@ -39,5 +28,3 @@
// mod-tap keys
#define MT_SPC SFT_T(KC_SPC)
#endif