diff options
| author | Alpha Chen <alpha@kejadlen.dev> | 2020-08-18 19:21:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 19:21:50 -0700 |
| commit | d9fe85592365259120d9f9e9cd24c8536ab95b98 (patch) | |
| tree | d5903f824471bd63fa6793beb3cff65af2e15427 /layouts/community/ergodox | |
| parent | df1467c86d2abd08a1d34ac847452e06e51a5478 (diff) | |
| download | qmk_firmware-d9fe85592365259120d9f9e9cd24c8536ab95b98.tar.gz qmk_firmware-d9fe85592365259120d9f9e9cd24c8536ab95b98.zip | |
[Keymap] update kejadlen keymaps (#9954)
Standardizing my keymaps under my username, rather than a keymap name.
Diffstat (limited to 'layouts/community/ergodox')
| -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 |
3 files changed, 9 insertions, 9 deletions
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 |
