diff options
author | JesseLeung97 <44124944+JesseLeung97@users.noreply.github.com> | 2020-08-18 17:28:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 14:28:25 -0700 |
commit | 03090d657148dcad87f4ad51bba4a13f078a8083 (patch) | |
tree | 2949ede6b172611ee1793d4a30a3d116e4849af8 /keyboards/generic_panda/panda65_01/readme.md | |
parent | f99f46773eb13ba4673240dcf5c8b0e3b4b413fd (diff) | |
download | qmk_firmware-03090d657148dcad87f4ad51bba4a13f078a8083.tar.gz |
[Keyboard] generic_panda/panda65_01 (#10006)
* First commit
* Added ChibiOS files
* renamed files to remove capital letters
* Fixed layout references
* fixed image reference
* Fixing errors
* Fixed config.h
* changed second up to fn key
* renamed files and added beginning of via compatibility
* renamed keyboard
* removed vscode files
* fixing files for via compatibility
* adding via files
* working via compatibility
* Update readme.md
* Update readme.md
* First commit
* Added ChibiOS files
* renamed files to remove capital letters
* Fixed layout references
* fixed image reference
* Fixing errors
* Fixed config.h
* changed second up to fn key
* renamed files and added beginning of via compatibility
* renamed keyboard
* removed vscode files
* fixing files for via compatibility
* adding via files
* working via compatibility
* added license header to via file
* preparing for pull request
* Fixed firmware according to pull request feedback
* fixed readme according to pull request feedback
* Updated readme and removed unnecessary layers in default/keymap.c
* removed whitespace
* updated keymap readme to match suggestion
Diffstat (limited to 'keyboards/generic_panda/panda65_01/readme.md')
-rw-r--r-- | keyboards/generic_panda/panda65_01/readme.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/generic_panda/panda65_01/readme.md b/keyboards/generic_panda/panda65_01/readme.md new file mode 100644 index 000000000..e33aebea8 --- /dev/null +++ b/keyboards/generic_panda/panda65_01/readme.md @@ -0,0 +1,17 @@ +# The default keymap for Panda65_01 + +![Panda65_01 layout image](https://i.imgur.com/fPBUDMT.png) + +* Keyboard Maintainer: [generic_panda](https://github.com/jesseleung97) +* Hardware Supported: panda65_01 PCB +* Hardware Availability: [panda65-01 acrylic case designed by Alec:](https://onedrive.live.com/?authkey=%21AA8d6frZ0woiaV4&id=DC069E9FB0BC8004%21155830&cid=DC069E9FB0BC8004) + +Make example for this keyboard's default keymap (after setting up your build environment): + + make generic_panda/panda65_01:default + +Flashing example for this keyboard: + + make generic_panda/panda65_01:default:flash + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |