diff options
Diffstat (limited to 'keyboards/keebio/fourier')
| -rw-r--r-- | keyboards/keebio/fourier/keymaps/xyverz/config.h | 33 | ||||
| -rw-r--r-- | keyboards/keebio/fourier/keymaps/xyverz/keymap.c | 84 |
2 files changed, 0 insertions, 117 deletions
diff --git a/keyboards/keebio/fourier/keymaps/xyverz/config.h b/keyboards/keebio/fourier/keymaps/xyverz/config.h deleted file mode 100644 index 9b46a61cc..000000000 --- a/keyboards/keebio/fourier/keymaps/xyverz/config.h +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | /* | ||
| 2 | This is the c configuration file for the keymap | ||
| 3 | |||
| 4 | Copyright 2012 Jun Wako <wakojun@gmail.com> | ||
| 5 | Copyright 2015 Jack Humbert | ||
| 6 | |||
| 7 | This program is free software: you can redistribute it and/or modify | ||
| 8 | it under the terms of the GNU General Public License as published by | ||
| 9 | the Free Software Foundation, either version 2 of the License, or | ||
| 10 | (at your option) any later version. | ||
| 11 | |||
| 12 | This program is distributed in the hope that it will be useful, | ||
| 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 15 | GNU General Public License for more details. | ||
| 16 | |||
| 17 | You should have received a copy of the GNU General Public License | ||
| 18 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 19 | */ | ||
| 20 | |||
| 21 | #ifndef CONFIG_USER_H | ||
| 22 | #define CONFIG_USER_H | ||
| 23 | |||
| 24 | #include "config_common.h" | ||
| 25 | |||
| 26 | /* Use I2C or Serial, not both */ | ||
| 27 | |||
| 28 | #define USE_SERIAL | ||
| 29 | // #define USE_I2C | ||
| 30 | |||
| 31 | #define EE_HANDS | ||
| 32 | |||
| 33 | #endif | ||
diff --git a/keyboards/keebio/fourier/keymaps/xyverz/keymap.c b/keyboards/keebio/fourier/keymaps/xyverz/keymap.c deleted file mode 100644 index 4e864cdef..000000000 --- a/keyboards/keebio/fourier/keymaps/xyverz/keymap.c +++ /dev/null | |||
| @@ -1,84 +0,0 @@ | |||
| 1 | #include QMK_KEYBOARD_H | ||
| 2 | #include "action_layer.h" | ||
| 3 | #include "eeconfig.h" | ||
| 4 | |||
| 5 | extern keymap_config_t keymap_config; | ||
| 6 | |||
| 7 | // Each layer gets a name for readability, which is then used in the keymap matrix below. | ||
| 8 | // The underscores don't mean anything - you can have a layer called STUFF or any other name. | ||
| 9 | // Layer names don't all need to be of the same length, obviously, and you can also skip them | ||
| 10 | // entirely and just use numbers. | ||
| 11 | #define _BASE 0 | ||
| 12 | #define _FN1 1 | ||
| 13 | #define _FN2 2 | ||
| 14 | |||
| 15 | enum custom_keycodes { | ||
| 16 | QWERTY = SAFE_RANGE, | ||
| 17 | }; | ||
| 18 | |||
| 19 | #define KC_ KC_TRNS | ||
| 20 | #define KC_FN1 MO(_FN1) | ||
| 21 | #define KC_FN2 MO(_FN2) | ||
| 22 | #define KC_ESFN1 LT(_FN1, KC_ESC) | ||
| 23 | #define KC_SPFN1 LT(_FN1, KC_SPACE) | ||
| 24 | #define KC_SPFN2 LT(_FN2, KC_SPACE) | ||
| 25 | #define KC_BSFN1 LT(_FN1, KC_BSPC) | ||
| 26 | #define KC_BSFN2 LT(_FN2, KC_BSPC) | ||
| 27 | #define KC_RST RESET | ||
| 28 | #define KC_DBUG DEBUG | ||
| 29 | #define KC_RTOG RGB_TOG | ||
| 30 | #define KC_RMOD RGB_MOD | ||
| 31 | #define KC_RHUI RGB_HUI | ||
| 32 | #define KC_RHUD RGB_HUD | ||
| 33 | #define KC_RSAI RGB_SAI | ||
| 34 | #define KC_RSAD RGB_SAD | ||
| 35 | #define KC_RVAI RGB_VAI | ||
| 36 | #define KC_RVAD RGB_VAD | ||
| 37 | |||
| 38 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 39 | [_BASE] = LAYOUT_kc( | ||
| 40 | //,----+----+----+----+----+----|----+----+----+----+----+----+----. | ||
| 41 | TAB ,QUOT,COMM,DOT , P , Y , F , G , C , R , L ,SLSH,MINS, | ||
| 42 | //|----`----`----`----`----`----|----`----`----`----`----`----`----| | ||
| 43 | ESC , A , O , E , U , I , D , H , T , N , S , ENTER , | ||
| 44 | //|-----`----`----`----`----`----|----`----`----`----`----`--------| | ||
| 45 | LSFT ,SCLN, Q , J , K , X , B , M , W , V , Z , RSFT , | ||
| 46 | //|-------`----`----`----`----`----|----`----`----`----`----`------| | ||
| 47 | LCTL ,LALT,LGUI ,FN2 , BSPC , SPC , FN1 ,RGUI ,RALT , RCTL | ||
| 48 | //`-----+----+-----+----+--------|--------+-----+-----+-----+------' | ||
| 49 | ), | ||
| 50 | |||
| 51 | [_FN1] = LAYOUT_kc( | ||
| 52 | //,----+----+----+----+----+----|----+----+----+----+----+----+----. | ||
| 53 | GRV , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 0 ,MINS,EQL , | ||
| 54 | //|----`----`----`----`----`----|----`----`----`----`----`----`----| | ||
| 55 | CAPS ,RHUI,RSAI,RVAI,VOLU,LBRC,RBRC, , , ,SCLN, , | ||
| 56 | //|-----`----`----`----`----`----|----`----`----`----`----`--------| | ||
| 57 | RMOD ,RHUD,RSAD,RVAD,VOLD,LCBR,RCBR, , , , UP , , | ||
| 58 | //|-------`----`----`----`----`----|----`----`----`----`----`------| | ||
| 59 | RTOG , , , , DEL , INS , ,LEFT ,DOWN , RGHT | ||
| 60 | //`-----+----+-----+----+--------|--------+-----+-----+-----+------' | ||
| 61 | ), | ||
| 62 | |||
| 63 | [_FN2] = LAYOUT_kc( | ||
| 64 | //,----+----+----+----+----+----|----+----+----+----+----+----+----. | ||
| 65 | TILD,EXLM, AT ,HASH,DLR ,PERC,CIRC,AMPR,ASTR,LPRN,RPRN,UNDS,PLUS, | ||
| 66 | //|----`----`----`----`----`----|----`----`----`----`----`----`----| | ||
| 67 | CAPS , , ,INS ,PGUP,HOME, F1 , F2 , F3 , F4 , F5 , F6 , | ||
| 68 | //|-----`----`----`----`----`----|----`----`----`----`----`--------| | ||
| 69 | , , ,DEL ,PGDN,END , F7 , F8 , F9 ,F10 ,F11 , F12 , | ||
| 70 | //|-------`----`----`----`----`----|----`----`----`----`----`------| | ||
| 71 | , , , , DEL , INS , , , , | ||
| 72 | //`-----+----+-----+----+--------|--------+-----+-----+-----+------' | ||
| 73 | ) | ||
| 74 | |||
| 75 | }; | ||
| 76 | |||
| 77 | void matrix_init_user(void) { | ||
| 78 | // This will disable the red LEDs on the ProMicros | ||
| 79 | DDRD &= ~(1<<5); | ||
| 80 | PORTD &= ~(1<<5); | ||
| 81 | DDRB &= ~(1<<0); | ||
| 82 | PORTB &= ~(1<<0); | ||
| 83 | }; | ||
| 84 | |||
