Slight changes in the readme.md file and rules.mk file

This commit is contained in:
atechofficials 2024-06-23 03:38:36 +05:30
parent c1290ce863
commit 254090ec74
3 changed files with 14 additions and 15 deletions

View File

@ -1,8 +1,8 @@
# Protokeeb
# Protokeeb Rev1
![Protokeeb](https://i.imgur.com/RsSBoJg.jpg)
The Protokeeb is a versatile 16-key (4 x 4) Numpad/Macropad/Midi device designed by A-Tech Officials. It is perfect for anyone looking to get started with custom keyboards. This open-source hardware project is based on a Raspberry Pi Pico development board, making it easy to learn, build, and modify. Designed for developers and enthusiasts alike, the Protokeeb features per-key south-facing ARGB LEDs and much more.
The Protokeeb is a versatile 16-key (4 x 4) Numpad/Macropad/MIDI device designed by A-Tech Officials. It is perfect for anyone looking to get started with custom keyboards. This open-source hardware project is based on a Raspberry Pi Pico development board, making it easy to learn, build, and modify. Designed for developers and enthusiasts alike, the Protokeeb features per-key south-facing ARGB LEDs and much more.
For more information, visit the [Protokeeb GitHub page](https://github.com/atechofficials/protokeeb).
@ -10,25 +10,27 @@ For more information, visit the [Protokeeb GitHub page](https://github.com/atech
- **Hardware Supported:** Protokeeb Keyboard PCB v1.x, Raspberry Pi Pico, Raspberry Pi Pico W, Waveshare RP2040-Plus
- **Hardware Availability:** [ProtoKeeb](https://github.com/atechofficials/protokeeb)
![Protokeeb Layout Image](https://i.imgur.com/e0RlllX.png)
## Default Protokeeb Layout
![Protokeeb Layout Image](https://i.imgur.com/e0RlllX.png)
The default layout comes pre-flashed on every Protokeeb and consists of two layers:
- Layer 1: 16-key numpad, excluding the NUM LOCK key.
- Layer 1: 16-key numpad, excluding the NUM LOCK and dot `.` keys.
- Layer 2: RGB LED control and keyboard boot options.
- Layer 3: Function keys and other options.
- Layer 4: Media controls and other quick launch options.
To build the default layout, use the following command after setting up your build environment:
```go
make protokeeb:default
make protokeeb/rev1:default
```
To flash the default layout, use:
```go
make protokeeb:default:flash
make protokeeb/rev1:default:flash
```
For more information, 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). If you're new to QMK, start with the [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

View File

@ -1,8 +0,0 @@
# Build Options
# Change yes to no to disable feature
# Default keyboard folder
DEFAULT_FOLDER = protokeeb/rev1
# Custom scanning of matrix
#CUSTOM_MATRIX = lite

View File

@ -1,8 +1,13 @@
# Build Options
# Change yes to no to diable feature
# Default keyboard folder
DEFAULT_FOLDER = protokeeb/rev1
# OS detection
OS_DETECTION_ENABLE = yes
RGBLIGHT_ENABLE = yes
# Rotary Encoder support
ENCODER_ENABLE = yes