From 4168e10c49d512132db369fcc3402e56052cebd1 Mon Sep 17 00:00:00 2001 From: Harshit Goel Date: Thu, 1 Jul 2021 13:14:38 +0530 Subject: [Keyboard] Pteron36, open source 3x5_3 supporting layout (#13313) --- keyboards/pteron36/readme.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 keyboards/pteron36/readme.md (limited to 'keyboards/pteron36/readme.md') diff --git a/keyboards/pteron36/readme.md b/keyboards/pteron36/readme.md new file mode 100644 index 0000000000..b9e919c756 --- /dev/null +++ b/keyboards/pteron36/readme.md @@ -0,0 +1,31 @@ +# Pteron36 + +![Pteron36](https://i.imgur.com/PuXPWYfh.jpg) + +A 36 key keyboard with a bit more natural thumb cluster. + +* Keyboard Maintainer: [Harshit Goel](https://github.com/harshitgoel96) +* Hardware Supported: Pteron36 using promicro. +* Hardware Availability: Hardware is opensource, you can simply send the gerber to a PCB manufacturere and them made. File are availalbe in [pteron36 repository](https://github.com/harshitgoel96/pteron36-split-keyboard/releases/tag/v1.2.0) + +Make example for this keyboard (after setting up your build environment): + + make pteron36:default + +Flashing example for this keyboard: + + make pteron36: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). + +## Default Keymap and Miryoku Layout support + +The keyboard was designed with miryoku layout in mind. The default layout is very basic and does not have much use. I will be opening a pr to make the keyboard available with miryoku layout soon. Currently to build the keyboard with miryoku you will have to checkout latest miryoku qmk repo, and add the keyboard folder there manually. After copying the folder run the following command + + make pteron36:manna-harbour_miryoku + +Add miryoku params as required. + +## OLED and RotaryEncoder + +I am working on adding OLED and RotaryEncoder support in keyboard config. -- cgit v1.2.3