diff --git a/keyboards/protokeeb/rev1/readme.md b/keyboards/protokeeb/rev1/readme.md index 9e75e40ad92..1c69ae97037 100644 --- a/keyboards/protokeeb/rev1/readme.md +++ b/keyboards/protokeeb/rev1/readme.md @@ -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). diff --git a/keyboards/protokeeb/rev1/rules.mk b/keyboards/protokeeb/rev1/rules.mk deleted file mode 100644 index 46dfcb0e7b6..00000000000 --- a/keyboards/protokeeb/rev1/rules.mk +++ /dev/null @@ -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 diff --git a/keyboards/protokeeb/rules.mk b/keyboards/protokeeb/rules.mk index 3edb570ac40..a849af3724e 100644 --- a/keyboards/protokeeb/rules.mk +++ b/keyboards/protokeeb/rules.mk @@ -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