summaryrefslogtreecommitdiff
path: root/keyboards/ergotaco/keymaps
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-02-12 11:54:48 +0800
committerGitHub <noreply@github.com>2022-02-11 19:54:48 -0800
commit17c0ca6fa4f7b6f65b4442c2f5bc32fee914b376 (patch)
treeaecec74184b82d75dd19e4566cf04a3423c6e3c6 /keyboards/ergotaco/keymaps
parent52d6f07a829baf38e16b61f1804bf5dd555ab45d (diff)
[Keyboard] move g heavy industry boards into /gboards (#16040)
Co-authored-by: zvecr <git@zvecr.com>
Diffstat (limited to 'keyboards/ergotaco/keymaps')
-rw-r--r--keyboards/ergotaco/keymaps/default/keymap.c34
-rw-r--r--keyboards/ergotaco/keymaps/default/readme.md6
-rw-r--r--keyboards/ergotaco/keymaps/default/rules.mk4
3 files changed, 0 insertions, 44 deletions
diff --git a/keyboards/ergotaco/keymaps/default/keymap.c b/keyboards/ergotaco/keymaps/default/keymap.c
deleted file mode 100644
index 8de5ea6371..0000000000
--- a/keyboards/ergotaco/keymaps/default/keymap.c
+++ /dev/null
@@ -1,34 +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
-),
- */
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 870d047dc9..0000000000
--- a/keyboards/ergotaco/keymaps/default/rules.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-#Debug options
-VERBOSE = yes
-DEBUG_MATRIX_SCAN_RATE = no
-DEBUG_MATRIX = yes