diff options
author | swanmatch <swan_match@yahoo.co.jp> | 2020-02-21 14:59:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 16:59:36 +1100 |
commit | 81423cc8178e760a641655ec8d82ebf78c41c9ef (patch) | |
tree | 6cd3aa1bfe176f1dfdb01dbedd4eaa536976876a /keyboards/silverbullet44/keymaps/FKML/readme.md | |
parent | 7707724dc4864cb4ede738ee9e2c3568df99ced2 (diff) |
[New keyboard]silverbullet44 (#7950)
* make silverbullet44
* comment edit
* venderID
* Fix parentheses in macros, and in general clean up quantum.h (#5021)
* Fix up GPIO macros
* Fix up send string macros
`string` arguments must not be parenthesized
* Fix up miscellaneous macros
* Make indentation uniform (4 spaces)
* Make #ifdef vs #if defined usage consistent
* Reorder standard includes
* Revert indentation changes as per review comments
* Revert #if defined(__AVR__) → #ifdef __AVR__ change
* Change 2 space indent to 4 spaces on a couple of lines
* Replace include guard with #pragma once
* alt+tab
* copy from master:silverbullet44
* adjust for pull request
* clang-format
* create info.json
* Delete new_project.sh
* Update keyboards/silverbullet44/keymaps/default/config.h
Co-Authored-By: Max Rumpf <max.rumpf1998@gmail.com>
* Update keyboards/silverbullet44/silverbullet44.c
Co-Authored-By: Max Rumpf <max.rumpf1998@gmail.com>
* Update keyboards/silverbullet44/silverbullet44.h
Co-Authored-By: Max Rumpf <max.rumpf1998@gmail.com>
* Apply suggestions from Maxr1998
* format default keymap
* Apply suggestions from Maxr1998 (#2)
* Apply suggestions from fauxpark
* fix readme.md
* Apply suggestion from Maxr1998. (custom_keycode to MO(_ADJUST))
* I became a tricky! Hahaha!!
* Add original keymap made by FKML
* deleated at config.h
* Changed Copyright
* Delete
// Defines the keycodes used by our macros in process_record_user
//enum custom_keycodes {
// QMKBEST = SAFE_RANGE,
// QMKURL
//};
* Delete bool alt_pressed = false;
* Delete ADJUST
* Delete /
* Delete void matrix_scan_user(void) {
}
void led_set_user(uint8_t usb_led) {
}
* Change Copyright's year.
* Delete adjust
* Delete adjust
* Delete adjust
* 列挙型に変更
* Enclose keymap with ```.
* Delete
#define _______ KC_TRNS
#define XXXXXXX KC_NO
* Fix indentation.
* Delete some rows.
* Aligned columns of ''readme.md''.
* I got god's keymap...hahaha:)
* Update keyboards/silverbullet44/readme.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Update keyboards/silverbullet44/rules.mk
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Co-authored-by: Konstantin Đorđević <vomindoraan@gmail.com>
Co-authored-by: Max Rumpf <max.rumpf1998@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/silverbullet44/keymaps/FKML/readme.md')
-rw-r--r-- | keyboards/silverbullet44/keymaps/FKML/readme.md | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/keyboards/silverbullet44/keymaps/FKML/readme.md b/keyboards/silverbullet44/keymaps/FKML/readme.md new file mode 100644 index 0000000000..c9c4c133eb --- /dev/null +++ b/keyboards/silverbullet44/keymaps/FKML/readme.md @@ -0,0 +1,47 @@ +# The default keymap for silverbullet44 + +``` +QWERTY +,-----------------------------------------. ,-----------------------------------------. +| Tab | Q | W | E | R | T | | Y | U | I | O | P | = | +|------+------+------+------+------+------| |------+------+------+------+------+------| +|Shift | A | S | D | F | G | | H | J | K | L | ; | ' | +|------+------+------+------+------+------| |------+------+------+------+------+------| +| CMD | Z | X | C | V | B |-------.-------. ,---------------| N | M | , | . | / | - | +`-----------------------------------------/ / / \ \ \-----------------------------------------' + | CAPS | LOWER| Space/ Bcsp / \ . \ Ent | RAISE|LEDOff| + `---------------------------' '--------------------------' + +LOWER + ,-----------------------------------------. ,-----------------------------------------. + | ` | ! | @ | # | $ | % | | ^ | & | * | ( | ) | | | + |------+------+------+------+------+------| |------+------+------+------+------+------| + | | | | | | | | 1 | 2 | 3 | 4 | 5 | | + |------+------+------+------+------+------+ +------+------+------+------+------+------| + | | | | | | |-------.-------. ,---------------| 6 | 7 | 8 | 9 | 0 | | + `-----------------------------------------/ / / \ \ \-----------------------------------------' + | | | / / \ \ | | | + `---------------------------' '--------------------------' + + RAISE + ,-----------------------------------------. ,-----------------------------------------. + | | F1 | F2 | F3 | F4 | F5 | | | | | | - | + | + |------+------+------+------+------+------| |------+------+------+------+------+------| + | | F6 | F7 | F8 | F9 | F10 | | | | | | [ | ] | + |------+------+------+------+------+------| |------+------+------+------+------+------| + | | F11 | F12 | | | |-------.-------. ,---------------| | | Left | Up | Down |Right | + `-----------------------------------------/ / / \ \ \-----------------------------------------' + | | | / / \ \ | | | + `---------------------------' '--------------------------' + +ADJUST +,-----------------------------------------. ,-----------------------------------------. +| | | |FrqRst| | | | | | | | | | +|------+------+------+------+------+------| |------+------+------+------+------+------| +| | |Music |FrqUp |Sound | | | SPD+ | MOD+ | VAL+ | SAD+ | HUE+ | | +|------+------+------+------+------+------| |------+------+------+------+------+------| +| | |Scale |FrqDwn| | |-------.-------. ,---------------| SPD- | SPD- | VAL- | SAD- | HUE- | | +`-----------------------------------------/ / / \ \ \-----------------------------------------' + | | | / / \ \ | | | + `---------------------------' '--------------------------' +```
\ No newline at end of file |