summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/bepo_alt
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-11-26 18:36:45 +0000
committerGitHub <noreply@github.com>2023-11-27 05:36:45 +1100
commit1ed03f498fa204178c2696c510ac6a2cd8524e2d (patch)
treeb97c1f983b7e4b57c007d0feedadd3ad3e39062b /layouts/community/ergodox/bepo_alt
parent4908d4b1ca260efecf3613e6517aa3a6f2034876 (diff)
Remove userspace keymaps (#22544)
Diffstat (limited to 'layouts/community/ergodox/bepo_alt')
-rw-r--r--layouts/community/ergodox/bepo_alt/keymap.c127
-rw-r--r--layouts/community/ergodox/bepo_alt/readme.md66
-rw-r--r--layouts/community/ergodox/bepo_alt/rules.mk5
3 files changed, 0 insertions, 198 deletions
diff --git a/layouts/community/ergodox/bepo_alt/keymap.c b/layouts/community/ergodox/bepo_alt/keymap.c
deleted file mode 100644
index e379df030f..0000000000
--- a/layouts/community/ergodox/bepo_alt/keymap.c
+++ /dev/null
@@ -1,127 +0,0 @@
-/* Bepo layout for ergodox EZ by Nicolas CARPi (deltablot.com) */
-#include QMK_KEYBOARD_H
-#include "keymap_bepo.h"
-#include "keymap_french.h"
-
-#define BEPO 0 // default layer, for bepo compatible systems
-#define FNAV 1 // function / navigation / mouse layer
-
-const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
-/* Keymap 0: default layer
- *
- * ,--------------------------------------------------. ,--------------------------------------------------.
- * | $ | " | < | > | ( | ) | @ | | + | - | - | / | * | = | % |
- * |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
- * | TAB | B |E_ACUT| P | O |E_GRAV|Backsp| |CapsLo| ^ | V | D | L | J | Z |
- * |--------+------+------+------+------+------| ace | | |------+------+------+------+------+--------|
- * | W | A | U | I | E | , |------| |------| C | T | S | R | N | M |
- * |--------+------+------+------+------+------| | | ESCAP------+------+------+------+------+--------|
- * | SHIFT |E_CIRC | A_GRAV | Y | X | . | K | | | ' | Q | G | H | F | C_CEDIL|
- * `--------+------+------+------+------+-------------,-------------. ,-------------`-------------+------+------+------+------+--------'
- * |Ctrl|LSuper|LSuper| LSuper| LAlt| | PgUp | PgDwn| |BEPO| Delete | | AltGr| RSuper|RSuper|RCtrl| Enter|
- * `----------------------------------' ,------|------|------| |------+------+------. `----------------------------------'
- * | | |Insert| |L_Fnav| | |
- * | Space|Shift |------| |------|RShift|Enter |
- * | | |Mouse | | Fn | | |
- * `--------------------' `--------------------'
- * df is for temporary stuff and mo is for toggle (momentary)
- * so mouse is to toggle the mouse mode
- */
-[BEPO] = LAYOUT_ergodox(
-
-/* Left hand */
-BP_DLR, BP_DQUO, BP_LDAQ, BP_RDAQ, BP_LPRN, BP_RPRN, BP_AT,
-KC_TAB, BP_B, BP_EACU, BP_P, BP_O, BP_EGRV, KC_BSPC,
-BP_W, BP_A, BP_U, BP_I, BP_E, BP_COMM,
-KC_LSFT, BP_ECIR, BP_AGRV, BP_Y, BP_X, BP_DOT, BP_K,
-KC_LCTL, KC_LGUI, KC_LGUI, KC_LGUI, KC_LALT,
- KC_PGUP, KC_PGDN,
- KC_INS,
- KC_SPC, KC_LSFT, DF(FNAV),
-
-/* Right hand */
- BP_PLUS, BP_MINS, BP_MINS, BP_SLSH, BP_ASTR, BP_EQL, BP_PERC,
- KC_CAPS, BP_DCIR, BP_V, BP_D, BP_L, BP_J, BP_Z,
- BP_C, BP_T, BP_S, BP_R, BP_N, BP_M,
- KC_ESC, BP_QUOT, BP_Q, BP_G, BP_H, BP_F, BP_CCED,
- KC_ALGR, KC_RGUI, KC_RGUI, KC_RCTL, KC_ENTER,
-DF(BEPO), KC_DEL,
-DF(FNAV),
-MO(FNAV), KC_RSFT, KC_ENTER),
-
-/* Keymap 1: function / navigation / mouse layer
- *
- * ,--------------------------------------------------. ,--------------------------------------------------.
- * | | F1 | F2 | F3 | F4 | F5 | F6 | | F7 | F8 | F9 | F10 | F11 | F12 | F12 |
- * |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
- * | | Next |LClick| Up |RClick| WhUp |Backspace| | | PgUp | Home | Up | End | F11 | |
- * |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
- * | | Prev | Left | Down | Right|WhDown|------| |------| Left | Down | Up | Right | F12 | |
- * |--------+------+------+------+------+------| VolUp| | |------+------+------+------+------+--------|
- * | Shift | Undo | Cut | Copy | Paste| | | | | | | | | | |
- * `--------+------+------+------+------+-------------,-------------. ,-------------`-------------+------+------+------+------+--------'
- * | ctrl | super | super | alt | | Home | End | | | | | | Alt | | |Ctrl | |
- * `----------------------------------' ,------|------|------| |------+------+------. `----------------------------------'
- * | | | | | | | |
- * | | |------| |------| | |
- * | | | | | | | |
- * `--------------------' `--------------------'
- */
-[FNAV] = LAYOUT_ergodox(
-
-/* Left hand */
-KC_NO, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6,
-KC_NO, KC_MS_BTN5, KC_MS_BTN1, KC_MS_UP, KC_MS_BTN2, KC_MS_WH_UP, KC_BSPC,
-KC_NO, KC_MS_BTN4, KC_MS_LEFT, KC_MS_DOWN, KC_MS_RIGHT, KC_MS_WH_DOWN,
-KC_LSFT, KC_UNDO, KC_CUT, KC_COPY, KC_PASTE, KC_NO, KC_VOLD,
-KC_LCTL, KC_INS, KC_LGUI, KC_LGUI, KC_LALT,
- KC_HOME, KC_END,
- KC_TRNS,
- KC_NO, KC_TRNS, KC_TRNS,
-
-/* Right hand */
- KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_F12,
- KC_NO, KC_PGUP, KC_HOME, KC_UP, KC_END, KC_F11, KC_NO,
- KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT, KC_F12, KC_NO,
- KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO,
- KC_RALT, KC_TRNS, KC_TRNS, KC_RCTL, KC_NO,
-KC_TRNS, KC_TRNS,
-KC_TRNS,
-KC_TRNS, KC_TRNS, KC_NO),
-};
-
-/* helper function to switch on of the right LED ON/OFF */
-static void indicate_using_led(const uint8_t led, const bool enabled) {
- if (enabled) {
- ergodox_right_led_on(led);
- } else {
- ergodox_right_led_off(led);
- }
-}
-
-/* Runs constantly in the background, in a loop */
-void matrix_scan_user(void) {
-
- /* red led for shift */
- if (keyboard_report->mods & MOD_BIT(KC_LSFT) ||
- ((get_oneshot_mods() & MOD_BIT(KC_LSFT)) && !has_oneshot_mods_timed_out())) {
- indicate_using_led(1, true);
- } else {
- indicate_using_led(1, false);
- }
-
- /* green led for alt */
- if (keyboard_report->mods & MOD_BIT(KC_LALT) ||
- ((get_oneshot_mods() & MOD_BIT(KC_LALT)) && !has_oneshot_mods_timed_out())) {
- indicate_using_led(2, true);
- } else {
- indicate_using_led(2, false);
- }
-
- /* blue led for function mode */
- if (IS_LAYER_ON(FNAV)) {
- indicate_using_led(3, true);
- } else {
- indicate_using_led(3, false);
- }
-};
diff --git a/layouts/community/ergodox/bepo_alt/readme.md b/layouts/community/ergodox/bepo_alt/readme.md
deleted file mode 100644
index c8cc1225cc..0000000000
--- a/layouts/community/ergodox/bepo_alt/readme.md
+++ /dev/null
@@ -1,66 +0,0 @@
-![layer0](https://i.imgur.com/vd4QLBf.png)
-
-![layer1](https://i.imgur.com/eo101eD.png)
-
-# BEPO keymap for the ErgoDox (alternate version)
-
-This keymap has been made for the BEPO layout (https://bepo.fr), which is an ergonomic french keyboard layout based on Dvorak rules. As it's made for french people, the following of this readme will be in french.
-
-Keyboard Maintainer: [Nicolas CARPi](https://github.com/NicolasCARPi)
-
-Hardware Supported: Ergodox EZ
-
-## Disposition BÉPO pour l'ErgoDox
-
-Cette keymap a été adaptée de la keymap "bepo_csa" présente dans le dossier parent.
-
-Certaines modifications ont été apportées pour ressembler un peu plus à une clavier traditionel:
-
-* entrée sur la touche tout en bas à droite (comme la touche entrée du pavé numérique sur un clavier traditionnel)
-* plusieurs touches "Super" pour faciliter son accès
-
-Il y a deux layers, celui de base, et celui avec les flèches, les touches fonction et la souris (main gauche).
-
-## Particularités
-
-* Touches de repos des pouces : "espace" à gauche et "entrée" à droite.
-* Touche Ctrl gauche accessible avec la paume de la main.
-* Touche "w" placée sur la main gauche (j'ai toujours trouvé le "w" difficle d'accès sur un clavier bépo classique.
-* Plusieurs touches F12.
-* Les flèches sont disposées avec un déplacement à la VIM.
-* Un mode souris permet d'utiliser la souris avec le clavier.
-* Possibilité de changer de mode de manière temporaire ou permanente.
-* Les leds s'allument avec SHIFT, ALT ou la touche function.
-
-J'ai fait cette disposition pour mes besoins, à vous de la modifier pour les vôtres ;)
-
-## Utilisation
-
-### Pré-requis
-
-Pour Archlinux, il est nécessaire d'installer ces paquets au préalable:
-
-~~~bash
-sudo pacman -S avr-gcc avr-libc teensy-loader-cli
-~~~
-
-Les paquets "avr" permettent de compiler le firmware, et teensy-loader permet de le charger sur le clavier.
-
-### Compilation
-
-~~~bash
-# clone the repo
-git clone https://github.com/qmk/qmk_firmware
-# install submodules
-make git-submodule
-# compile this layout
-make ergodox_ez:bepo_alt
-~~~
-
-### Chargement
-
-~~~bash
-teensy-loader-cli -w -mmcu=atmega32u4 -v ergodox_ez_bepo_alt.hex && sleep 6 && setxkbmap fr bepo
-~~~
-
-J'ai ajouté un sleep avant la commande pour remettre en bépo afin de laisser au clavier le temps de rebooter.
diff --git a/layouts/community/ergodox/bepo_alt/rules.mk b/layouts/community/ergodox/bepo_alt/rules.mk
deleted file mode 100644
index faca18b543..0000000000
--- a/layouts/community/ergodox/bepo_alt/rules.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-# Having a file like this allows you to override Makefile definitions
-# for your own particular keymap
-
-SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
-COMMAND_ENABLE = no # Commands for debug and configuration