Remove obvious user keymaps, keyboards/[0-9]* edition. (#22691)

This commit is contained in:
Nick Brassel 2023-12-18 13:53:02 +11:00 committed by GitHub
parent 27a710861e
commit 9539f135d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
227 changed files with 0 additions and 11582 deletions

View file

@ -1,4 +0,0 @@
#pragma once
#define TAPPING_TERM 500
#define PERMISSIVE_HOLD

View file

@ -1,19 +0,0 @@
#include QMK_KEYBOARD_H
enum layers {
_BASE = 0,
};
enum {
TD_BC = 0
};
tap_dance_action_t tap_dance_actions[] = {
[TD_BC] = ACTION_TAP_DANCE_DOUBLE(KC_B, KC_C)
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_BASE] = LAYOUT(
KC_A, TD(TD_BC)
)
};

View file

@ -1 +0,0 @@
TAP_DANCE_ENABLE = yes