diff options
| -rw-r--r-- | keyboards/atreus/keymaps/alphadox/config.h | 3 | ||||
| -rw-r--r-- | keyboards/atreus/keymaps/kejadlen/README.md | 4 | ||||
| -rw-r--r-- | keyboards/atreus/keymaps/kejadlen/config.h | 14 | ||||
| -rw-r--r-- | keyboards/atreus/keymaps/kejadlen/keymap.c (renamed from keyboards/atreus/keymaps/alphadox/keymap.c) | 8 | ||||
| -rw-r--r-- | keyboards/kyria/keymaps/kejadlen/config.h | 47 | ||||
| -rw-r--r-- | keyboards/kyria/keymaps/kejadlen/keymap.c | 63 | ||||
| -rw-r--r-- | keyboards/kyria/keymaps/kejadlen/rules.mk | 5 | ||||
| -rw-r--r-- | layouts/community/ergodox/kejadlen/config.h (renamed from layouts/community/ergodox/alphadox/config.h) | 0 | ||||
| -rw-r--r-- | layouts/community/ergodox/kejadlen/keymap.c (renamed from layouts/community/ergodox/alphadox/keymap.c) | 14 | ||||
| -rw-r--r-- | layouts/community/ergodox/kejadlen/rules.mk (renamed from layouts/community/ergodox/alphadox/rules.mk) | 4 |
10 files changed, 146 insertions, 16 deletions
diff --git a/keyboards/atreus/keymaps/alphadox/config.h b/keyboards/atreus/keymaps/alphadox/config.h deleted file mode 100644 index 271f48d00..000000000 --- a/keyboards/atreus/keymaps/alphadox/config.h +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | // place overrides here | ||
diff --git a/keyboards/atreus/keymaps/kejadlen/README.md b/keyboards/atreus/keymaps/kejadlen/README.md new file mode 100644 index 000000000..f3b8be3ee --- /dev/null +++ b/keyboards/atreus/keymaps/kejadlen/README.md | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | ```shell | ||
| 2 | make atreus/teensy2:kejadlen | ||
| 3 | make atreus/teensy2:kejadlen:flash | ||
| 4 | ``` | ||
diff --git a/keyboards/atreus/keymaps/kejadlen/config.h b/keyboards/atreus/keymaps/kejadlen/config.h new file mode 100644 index 000000000..03a48dcb4 --- /dev/null +++ b/keyboards/atreus/keymaps/kejadlen/config.h | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | #pragma once | ||
| 2 | |||
| 3 | #undef MATRIX_ROW_PINS | ||
| 4 | #undef MATRIX_COL_PINS | ||
| 5 | #define MATRIX_ROW_PINS { D0, D1, D2, D3 } | ||
| 6 | #define MATRIX_COL_PINS { F6, F5, F4, F1, F0, F7, B0, B1, B2, B3, B7 } | ||
| 7 | /* #define UNUSED_PINS */ | ||
| 8 | |||
| 9 | #define DIODE_DIRECTION COL2ROW | ||
| 10 | |||
| 11 | #define IGNORE_MOD_TAP_INTERRUPT | ||
| 12 | #define TAPPING_FORCE_HOLD | ||
| 13 | |||
| 14 | #define USB_MAX_POWER_CONSUMPTION 50 | ||
diff --git a/keyboards/atreus/keymaps/alphadox/keymap.c b/keyboards/atreus/keymaps/kejadlen/keymap.c index 15485f287..34a057c24 100644 --- a/keyboards/atreus/keymaps/alphadox/keymap.c +++ b/keyboards/atreus/keymaps/kejadlen/keymap.c | |||
| @@ -10,10 +10,10 @@ enum macro_id { | |||
| 10 | 10 | ||
| 11 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | 11 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { |
| 12 | [BASE] = LAYOUT( | 12 | [BASE] = LAYOUT( |
| 13 | KC_Q, KC_W, KC_D, KC_F, KC_K, KC_J, KC_U, KC_R, KC_L, KC_SCLN, | 13 | KC_Q, KC_W, KC_D, KC_F, KC_K, KC_J, KC_U, KC_R, KC_L, KC_SCLN, |
| 14 | LT(ETC,KC_A), KC_S, KC_E, KC_T, KC_G, KC_Y, KC_N, KC_I, KC_O, KC_H, | 14 | LT(ETC,KC_A), KC_S, KC_E, KC_T, KC_G, KC_Y, KC_N, KC_I, KC_O, KC_H, |
| 15 | SFT_T(KC_Z), KC_X, KC_C, KC_V, KC_B, KC_P, KC_M, KC_COMM, KC_DOT, SFT_T(KC_SLSH), | 15 | SFT_T(KC_Z), KC_X, KC_C, KC_V, KC_B, KC_P, KC_M, KC_COMM, KC_DOT, SFT_T(KC_SLSH), |
| 16 | KC_GRV, KC_DEL, KC_LALT, GUI_T(KC_TAB), LT(SYMB,KC_BSPC), CTL_T(KC_ESC), SFT_T(KC_ENT), LT(SYMB,KC_SPC), GUI_T(KC_LEFT), KC_DOWN, KC_UP, LCAG_T(KC_RGHT) | 16 | KC_GRV, KC_DEL, KC_LALT, GUI_T(KC_TAB), LT(SYMB,KC_BSPC), CTL_T(KC_ESC), SFT_T(KC_ENT), LT(SYMB,KC_SPC), GUI_T(KC_LEFT), ALT_T(KC_DOWN), KC_UP, LCAG_T(KC_RGHT) |
| 17 | ), | 17 | ), |
| 18 | 18 | ||
| 19 | [SYMB] = LAYOUT( | 19 | [SYMB] = LAYOUT( |
diff --git a/keyboards/kyria/keymaps/kejadlen/config.h b/keyboards/kyria/keymaps/kejadlen/config.h new file mode 100644 index 000000000..3c0951f11 --- /dev/null +++ b/keyboards/kyria/keymaps/kejadlen/config.h | |||
| @@ -0,0 +1,47 @@ | |||
| 1 | /* Copyright 2019 Thomas Baart <thomas@splitkb.com> | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
| 18 | |||
| 19 | #ifdef OLED_DRIVER_ENABLE | ||
| 20 | #define OLED_DISPLAY_128X64 | ||
| 21 | #endif | ||
| 22 | |||
| 23 | #ifdef RGBLIGHT_ENABLE | ||
| 24 | #define RGBLIGHT_ANIMATIONS | ||
| 25 | #define RGBLIGHT_HUE_STEP 8 | ||
| 26 | #define RGBLIGHT_SAT_STEP 8 | ||
| 27 | #define RGBLIGHT_VAL_STEP 8 | ||
| 28 | #define RGBLIGHT_SLEEP | ||
| 29 | #endif | ||
| 30 | |||
| 31 | // EC11K encoders have a different resolution than other EC11 encoders. | ||
| 32 | // When using the default resolution of 4, if you notice your encoder skipping | ||
| 33 | // every other tick, lower the resolution to 2. | ||
| 34 | #define ENCODER_RESOLUTION 2 | ||
| 35 | |||
| 36 | // The Leader key allows to flexibly assign macros to key sequences. | ||
| 37 | #define LEADER_PER_KEY_TIMING | ||
| 38 | #define LEADER_TIMEOUT 350 | ||
| 39 | |||
| 40 | #define TAPPING_TERM 200 | ||
| 41 | |||
| 42 | // Allows to use either side as the master. Look at the documentation for info: | ||
| 43 | // https://docs.qmk.fm/#/config_options?id=setting-handedness | ||
| 44 | #define EE_HANDS | ||
| 45 | |||
| 46 | // Allows media codes to properly register in macros and rotary encoder code | ||
| 47 | #define TAP_CODE_DELAY 10 | ||
diff --git a/keyboards/kyria/keymaps/kejadlen/keymap.c b/keyboards/kyria/keymaps/kejadlen/keymap.c new file mode 100644 index 000000000..9de9be555 --- /dev/null +++ b/keyboards/kyria/keymaps/kejadlen/keymap.c | |||
| @@ -0,0 +1,63 @@ | |||
| 1 | /* Copyright 2019 Thomas Baart <thomas@splitkb.com> | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #include QMK_KEYBOARD_H | ||
| 17 | |||
| 18 | |||
| 19 | enum layers { | ||
| 20 | NOR = 0, | ||
| 21 | NAV, | ||
| 22 | SYM, | ||
| 23 | ETC, | ||
| 24 | }; | ||
| 25 | |||
| 26 | const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||
| 27 | [NOR] = LAYOUT( | ||
| 28 | KC_NO, KC_Q, KC_W, KC_D, KC_F, KC_K, KC_J, KC_U, KC_R, KC_L, KC_SCLN, KC_BSLS, | ||
| 29 | KC_LSFT, KC_A, KC_S, KC_E, KC_T, KC_G, KC_Y, KC_N, KC_I, KC_O, KC_H, KC_QUOT, | ||
| 30 | KC_NO, KC_Z, KC_X, KC_C, KC_V, KC_B, MO(NAV), MO(ETC), MO(ETC), MO(NAV), KC_P, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | ||
| 31 | LCAG_T(KC_NO), KC_LALT, GUI_T(KC_TAB), LT(SYM,KC_BSPC), CTL_T(KC_ESC), SFT_T(KC_ENT), LT(SYM,KC_SPC), GUI_T(KC_TAB), KC_LALT, RCAG_T(KC_NO) | ||
| 32 | ), | ||
| 33 | |||
| 34 | [NAV] = LAYOUT( | ||
| 35 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_MUTE, KC_NO, KC_NO, KC_NO, KC_NO, KC_TRNS, | ||
| 36 | KC_TRNS, KC_LSFT, KC_LCTL, KC_LOPT, KC_LCMD, KC_TRNS, KC_VOLU, KC_LEFT, KC_DOWN, KC_UP, KC_RGHT, KC_TRNS, | ||
| 37 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLD, KC_NO, KC_NO, KC_NO, KC_NO, KC_TRNS, | ||
| 38 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
| 39 | ), | ||
| 40 | |||
| 41 | [SYM] = LAYOUT( | ||
| 42 | KC_TRNS, KC_EXLM, KC_AT, KC_LCBR, KC_RCBR, KC_PIPE, KC_EQL, KC_7, KC_8, KC_9, KC_PLUS, KC_TRNS, | ||
| 43 | KC_AMPR, KC_HASH, KC_DLR, KC_LPRN, KC_RPRN, KC_BSLS, KC_MINS, KC_4, KC_5, KC_6, KC_QUOT, KC_TRNS, | ||
| 44 | KC_GRV, KC_PERC, KC_CIRC, KC_LBRC, KC_RBRC, KC_ASTR, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_UNDS, KC_1, KC_2, KC_3, KC_DQUO, KC_TRNS, | ||
| 45 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_0, KC_DOT, KC_TRNS | ||
| 46 | ), | ||
| 47 | |||
| 48 | [ETC] = LAYOUT( | ||
| 49 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_F7, KC_F8, KC_F9, KC_TRNS, KC_TRNS, | ||
| 50 | KC_TRNS, KC_LSFT, KC_LCTL, KC_LOPT, KC_LCMD, KC_TRNS, KC_TRNS, KC_F4, KC_F5, KC_F6, KC_TRNS, KC_TRNS, | ||
| 51 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_F1, KC_F2, KC_F3, KC_TRNS, KC_TRNS, | ||
| 52 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS | ||
| 53 | ), | ||
| 54 | |||
| 55 | /* | ||
| 56 | [__TEMPLATE__] = LAYOUT( | ||
| 57 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
| 58 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
| 59 | 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, | ||
| 60 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, | ||
| 61 | ), | ||
| 62 | */ | ||
| 63 | }; | ||
diff --git a/keyboards/kyria/keymaps/kejadlen/rules.mk b/keyboards/kyria/keymaps/kejadlen/rules.mk new file mode 100644 index 000000000..35ba17e4a --- /dev/null +++ b/keyboards/kyria/keymaps/kejadlen/rules.mk | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | OLED_DRIVER_ENABLE = no # Enables the use of OLED displays | ||
| 2 | ENCODER_ENABLE = no # Enables the use of one or more encoders | ||
| 3 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | ||
| 4 | LEADER_ENABLE = no # Enable the Leader Key feature | ||
| 5 | MOUSEKEY_ENABLE = no | ||
diff --git a/layouts/community/ergodox/alphadox/config.h b/layouts/community/ergodox/kejadlen/config.h index 9e076dead..9e076dead 100644 --- a/layouts/community/ergodox/alphadox/config.h +++ b/layouts/community/ergodox/kejadlen/config.h | |||
diff --git a/layouts/community/ergodox/alphadox/keymap.c b/layouts/community/ergodox/kejadlen/keymap.c index 75784f7a9..cfeb70430 100644 --- a/layouts/community/ergodox/alphadox/keymap.c +++ b/layouts/community/ergodox/kejadlen/keymap.c | |||
| @@ -22,14 +22,14 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 22 | KC_NO, | 22 | KC_NO, |
| 23 | LT(SYMB,KC_BSPC), CTL_T(KC_ESC), KC_NO, | 23 | LT(SYMB,KC_BSPC), CTL_T(KC_ESC), KC_NO, |
| 24 | 24 | ||
| 25 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, | 25 | KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, |
| 26 | KC_VOLU, KC_J, KC_U, KC_R, KC_L, KC_SCLN, KC_BSLS, | 26 | KC_VOLU, KC_J, KC_U, KC_R, KC_L, KC_SCLN, KC_BSLS, |
| 27 | KC_Y, KC_N, KC_I, KC_O, KC_H, KC_QUOT, | 27 | KC_Y, KC_N, KC_I, KC_O, KC_H, KC_QUOT, |
| 28 | KC_VOLD, KC_P, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, | 28 | KC_VOLD, KC_P, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, |
| 29 | GUI_T(KC_TAB), KC_LEFT, KC_DOWN, KC_UP, LCAG_T(KC_RGHT), | 29 | GUI_T(KC_TAB), ALT_T(KC_LEFT), KC_DOWN, KC_UP, LCAG_T(KC_RGHT), |
| 30 | KC_NO, KC_NO, | 30 | KC_WAKE, KC_PWR, |
| 31 | KC_NO, | 31 | KC_NO, |
| 32 | KC_NO, SFT_T(KC_ENT), LT(SYMB,KC_SPC) | 32 | KC_NO, SFT_T(KC_ENT), LT(SYMB,KC_SPC) |
| 33 | ), | 33 | ), |
| 34 | 34 | ||
| 35 | [SYMB] = LAYOUT_ergodox( | 35 | [SYMB] = LAYOUT_ergodox( |
diff --git a/layouts/community/ergodox/alphadox/rules.mk b/layouts/community/ergodox/kejadlen/rules.mk index 57c62a5e6..8e8684828 100644 --- a/layouts/community/ergodox/alphadox/rules.mk +++ b/layouts/community/ergodox/kejadlen/rules.mk | |||
| @@ -9,5 +9,5 @@ MIDI_ENABLE = no # MIDI controls | |||
| 9 | AUDIO_ENABLE = no # Audio output on port C6 | 9 | AUDIO_ENABLE = no # Audio output on port C6 |
| 10 | UNICODE_ENABLE = no # Unicode | 10 | UNICODE_ENABLE = no # Unicode |
| 11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | 11 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID |
| 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. | 12 | RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. |
| 13 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 13 | SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend |
