summaryrefslogtreecommitdiff
path: root/keyboards/ergotaco/keymaps/default
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2019-04-09 08:58:11 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-09 08:58:11 -0700
commitb6850bc043b1d129042f47501f0a1dc1e196f962 (patch)
treea0a772f278c3c494db3bc69103955af5561e1cae /keyboards/ergotaco/keymaps/default
parent19ed62114a1f5d20aacb9cbe83105e977b9a2971 (diff)
remove all keyboards but ergodox and planck
Diffstat (limited to 'keyboards/ergotaco/keymaps/default')
-rw-r--r--keyboards/ergotaco/keymaps/default/keymap.c42
-rw-r--r--keyboards/ergotaco/keymaps/default/readme.md6
-rw-r--r--keyboards/ergotaco/keymaps/default/rules.mk10
3 files changed, 0 insertions, 58 deletions
diff --git a/keyboards/ergotaco/keymaps/default/keymap.c b/keyboards/ergotaco/keymaps/default/keymap.c
deleted file mode 100644
index be1267ef06..0000000000
--- a/keyboards/ergotaco/keymaps/default/keymap.c
+++ /dev/null
@@ -1,42 +0,0 @@
-/* Good on you for modifying your layout! if you don't have
- * time to read the QMK docs, a list of keycodes can be found at
- *
- * https://github.com/qmk/qmk_firmware/blob/master/docs/keycodes.md
- *
- * There's also a template for adding new layers at the bottom of this file!
- */
-
-#include QMK_KEYBOARD_H
-
-#define FIESTA 0 // default layer
-#define TACOTIME 1 // symbols
-
-// Blank template at the bottom
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-/* Keymap template
- *
- * ,-------------------------------------------------. ,--------------------------------------------.
- * | | | | | | | | | | | | | | |
- * `-------+------+------+------+------+-------------' `-------+------+------+------+------+--------' */
-[FIESTA] = LAYOUT(
- KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H
-),
-};
-
-/* Keymap template
- *
- * ,-------------------------------------------------. ,--------------------------------------------.
- * | | | | | | | | | | | | | | |
- * `-------+------+------+------+------+-------------' `-------+------+------+------+------+--------'
-[FIESTA] = LAYOUT(
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
-),
- */
-
-// Runs just one time when the keyboard initializes.
-void matrix_init_user(void) {
-};
-
-// Runs constantly in the background, in a loop.
-void matrix_scan_user(void) {
-};
diff --git a/keyboards/ergotaco/keymaps/default/readme.md b/keyboards/ergotaco/keymaps/default/readme.md
deleted file mode 100644
index 653f3774ea..0000000000
--- a/keyboards/ergotaco/keymaps/default/readme.md
+++ /dev/null
@@ -1,6 +0,0 @@
-This is the default keymap for the ErgoTaco, Make it your own!
-
-## Settings
-To edit various settings, enable the 1u trackball and whatnot please modify /keyboards/ergotaco/keymaps/default/rules.mk
-
-Ideally you should copy this directory and make your changes there. If you come up with a good layout submit a PR!
diff --git a/keyboards/ergotaco/keymaps/default/rules.mk b/keyboards/ergotaco/keymaps/default/rules.mk
deleted file mode 100644
index e394fbf1e6..0000000000
--- a/keyboards/ergotaco/keymaps/default/rules.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-#----------------------------------------------------------------------------
-# make ergotaco:default:dfu
-# Make sure you have dfu-programmer installed!
-#----------------------------------------------------------------------------
-# Firmware options
-
-#Debug options
-VERBOSE = yes
-DEBUG_MATRIX_SCAN_RATE = no
-DEBUG_MATRIX = yes