summaryrefslogtreecommitdiff
path: root/keyboards/ferris
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2023-12-20 16:03:14 +1100
committerfauxpark <fauxpark@gmail.com>2023-12-20 16:03:14 +1100
commit2c191e21c280a78e71767a73f31cd7017382186c (patch)
tree9712dc3c8fb836c708ac67a2c4ab0dbf2fa6d674 /keyboards/ferris
parent8812a095814fdad3ab245fa2c00e29cb50ee2e92 (diff)
parentc8728880de198f5797463efbbba3eba7f1e4444a (diff)
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/ferris')
-rw-r--r--keyboards/ferris/keymaps/bruun-baer/config.h38
-rw-r--r--keyboards/ferris/keymaps/bruun-baer/keymap.json71
-rw-r--r--keyboards/ferris/keymaps/bruun-baer/readme.md2
-rw-r--r--keyboards/ferris/keymaps/madhatter/config.h21
-rw-r--r--keyboards/ferris/keymaps/madhatter/keymap.c57
-rw-r--r--keyboards/ferris/keymaps/madhatter/rules.mk2
-rw-r--r--keyboards/ferris/keymaps/pierrec83/config.h55
-rw-r--r--keyboards/ferris/keymaps/pierrec83/keymap.json118
-rw-r--r--keyboards/ferris/keymaps/pierrec83/readme.md43
9 files changed, 0 insertions, 407 deletions
diff --git a/keyboards/ferris/keymaps/bruun-baer/config.h b/keyboards/ferris/keymaps/bruun-baer/config.h
deleted file mode 100644
index fce5cb445b..0000000000
--- a/keyboards/ferris/keymaps/bruun-baer/config.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
-Copyright 2022 Alexander Bruun <alex@bruun.xyz>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-// Set the mouse settings to a comfortable speed/accuracy trade-off,
-// assuming a screen refresh rate of 60 Htz or higher
-// The default is 50. This makes the mouse ~3 times faster and more accurate
-#define MOUSEKEY_INTERVAL 16
-// The default is 20. Since we made the mouse about 3 times faster with the previous setting,
-// give it more time to accelerate to max speed to retain precise control over short distances.
-#define MOUSEKEY_TIME_TO_MAX 40
-// The default is 300. Let's try and make this as low as possible while keeping the cursor responsive
-#define MOUSEKEY_DELAY 100
-// It makes sense to use the same delay for the mouseweel
-#define MOUSEKEY_WHEEL_DELAY 100
-// The default is 100
-#define MOUSEKEY_WHEEL_INTERVAL 50
-// The default is 40
-#define MOUSEKEY_WHEEL_TIME_TO_MAX 100
-
-// Pick good defaults for enabling homerow modifiers
-#define TAPPING_TERM 200
-#define PERMISSIVE_HOLD
-#define QUICK_TAP_TERM 0
diff --git a/keyboards/ferris/keymaps/bruun-baer/keymap.json b/keyboards/ferris/keymaps/bruun-baer/keymap.json
deleted file mode 100644
index ee966ab1b5..0000000000
--- a/keyboards/ferris/keymaps/bruun-baer/keymap.json
+++ /dev/null
@@ -1,71 +0,0 @@
-{
- "version": 1,
- "notes": "Personal keymap",
- "documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
- "keyboard": "ferris/sweep",
- "keymap": "bruun-baer",
- "layout": "LAYOUT_split_3x5_2",
- "layers": [
- ["KC_Q" , "KC_D" , "KC_R" , "KC_W" , "KC_B",
- "KC_J" , "KC_F" , "KC_U" , "KC_P" , "KC_QUOT",
-
- "LGUI_T(KC_A)", "LALT_T(KC_S)", "LSFT_T(KC_H)", "LCTL_T(KC_T)" , "KC_G",
- "KC_Y" , "LCTL_T(KC_N)", "LSFT_T(KC_E)", "LALT_T(KC_O)" , "LGUI_T(KC_I)",
-
- "KC_Z" , "RALT_T(KC_X)", "KC_M" , "KC_C" , "KC_V",
- "KC_K" , "KC_L" , "KC_COMM" , "RALT_T(KC_DOT)", "KC_SLSH",
-
- "LT(3,KC_SPC)", "LT(4,KC_TAB)",
- "LT(2,KC_ENT)", "LT(1,KC_BSPC)"
- ],
- ["KC_LBRC" , "KC_7" , "KC_8" , "KC_9" , "KC_RBRC",
- "KC_NO" , "KC_NO" , "KC_NO" , "KC_NO" , "KC_NO",
-
- "KC_SCLN" , "KC_4" , "KC_5" , "KC_6" , "KC_EQL",
- "KC_NO" , "KC_LCTL" , "KC_LSFT" , "KC_LALT" , "KC_LGUI",
-
- "KC_GRV" , "KC_1" , "KC_2" , "KC_3" , "KC_BSLS",
- "KC_NO" , "KC_NO" , "KC_NO" , "KC_RALT" , "KC_NO",
-
- "KC_0" , "KC_MINS",
- "KC_NO" , "KC_NO"
- ],
- ["KC_LCBR" , "KC_AMPR" , "KC_ASTR" , "KC_LPRN" , "KC_RCBR",
- "KC_NO" , "KC_NO" , "KC_NO" , "KC_NO" , "KC_NO",
-
- "KC_COLN" , "KC_DLR" , "KC_PERC" , "KC_CIRC" , "KC_PLUS",
- "KC_NO" , "KC_LCTL" , "KC_LSFT" , "KC_LALT" , "KC_LGUI",
-
- "KC_TILD" , "KC_EXLM" , "KC_AT" , "KC_HASH" , "KC_PIPE",
- "KC_NO" , "KC_NO" , "KC_NO" , "KC_RALT" , "KC_NO",
-
- "KC_RPRN" , "KC_UNDS",
- "KC_NO" , "KC_NO"
- ],
- ["KC_F12" , "KC_F7" , "KC_F8" , "KC_F9" , "KC_PSCR",
- "KC_AGIN" , "KC_PSTE" , "KC_COPY" , "KC_CUT" , "KC_UNDO",
-
- "KC_F11" , "KC_F4" , "KC_F5" , "KC_F6" , "KC_SCRL",
- "KC_CAPS" , "KC_LEFT" , "KC_DOWN" , "KC_UP" , "KC_RGHT",
-
- "KC_F10" , "KC_F1" , "KC_F2" , "KC_F3" , "KC_PAUS",
- "KC_INS" , "KC_HOME" , "KC_PGDN" , "KC_PGUP" , "KC_END",
-
- "KC_NO" , "KC_NO",
- "KC_ESC" , "KC_DEL"
- ],
- ["KC_NO" , "KC_NO" , "KC_NO" , "KC_NO" , "KC_NO",
- "KC_MPLY" , "KC_MPRV" , "KC_VOLD" , "KC_VOLU" , "KC_MNXT",
-
- "KC_LGUI" , "KC_LALT" , "KC_LSFT" , "KC_LCTL" , "KC_NO",
- "KC_MUTE" , "KC_MS_L" , "KC_MS_D" , "KC_MS_U" , "KC_MS_R",
-
- "KC_NO" , "KC_RALT" , "KC_NO" , "KC_NO" , "KC_NO",
- "KC_BTN3" , "KC_WH_L" , "KC_WH_D" , "KC_WH_U" , "KC_WH_R",
-
- "KC_NO" , "KC_NO",
- "KC_BTN1" , "KC_BTN2"
- ]
- ],
- "author": "@bruun-baer"
-}
diff --git a/keyboards/ferris/keymaps/bruun-baer/readme.md b/keyboards/ferris/keymaps/bruun-baer/readme.md
deleted file mode 100644
index 7d1d78b5f1..0000000000
--- a/keyboards/ferris/keymaps/bruun-baer/readme.md
+++ /dev/null
@@ -1,2 +0,0 @@
-Personal Ferris Sweep Keymap
-===============================================
diff --git a/keyboards/ferris/keymaps/madhatter/config.h b/keyboards/ferris/keymaps/madhatter/config.h
deleted file mode 100644
index 65a14e6622..0000000000
--- a/keyboards/ferris/keymaps/madhatter/config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-Copyright 2020 Pierre Chevalier <pierrechevalier83@gmail.com>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-
-// Pick good defaults for enabling homerow modifiers
-#define TAPPING_TERM 200
diff --git a/keyboards/ferris/keymaps/madhatter/keymap.c b/keyboards/ferris/keymaps/madhatter/keymap.c
deleted file mode 100644
index 7b0c2e82bf..0000000000
--- a/keyboards/ferris/keymaps/madhatter/keymap.c
+++ /dev/null
@@ -1,57 +0,0 @@
-// this is the style you want to emulate.
-// This is the canonical layout file for the Quantum project. If you want to add another keyboard,
-
-#include QMK_KEYBOARD_H
-
-// Each layer gets a name for readability, which is then used in the keymap matrix below.
-// The underscores don't mean anything - you can have a layer called STUFF or any other name.
-// Layer names don't all need to be of the same length, obviously, and you can also skip them
-// entirely and just use numbers.
-
-enum ferris_layers {
- _QWERTY,
- _LOWER,
- _RAISE
-};
-
-enum ferris_tap_dances {
- TD_Q_ESC
-};
-
-#define KC_CTSC RCTL_T(KC_SCLN)
-#define KC_CTLA LCTL_T(KC_A)
-#define KC_LSHZ LSFT_T(KC_Z)
-#define KC_RLSH RSFT_T(KC_SLSH)
-#define KC_SPM2 LT(2, KC_SPC)
-#define KC_BSM1 LT(1, KC_BSPC)
-#define KC_GUTA GUI_T(KC_TAB)
-#define KC_CLGV CTL_T(KC_GRV)
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [_QWERTY] = LAYOUT( /* QWERTY */
- KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
- KC_CTLA, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN,
- KC_LSHZ, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_RLSH,
- KC_CLGV, KC_BSM1, KC_SPM2, KC_GUTA
- ),
-
- [_LOWER] = LAYOUT( /* [> LOWER <] */
- KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0,
- QK_GESC, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_QUOT,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_BTN1, KC_BTN2, KC_MS_L, KC_MS_D, KC_MS_U, KC_MS_R, KC_ENT,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- ),
-
- [_RAISE] = LAYOUT( /* [> RAISE <] */
- KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10,
- KC_TAB, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_MINS, KC_EQL, KC_LBRC, KC_RBRC, KC_PIPE,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_UNDS, KC_PLUS, KC_TRNS, KC_TRNS, QK_BOOT,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- )
-};
-
-// Tap Dance Definitions
-tap_dance_action_t tap_dance_actions[] = {
- // Tap once for Q, twice for ESC
- [TD_Q_ESC] = ACTION_TAP_DANCE_DOUBLE(KC_Q, KC_ESC)
-};
diff --git a/keyboards/ferris/keymaps/madhatter/rules.mk b/keyboards/ferris/keymaps/madhatter/rules.mk
deleted file mode 100644
index 25e61e4d5b..0000000000
--- a/keyboards/ferris/keymaps/madhatter/rules.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
-TAP_DANCE_ENABLE = yes \ No newline at end of file
diff --git a/keyboards/ferris/keymaps/pierrec83/config.h b/keyboards/ferris/keymaps/pierrec83/config.h
deleted file mode 100644
index 1a4d15ff42..0000000000
--- a/keyboards/ferris/keymaps/pierrec83/config.h
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
-Copyright 2020 Pierre Chevalier <pierrechevalier83@gmail.com>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
-
-#pragma once
-// Set the mouse settings to a comfortable speed/accuracy trade-off,
-// assuming a screen refresh rate of 60 Htz or higher
-// The default is 50. This makes the mouse ~3 times faster and more accurate
-#define MOUSEKEY_INTERVAL 16
-// The default is 20. Since we made the mouse about 3 times faster with the previous setting,
-// give it more time to accelerate to max speed to retain precise control over short distances.
-#define MOUSEKEY_TIME_TO_MAX 40
-// The default is 300. Let's try and make this as low as possible while keeping the cursor responsive
-#define MOUSEKEY_DELAY 100
-// It makes sense to use the same delay for the mouseweel
-#define MOUSEKEY_WHEEL_DELAY 100
-// The default is 100
-#define MOUSEKEY_WHEEL_INTERVAL 50
-// The default is 40
-#define MOUSEKEY_WHEEL_TIME_TO_MAX 100
-
-// Pick good defaults for enabling homerow modifiers
-#define TAPPING_TERM 200
-#define PERMISSIVE_HOLD
-#define QUICK_TAP_TERM 0
-
-// Underglow configuration
-#ifdef RGBLIGHT_ENABLE
-# define RGBLIGHT_EFFECT_BREATHING
-# define RGBLIGHT_EFFECT_RAINBOW_MOOD
-# define RGBLIGHT_EFFECT_RAINBOW_SWIRL
-# define RGBLIGHT_EFFECT_SNAKE
-# define RGBLIGHT_EFFECT_KNIGHT
-# define RGBLIGHT_EFFECT_CHRISTMAS
-# define RGBLIGHT_EFFECT_STATIC_GRADIENT
-# define RGBLIGHT_EFFECT_RGB_TEST
-# define RGBLIGHT_EFFECT_ALTERNATING
-# define RGBLIGHT_EFFECT_TWINKLE
-# define RGBLIGHT_HUE_STEP 8
-# define RGBLIGHT_SAT_STEP 8
-# define RGBLIGHT_VAL_STEP 8
-#endif
diff --git a/keyboards/ferris/keymaps/pierrec83/keymap.json b/keyboards/ferris/keymaps/pierrec83/keymap.json
deleted file mode 100644
index 2cbc47d912..0000000000
--- a/keyboards/ferris/keymaps/pierrec83/keymap.json
+++ /dev/null
@@ -1,118 +0,0 @@
-{ "version": 1,
- "notes": "My awesome keymap",
- "documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
- "keyboard": "ferris/0_1",
- "keymap": "pierrec83",
- "layout": "LAYOUT",
- "layers": [
- ["KC_Q" , "KC_D" , "KC_R" , "KC_W" , "KC_B",
- "KC_J" , "KC_F" , "KC_U" , "KC_P" , "KC_SCLN",
-
- "LSFT_T(KC_A)" , "LT(6,KC_S)" , "LT(2,KC_H)" , "LT(4,KC_T)" , "KC_G",
- "KC_Y" , "LT(5,KC_N)" , "LT(3,KC_E)" , "LT(7,KC_O)" , "LSFT_T(KC_I)",
-
- "KC_Z" , "LCTL_T(KC_X)" , "LALT_T(KC_M)" , "KC_C" , "KC_V",
- "KC_K" , "KC_L" , "LALT_T(KC_COMM)", "LCTL_T(KC_DOT)" , "KC_SLSH",
-
- "LCA(KC_UP)" , "KC_BSPC",
- "LT(8,KC_SPC)" , "LCA(KC_DOWN)"
- ],
- ["KC_Q" , "KC_C" , "KC_M" , "KC_Y" , "KC_COLN",
- "KC_Z" , "KC_W" , "KC_COMM" , "KC_U" , "KC_J",
-
- "LSFT_T(KC_R)" , "LT(6,KC_S)" , "LT(2,KC_T)" , "LT(4,KC_H)" , "KC_X",
- "KC_TRNS" , "LT(5,KC_N)" , "LT(3,KC_A)" , "LT(7,KC_I)" , "LSFT_T(KC_O)",
-
- "KC_B" , "LCTL_T(KC_F)" , "LALT_T(KC_G)" , "KC_D" , "KC_V",
- "KC_ESC" , "KC_L" , "LALT_T(KC_DOT)" , "LCTL_T(KC_BSPC)" , "KC_K",
-
- "LCA(KC_UP)" , "KC_E",
- "LT(8,KC_SPC)" , "LCA(KC_DOWN)"
- ],
- ["KC_TRNS" , "ANY(LCTL(LSFT(KC_C)))", "KC_TRNS" , "ANY(LCTL(LSFT(KC_V)))", "KC_TRNS",
- "KC_TRNS" , "KC_BTN1" , "KC_WH_U" , "KC_BTN2" , "KC_TRNS",
-
- "KC_TRNS" , "KC_BTN2" , "KC_NO" , "KC_BTN1" , "KC_TRNS",
- "KC_TRNS" , "KC_MS_L" , "KC_MS_D" , "KC_MS_U" , "KC_MS_R",
-
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
- "KC_TRNS" , "KC_WH_L" , "KC_WH_D" , "KC_WH_R" , "KC_TRNS",
-
- "ANY(LCTL(LSFT(KC_TAB)))", "KC_TRNS",
- "KC_TRNS" , "LCTL(KC_TAB)"
- ],
- ["KC_TRNS" , "KC_TRNS" , "KC_PGUP" , "KC_TRNS" , "KC_TRNS",
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
-
- "KC_LEFT" , "KC_UP" , "KC_DOWN" , "KC_RGHT" , "KC_TRNS",
- "KC_TRNS" , "KC_LGUI" , "KC_NO" , "LCTL(KC_LALT)" , "LCA(KC_LSFT)",
-
- "KC_TRNS" , "KC_HOME" , "KC_PGDN" , "KC_END" , "KC_TRNS",
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
-
- "RGB_RMOD" , "KC_TRNS",
- "KC_TRNS" , "RGB_MOD"
- ],
- ["KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
- "KC_TRNS" , "KC_UNDS" , "KC_PIPE" , "KC_QUOT" , "KC_TRNS",
-
- "KC_CIRC" , "KC_ASTR" , "KC_AMPR" , "KC_NO" , "KC_TRNS",
- "KC_HASH" , "KC_TILD" , "KC_SLSH" , "KC_DQUO" , "KC_DLR",
-
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
- "KC_TRNS" , "KC_MINS" , "KC_BSLS" , "KC_GRV" , "KC_TRNS",
-
- "KC_BRID" , "KC_TRNS",
- "KC_TRNS" , "KC_BRIU"
- ],
- ["KC_TRNS" , "KC_COLN" , "KC_LT" , "KC_GT" , "KC_SCLN",
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
-
- "KC_LCBR" , "KC_RCBR" , "KC_LPRN" , "KC_RPRN" , "KC_AT",
- "KC_TRNS" , "KC_NO" , "KC_EQL" , "KC_PLUS" , "KC_PERC",
-
- "KC_TRNS" , "KC_EXLM" , "KC_LBRC" , "KC_RBRC" , "KC_TRNS",
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
-
- "KC_VOLD" , "KC_TRNS",
- "KC_TRNS" , "KC_VOLU"
- ],
- ["KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
- "KC_TRNS" , "KC_F7" , "KC_F8" , "KC_F9" , "KC_F10",
-
- "KC_TRNS" , "KC_TRNS" , "LCTL(KC_LALT)" , "KC_TRNS" , "KC_TRNS",
- "KC_TRNS" , "KC_F4" , "KC_F5" , "KC_F6" , "KC_F11",
-
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
- "KC_TRNS" , "KC_F1" , "KC_F2" , "KC_F3" , "KC_F12",
-
- "KC_TRNS" , "KC_TRNS",
- "KC_TRNS" , "KC_TRNS"
- ],
- ["KC_PSLS" , "KC_7" , "KC_8" , "KC_9" , "KC_PPLS",
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
-
- "KC_0" , "KC_1" , "KC_2" , "KC_3" , "KC_PMNS",
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_NO" , "KC_TRNS",
-
- "KC_PAST" , "KC_4" , "KC_5" , "KC_6" , "KC_PEQL",
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
-
- "KC_TRNS" , "KC_TRNS",
- "KC_TRNS" , "KC_TRNS"
- ],
- ["KC_TRNS" , "KC_ESC" , "KC_COLN" , "KC_TRNS" , "KC_TRNS",
- "DF(2)" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_DEL",
-
- "KC_TRNS" , "KC_PERC" , "KC_SLSH" , "KC_ENT" , "KC_EXLM",
- "DF(1)" , "KC_LGUI" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
-
- "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS" , "KC_TRNS",
- "DF(0)" , "KC_TRNS" , "RALT_T(KC_COMM)", "RCTL_T(KC_DOT)" , "QK_BOOT",
-
- "KC_TRNS" , "KC_TAB",
- "KC_NO" , "KC_TRNS"
- ]
- ],
- "author": "@pierrec83"
-}
diff --git a/keyboards/ferris/keymaps/pierrec83/readme.md b/keyboards/ferris/keymaps/pierrec83/readme.md
deleted file mode 100644
index d96a3bb811..0000000000
--- a/keyboards/ferris/keymaps/pierrec83/readme.md
+++ /dev/null
@@ -1,43 +0,0 @@
-@pierrec83's personal keymap for the Ferris keyboard
-====================================================
-
-This keymap shares many commonalities with the default keymap.
-See its readme for a write-up on many of the decisions, including
-how to generate the formatted json file with json2crab.py and the
-general philosophy for each layer.
-
-Because this is my own keymap, I didn't refrain from using shortcuts
-that make sense for me and may not make sense for most.
-
-Key differences from the default keymap include:
-
-Alpha layers:
--------------
-
-Because I only learned to touch type when I switched from qwerty to workman,
-my base layer is workman and my layout doesn't contain a qwerty layer.
-
-My layer 1 hosts a variant of RSTHD that I am developing, inspired from workman's
-focus on reducing side-index-motion. It should become my end game keymap eventually,
-but I still haven't found the time to learn it to a working proficiency.
-
-Secondary thumbs:
------------------
-
-Instead of a placeholder 0 and 1, the secondary thumbs on my keymap
-perform the following actions:
-* Navigate to previous and next workspace the base layer
-* Navigate to previous and next tab on the mouse layer
-* Volume control on layer
-* Brightness control on layer
-
-Mouse layer:
-------------
-
-* Copy/Paste shortcuts on the left hand, on the upper row.
-
-Always available layer:
------------------------
-
-* Esc and column are placed differently to allow easy vim navigation with the positions of w and q in the workman base layer
-* Enable permanent switch to the RSTHD layer in addition to the mouse layer