[Keyboard] Add S7 Elephant Rev2 Support (#9398)
* Add S7 Elephant Rev2 Support * Apply suggestions from code review I tested the changes on my board as well, thanks for the suggestions! * Added a default folder in the makefile so that this would no longer be a breaking change
This commit is contained in:
parent
ba7f52aaeb
commit
622e94c6cd
23 changed files with 670 additions and 37 deletions
35
keyboards/s7_elephant/rev1/keymaps/default/readme.md
Normal file
35
keyboards/s7_elephant/rev1/keymaps/default/readme.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
# Default keymap for S7 Elephant
|
||||
|
||||
**Features**
|
||||
|
||||
* LEDs are functioning as Caps-Lock indicators
|
||||
|
||||
## QWERTY (Normal) Layer
|
||||
```
|
||||
,------. ,-------------------------------------------------------------------------------------------------.
|
||||
| F1 | | Esc`~ | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Bkspc |Home |
|
||||
|------| |-------------------------------------------------------------------------------------------------|
|
||||
| F2 | | Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ | End |
|
||||
|------| |-------------------------------------------------------------------------------------------------|
|
||||
| F3 | | Caps | A | S | D | F | G | H | J | K | L | ; | ' | Enter | Ins |
|
||||
|------| |-------------------------------------------------------------------------------------------------|
|
||||
| F4 | | Shift | Z | X | C | V | B | N | M | , | . | / | RShift | U | Del |
|
||||
|------| |-------------------------------------------------------------------------------------------------|
|
||||
| F5 | | Ctrl | Gui | Alt | Space | FN | RAlt | RCtrl | L | D | R |
|
||||
`------' `-------------------------------------------------------------------------------------------------'
|
||||
```
|
||||
|
||||
## FN Layer
|
||||
```
|
||||
,------. ,-------------------------------------------------------------------------------------------------.
|
||||
|Reset | | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 | PScr | ScrLck |Pause|
|
||||
|------| |-------------------------------------------------------------------------------------------------|
|
||||
| | | | | | | | | | | | | | | | | |
|
||||
|------| |-------------------------------------------------------------------------------------------------|
|
||||
| | | |Prev |Play |Next | | | | |VolD |Mute |VolU | | |PgUp |
|
||||
|------| |-------------------------------------------------------------------------------------------------|
|
||||
| | | | | | | | | | | | | | | |PgDn |
|
||||
|------| |-------------------------------------------------------------------------------------------------|
|
||||
|EPRM | | | | | | | | | | | |
|
||||
`------' `-------------------------------------------------------------------------------------------------'
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue