summaryrefslogtreecommitdiffstats
path: root/keyboards/primekb/prime_e/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/primekb/prime_e/keymaps')
-rw-r--r--keyboards/primekb/prime_e/keymaps/brandonschlack/config.h30
-rw-r--r--keyboards/primekb/prime_e/keymaps/brandonschlack/keymap.c95
-rw-r--r--keyboards/primekb/prime_e/keymaps/brandonschlack/rules.mk2
-rw-r--r--keyboards/primekb/prime_e/keymaps/default/keymap.c89
-rw-r--r--keyboards/primekb/prime_e/keymaps/default/readme.md2
-rw-r--r--keyboards/primekb/prime_e/keymaps/gwillad/keymap.c79
-rw-r--r--keyboards/primekb/prime_e/keymaps/gwillad/readme.md7
-rw-r--r--keyboards/primekb/prime_e/keymaps/gwillad/rules.mk1
-rw-r--r--keyboards/primekb/prime_e/keymaps/ifohancroft/config.h21
-rw-r--r--keyboards/primekb/prime_e/keymaps/ifohancroft/keymap.c92
-rw-r--r--keyboards/primekb/prime_e/keymaps/ifohancroft/readme.md13
-rw-r--r--keyboards/primekb/prime_e/keymaps/ifohancroft/rules.mk3
-rw-r--r--keyboards/primekb/prime_e/keymaps/jetpacktuxedo/keymap.c122
-rw-r--r--keyboards/primekb/prime_e/keymaps/madhatter/config.h6
-rw-r--r--keyboards/primekb/prime_e/keymaps/madhatter/keymap.c108
-rw-r--r--keyboards/primekb/prime_e/keymaps/milestogo/config.h40
-rw-r--r--keyboards/primekb/prime_e/keymaps/milestogo/keymap.c150
-rw-r--r--keyboards/primekb/prime_e/keymaps/milestogo/readme.md2
-rw-r--r--keyboards/primekb/prime_e/keymaps/milestogo/rules.mk1
-rw-r--r--keyboards/primekb/prime_e/keymaps/peott-fr/keymap.c97
-rw-r--r--keyboards/primekb/prime_e/keymaps/talljoe/config.h33
-rw-r--r--keyboards/primekb/prime_e/keymaps/talljoe/keymap.c1
-rw-r--r--keyboards/primekb/prime_e/keymaps/via/keymap.c117
-rw-r--r--keyboards/primekb/prime_e/keymaps/via/readme.md2
-rw-r--r--keyboards/primekb/prime_e/keymaps/via/rules.mk1
25 files changed, 0 insertions, 1114 deletions
diff --git a/keyboards/primekb/prime_e/keymaps/brandonschlack/config.h b/keyboards/primekb/prime_e/keymaps/brandonschlack/config.h
deleted file mode 100644
index 8a9aa040f5..0000000000
--- a/keyboards/primekb/prime_e/keymaps/brandonschlack/config.h
+++ /dev/null
@@ -1,30 +0,0 @@
-/* Copyright 2020 Brandon Schlack
- *
- * 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
-
-#define USE_LEDS_FOR_LAYERS
-#define STOPLIGHT_LED
-
-#define TOP_LED B1
-#define MIDDLE_LED B2
-#define BOTTOM_LED B3
-
-// #define LED_PIN_FLIP
-#ifdef LED_PIN_FLIP
- #define LED_ON(flag) !flag
-#else
- #define LED_ON(flag) flag
-#endif
diff --git a/keyboards/primekb/prime_e/keymaps/brandonschlack/keymap.c b/keyboards/primekb/prime_e/keymaps/brandonschlack/keymap.c
deleted file mode 100644
index 29b2f3214b..0000000000
--- a/keyboards/primekb/prime_e/keymaps/brandonschlack/keymap.c
+++ /dev/null
@@ -1,95 +0,0 @@
-/* Copyright 2020 Brandon Schlack
- *
- * 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/>.
- */
-#include QMK_KEYBOARD_H
-#include "brandonschlack.h"
-
-// Tap Dance declarations
-enum {
- TD_LR_BRC,
- TD_SD_QUOT
-};
-
-// Tap Dance definitions
-qk_tap_dance_action_t tap_dance_actions[] = {
- // Tap once for LBracket, twice for RBracket
- [TD_LR_BRC] = ACTION_TAP_DANCE_DOUBLE(KC_LBRC, KC_RBRC),
- // Tap once for Single Quote, twice for Double Quote
- [TD_SD_QUOT] = ACTION_TAP_DANCE_DOUBLE(KC_QUOT, KC_DQT)
-};
-
-#define LWR_B LT(_LOWER, KC_B)
-#define LWR_EQL LT(_LOWER, KC_EQL)
-#define TD_BRC TD(TD_LR_BRC)
-#define TD_QUOT TD(TD_SD_QUOT)
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [_BASE] = LAYOUT( \
- KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, TD_BRC, KC_BSPC, \
- HY_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, TD_QUOT, KC_ENT, \
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, LWR_B, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, LOWER, \
- KC_LCTL, KC_LOPT, KC_LCMD, SPC_RAI, SPC_RAI, KC_RCMD, KC_ROPT, KC_RCTL \
- ),
-
- [_LOWER] = LAYOUT( \
- KC_DELT, KC_BRMD, KC_BRMU, MC_MSSN, MC_LHPD, _______, _______, _______, _______, KC_HOME, KC_UP, KC_PGUP, MC_SLPD, \
- _______, KC_MUTE, KC_VOLU, NXT_WIN, PRV_TAB, MC_BACK, MC_FWRD, NXT_TAB, _______, KC_LEFT, KC_RGHT, KC_MPLY, \
- SF_CAPS, KC_MPRV, KC_VOLD, KC_MNXT, _______, PX_AFLL, OP_AFLL, _______, _______, KC_END, KC_DOWN, KC_PGDN, _______, \
- _______, _______, _______, _______, _______, _______, _______, _______ \
- ),
-
- [_RAISE] = LAYOUT( \
- KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_LBRC, KC_RBRC, KC_7, KC_8, KC_9, KC_0, KC_RBRC, _______, \
- _______, KC_F5, KC_F6, KC_F7, KC_F8, KC_MINS, KC_PLUS, KC_4, KC_5, KC_6, KC_SCLN, _______, \
- _______, KC_F9, KC_F10, KC_F11, KC_F12, LWR_EQL, KC_EQL, KC_1, KC_2, KC_3, _______, KC_BSLS, _______, \
- _______, _______, _______, _______, _______, _______, _______, _______ \
- ),
-
- [_ADJUST] = LAYOUT( \
- QM_MAKE, _______, _______, EEP_RST, QK_BOOT, _______, _______, _______, _______, _______, _______, _______, _______, \
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
- _______, _______, _______, _______, _______, _______, _______, _______ \
- )
-
-/*
- [BLANK] = LAYOUT( \
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, \
- _______, _______, _______, _______, _______, _______, _______, _______ \
- )
- */
-};
-
-void keyboard_pre_init_user(void) {
- setPinOutput(TOP_LED);
- setPinOutput(MIDDLE_LED);
- setPinOutput(BOTTOM_LED);
-}
-
-layer_state_t layer_state_set_keymap(layer_state_t state) {
- state = update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST);
- return state;
-}
-
-#ifdef USE_LEDS_FOR_LAYERS
-bool led_update_keymap(led_t led_state) {
- writePin(TOP_LED, LED_ON(IS_LAYER_ON(_FN1))); // Use for Layer 1
- writePin(MIDDLE_LED, LED_ON(IS_LAYER_ON(_FN2))); // Use for Layer 2
- writePin(BOTTOM_LED, LED_ON(led_state.caps_lock)); // Use for Caps Lock
- return false; // Override default set by KB
-}
-#endif
diff --git a/keyboards/primekb/prime_e/keymaps/brandonschlack/rules.mk b/keyboards/primekb/prime_e/keymaps/brandonschlack/rules.mk
deleted file mode 100644
index c1dfab0c72..0000000000
--- a/keyboards/primekb/prime_e/keymaps/brandonschlack/rules.mk
+++ /dev/null
@@ -1,2 +0,0 @@
-BACKLIGHT_ENABLE = no
-TAP_DANCE_ENABLE = yes
diff --git a/keyboards/primekb/prime_e/keymaps/default/keymap.c b/keyboards/primekb/prime_e/keymaps/default/keymap.c
deleted file mode 100644
index 08067b3132..0000000000
--- a/keyboards/primekb/prime_e/keymaps/default/keymap.c
+++ /dev/null
@@ -1,89 +0,0 @@
-/* Copyright 2018 Holten Campbell
- *
- * 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/>.
- */
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- LAYOUT(
- KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_DEL, KC_BSPC,
- KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_QUOT, KC_ENT,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, MO(3), KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_LSFT,
- KC_LCTL, KC_LALT, MO(2), MO(1), KC_SPC, KC_RALT, KC_RGUI, KC_RCTL
- ),
-
- LAYOUT(
- KC_GRV, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_UP, KC_TRNS, KC_MUTE, KC_VOLD, KC_VOLU,
- KC_CAPS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_LEFT, KC_DOWN, KC_RIGHT, KC_SCLN, KC_BSLS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- BL_TOGG, BL_STEP, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- ),
-
- LAYOUT(
- KC_TRNS, 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_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_P4, KC_P5, KC_P6, KC_LBRC, KC_RBRC,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_P1, KC_P2, KC_P3, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PENT, KC_PDOT, KC_TRNS, KC_TRNS
- ),
-
- LAYOUT(
- KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- )
-};
-
-void matrix_init_user(void) {
- // set CapsLock LED to output and low
- setPinOutput(B1);
- writePinLow(B1);
- // set NumLock LED to output and low
- setPinOutput(B2);
- writePinLow(B2);
- // set ScrollLock LED to output and low
- setPinOutput(B3);
- writePinLow(B3);
-}
-
-void led_set_user(uint8_t usb_led) {
- if (IS_LED_ON(usb_led, USB_LED_NUM_LOCK)) {
- writePinHigh(B2);
- } else {
- writePinLow(B2);
- }
- if (IS_LED_ON(usb_led, USB_LED_CAPS_LOCK)) {
- writePinHigh(B1);
- } else {
- writePinLow(B1);
- }
-/*
- if (IS_LED_ON(usb_led, USB_LED_SCROLL_LOCK)) {
- writePinHigh(B3);
- } else {
- writePinLow(B3);
- }*/
-
-}
-
-//function for layer indicator LED
-layer_state_t layer_state_set_user(layer_state_t state)
-{
- if (get_highest_layer(state) == 1) {
- writePinHigh(B3);
- } else {
- writePinLow(B3);
- }
- return state;
-}
diff --git a/keyboards/primekb/prime_e/keymaps/default/readme.md b/keyboards/primekb/prime_e/keymaps/default/readme.md
deleted file mode 100644
index 5266526eec..0000000000
--- a/keyboards/primekb/prime_e/keymaps/default/readme.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# The default keymap for Prime_E
-This is the default keymap for Prime_E. \ No newline at end of file
diff --git a/keyboards/primekb/prime_e/keymaps/gwillad/keymap.c b/keyboards/primekb/prime_e/keymaps/gwillad/keymap.c
deleted file mode 100644
index 5dbdc4cfc8..0000000000
--- a/keyboards/primekb/prime_e/keymaps/gwillad/keymap.c
+++ /dev/null
@@ -1,79 +0,0 @@
-/* Copyright 2018 Holten Campbell
- *
- * 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/>.
- */
-#include QMK_KEYBOARD_H
-
-enum primee_layers {
- _DEFAULT,
- _LOWER,
- _RAISE,
- _ADJUST
-};
-
-#define CTLESC MT(MOD_LCTL, KC_ESC)
-#define LWRSPC LT(_LOWER, KC_SPC)
-#define RSEENT LT(_RAISE, KC_ENT)
-#define MOADJ MO(_ADJUST)
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [_DEFAULT] = LAYOUT(
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_DEL, KC_BSPC,
- CTLESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, MOADJ, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
- KC_LCTL, KC_LGUI, KC_LALT, LWRSPC, RSEENT, KC_RALT, KC_RCTL, KC_RGUI
- ),
-
- [_LOWER] = LAYOUT(
- KC_TRNS, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_LBRC, KC_RBRC, KC_MINS, KC_EQL, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_GRV, KC_BSLS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- ),
-
- [_RAISE] = LAYOUT(
- KC_TRNS, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_UP, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- ),
-
- [_ADJUST] = LAYOUT(
- KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- QK_BOOT, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- )
-};
-
-void matrix_init_user(void) {
- // set CapsLock LED to output and low
- setPinOutput(B1);
- writePinLow(B1);
- // set NumLock LED to output and low
- setPinOutput(B2);
- writePinLow(B2);
- // set ScrollLock LED to output and low
- setPinOutput(B3);
- writePinLow(B3);
-}
-
-//function for layer indicator LED
-layer_state_t layer_state_set_user(layer_state_t state) {
- writePin(B3, layer_state_cmp(state, 1));
- writePin(B2, layer_state_cmp(state, 2));
- writePin(B1, layer_state_cmp(state, 3));
-
- return state;
-}
diff --git a/keyboards/primekb/prime_e/keymaps/gwillad/readme.md b/keyboards/primekb/prime_e/keymaps/gwillad/readme.md
deleted file mode 100644
index 7886d3962e..0000000000
--- a/keyboards/primekb/prime_e/keymaps/gwillad/readme.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# Gwillad keymap for prime e
-This is gwillad's keymap for prime e
-
-Besides using a tweaked version of my prefered layout, this also includes:
-
-* code to use the prime e leds for layers (instead of caps lock or num lock or anything else), which I thought made more sense on a 40%
-* via enabled so people can still adjust their code without having to recompile
diff --git a/keyboards/primekb/prime_e/keymaps/gwillad/rules.mk b/keyboards/primekb/prime_e/keymaps/gwillad/rules.mk
deleted file mode 100644
index 1e5b99807c..0000000000
--- a/keyboards/primekb/prime_e/keymaps/gwillad/rules.mk
+++ /dev/null
@@ -1 +0,0 @@
-VIA_ENABLE = yes
diff --git a/keyboards/primekb/prime_e/keymaps/ifohancroft/config.h b/keyboards/primekb/prime_e/keymaps/ifohancroft/config.h
deleted file mode 100644
index 9a0d0e54f7..0000000000
--- a/keyboards/primekb/prime_e/keymaps/ifohancroft/config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Copyright 2021 IFo Hancroft
- *
- * 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
-
-// place overrides here
-#define USB_POLLING_INTERVAL_MS 1
-#define FORCE_NKRO
diff --git a/keyboards/primekb/prime_e/keymaps/ifohancroft/keymap.c b/keyboards/primekb/prime_e/keymaps/ifohancroft/keymap.c
deleted file mode 100644
index 666153ea2c..0000000000
--- a/keyboards/primekb/prime_e/keymaps/ifohancroft/keymap.c
+++ /dev/null
@@ -1,92 +0,0 @@
-/* Copyright 2021 IFo Hancroft
- *
- * 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/>.
- */
-
-#include QMK_KEYBOARD_H
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-
- /* Default Layer
- * ------------------------------------------------------------------------------------------------------------------------------
- * | Tab || Q || W || E || R || T || || Y || U || I || O || P || [ || ] |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | ESC || A || S || D || F || G || || H || J || K || L || ; || Enter || |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | Shift || Z || X || C || V || B || || N || M || , || . || / || " || Shift |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | Ctrl || Super || || || Alt || Bkspc || || Space || MO(1) || || || || Alt || Ctrl |
- * ------------------------------------------------------------------------------------------------------------------------------
- */
- LAYOUT(
- KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC,
- KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_QUOT, KC_RSFT,
- KC_LCTL, KC_LWIN, KC_LALT, KC_BSPC, KC_SPC, MO(1), KC_RALT, KC_RCTL
- ),
-
- /* Secondary Layer
- * ------------------------------------------------------------------------------------------------------------------------------
- * | ` || 1 || 2 || 3 || 4 || 5 || || 6 || 7 || 8 || 9 || 0 || - || = |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || \ || || Left || Down || Up || Right || Del || || |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | || F1 || F2 || F3 || F4 || F5 || || F6 || F7 || F8 || F9 || F10 || F11 || F12 |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || |
- * ------------------------------------------------------------------------------------------------------------------------------
- */
- LAYOUT(
- KC_GRV, 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_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_BSLS, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_DEL, KC_TRNS,
- KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- ),
-
- /* Empty Layer
- * ------------------------------------------------------------------------------------------------------------------------------
- * | || || || || || || || || || || || || || |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || |
- * ------------------------------------------------------------------------------------------------------------------------------
- */
- 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, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- ),
-
- /* Empty Layer
- * ------------------------------------------------------------------------------------------------------------------------------
- * | || || || || || || || || || || || || || |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || |
- * |----------------------------------------------------------------------------------------------------------------------------|
- * | || || || || || || || || || || || || || |
- * ------------------------------------------------------------------------------------------------------------------------------
- */
- 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, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, 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/primekb/prime_e/keymaps/ifohancroft/readme.md b/keyboards/primekb/prime_e/keymaps/ifohancroft/readme.md
deleted file mode 100644
index 06c15f7673..0000000000
--- a/keyboards/primekb/prime_e/keymaps/ifohancroft/readme.md
+++ /dev/null
@@ -1,13 +0,0 @@
-Will add layout image later when I get a KLE.
-
-# IFo Hancroft's Prime_E Layout
-
- - Layer 1: A standard 45% ANSI QWERTY layer. It contains the alphabet, as well as a couple of special characters.
- - Layer 2: A function layer. It contains the number keys, the F1-12 keys, as well as the rest of the special characters that do not fit on Layer 1.
- - Layer 3: An empty layer in-case I need something on-the-fly so I can remap with VIA.
- - Layer 4: An empty layer in-case I need something on-the-fly so I can remap with VIA.
-
-This keymap also sets the polling rate of the keyboard to 1ms, forces NKRO on, disables the EXTRAKEY feature, and enables the following features:
-
- - COMMAND
- - VIA
diff --git a/keyboards/primekb/prime_e/keymaps/ifohancroft/rules.mk b/keyboards/primekb/prime_e/keymaps/ifohancroft/rules.mk
deleted file mode 100644
index 625a37dc44..0000000000
--- a/keyboards/primekb/prime_e/keymaps/ifohancroft/rules.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-EXTRAKEY_ENABLE = no
-COMMAND_ENABLE = yes
-VIA_ENABLE = yes
diff --git a/keyboards/primekb/prime_e/keymaps/jetpacktuxedo/keymap.c b/keyboards/primekb/prime_e/keymaps/jetpacktuxedo/keymap.c
deleted file mode 100644
index cdd1b56430..0000000000
--- a/keyboards/primekb/prime_e/keymaps/jetpacktuxedo/keymap.c
+++ /dev/null
@@ -1,122 +0,0 @@
-/* Copyright 2018 Holten Campbell
- *
- * 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/>.
- */
-#include QMK_KEYBOARD_H
-
-#define BLINK_DURATION 512
-#define CAPS_LED_PIN B1
-#define NUM_LED_PIN B2
-#define SCROLL_LED_PIN B3
-
-uint8_t CAPS;
-uint16_t BLINK_TIMER = 0;
-uint8_t CAPS_LED_STATE = 0;
-
-// Init togg_indicator so the compiler doesn't complain when I declare it last.
-static void togg_indicator(uint8_t *state, uint8_t pin);
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
- [0] = LAYOUT(
- KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC, KC_BSPC,
- LT(2, KC_TAB), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, LT(2, KC_ENT),
- KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, LT(3, KC_B), KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT,
- KC_LCTL, KC_LGUI, KC_LALT, LT(1, KC_SPC), LT(1, KC_SPC), KC_RALT, KC_RGUI, KC_RCTL
- ),
-
- [1] = LAYOUT(
- KC_GRV, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL, KC_DEL,
- KC_TRNS, KC_MINS, KC_EQL, KC_SCLN, KC_QUOT, KC_TRNS, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_QUOT, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_LBRC, KC_RBRC, KC_BSLS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- ),
-
- [2] = LAYOUT(
- KC_TILD, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL, KC_TRNS,
- KC_TRNS, KC_UNDS, KC_PLUS, KC_COLN, KC_DQUO, KC_TRNS, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_DQUO, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_LCBR, KC_RCBR, KC_PIPE, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- ),
-
- [3] = LAYOUT(
- KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
- KC_CAPS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
- KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS
- )
-};
-
-void matrix_init_user(void) {
- // set CapsLock LED to output and low
- setPinOutput(CAPS_LED_PIN);
- writePinLow(CAPS_LED_PIN);
- // set NumLock LED to output and low
- setPinOutput(NUM_LED_PIN);
- writePinLow(NUM_LED_PIN);
- // set ScrollLock LED to output and low
- setPinOutput(SCROLL_LED_PIN);
- writePinLow(SCROLL_LED_PIN);
-}
-
-void matrix_scan_user(void) {
- if (CAPS == 1) {
- // Blink the first led when capslock is active
- if (BLINK_TIMER >= BLINK_DURATION) {
- togg_indicator(&CAPS_LED_STATE, CAPS_LED_PIN);
- BLINK_TIMER = 0;
- }
- BLINK_TIMER++;
- }
-}
-
-//function for layer indicator LED
-layer_state_t layer_state_set_user(layer_state_t state) {
- if (layer_state_cmp(state, 1)) {
- writePinHigh(CAPS_LED_PIN);
- } else {
- writePinLow(CAPS_LED_PIN);
- }
- if (layer_state_cmp(state, 2)) {
- writePinHigh(NUM_LED_PIN);
- } else {
- writePinLow(NUM_LED_PIN);
- }
- if (layer_state_cmp(state, 3)) {
- writePinHigh(SCROLL_LED_PIN);
- } else {
- writePinLow(SCROLL_LED_PIN);
- }
- return state;
-}
-
-void led_set_user(uint8_t usb_led) {
- if (IS_LED_ON(usb_led, USB_LED_CAPS_LOCK)) {
- CAPS = 1;
- }
- else {
- CAPS = 0;
- }
-}
-
-void togg_indicator(uint8_t *state, uint8_t pin) {
- // Toggles a pin based on the current state
- if (*state == 0){
- *state = 1;
- writePinHigh(pin);
- }
- else if (*state == 1){
- *state = 0;
- writePinLow(pin);
- }
-}
diff --git a/keyboards/primekb/prime_e/keymaps/madhatter/config.h b/keyboards/primekb/prime_e/keymaps/madhatter/config.h
deleted file mode 100644
index 8075bb73d5..0000000000
--- a/keyboards/primekb/prime_e/keymaps/madhatter/config.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-#define TAPPING_TERM 150
-
-#undef PRODUCT
-#define PRODUCT MadHatter\x27s Custom Ilpse
diff --git a/keyboards/primekb/prime_e/keymaps/madhatter/keymap.c b/keyboards/primekb/prime_e/keymaps/madhatter/keymap.c
deleted file mode 100644
index e02cedcec9..0000000000
--- a/keyboards/primekb/prime_e/keymaps/madhatter/keymap.c
+++ /dev/null
@@ -1,108 +0,0 @@
-/* Copyright 2018 Holten Campbell
- *
- * This program is free software: you can redistribute it and/or mod