1
0
Fork 0

[Keymap] Keymap and readme updates (#5449)

* Remove tap dance code from keymap.c

* Add tap dance code to userspace files

* Readme updates

* Update keymap images
This commit is contained in:
stanrc85 2019-03-19 22:45:33 -04:00 committed by Drashna Jaelre
parent 4b4eba997f
commit 6e7eff47b3
6 changed files with 54 additions and 31 deletions

View file

@ -16,17 +16,6 @@
#include QMK_KEYBOARD_H
#include "stanrc85.h"
//Tap Dance Declarations
enum {
TD_WIN = 0,
TD_ESC
};
qk_tap_dance_action_t tap_dance_actions[] = {
[TD_WIN] = ACTION_TAP_DANCE_DOUBLE(KC_CAD, KC_LOCK),
[TD_ESC] = ACTION_TAP_DANCE_DOUBLE(KC_ESC, KC_GRV)
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_60_ansi(
TD_TESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, KC_BSPC,