Skip to content

Commit

Permalink
Applying core review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Pelegrini committed Nov 24, 2024
1 parent a8ca921 commit a20661f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
5 changes: 0 additions & 5 deletions keyboards/marcopad/config.h

This file was deleted.

8 changes: 6 additions & 2 deletions keyboards/marcopad/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"diode_direction": "ROW2COL",
"features": {
"bootmagic": true,
"rgblight": true,
"combo": true,
"command": false,
"console": false,
"extrakey": false,
Expand All @@ -22,7 +24,8 @@
"pid": "0x0000",
"vid": "0xFEED"
},
"backlight": {
"ws2812": {
"driver": "vendor",
"pin": "GP28"
},
"rgblight": {
Expand All @@ -42,8 +45,9 @@
"twinkle": true
}
},
"community_layouts": ["ortho_3x3"],
"layouts": {
"LAYOUT": {
"LAYOUT_ortho_3x3": {
"layout": [
{ "matrix": [0, 0], "x": 0, "y": 0 },
{ "matrix": [0, 1], "x": 0, "y": 1 },
Expand Down
2 changes: 1 addition & 1 deletion keyboards/marcopad/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* │ 1 │ 2 │ 3 │
* └───┴───┴───┘
*/
[0] = LAYOUT(
[0] = LAYOUT_ortho_3x3(
KC_P7, KC_P8, KC_P9,
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3
Expand Down
3 changes: 0 additions & 3 deletions keyboards/marcopad/keymaps/default/rules.mk

This file was deleted.

8 changes: 4 additions & 4 deletions keyboards/marcopad/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Marcopad

![macropad](imgur.com image replace me!)
![marcopad](https://pelegrini.ca/assets/img/marcopad/hardware/macropad.png)

*A compact 3x3 keys macropad built with RP-2040 Zero*

* Keyboard Maintainer: [Marco Pelegrini](https://pelegrini.ca/marcopad)
* Hardware Supported: [Macropad PCB](https://pelegrini.ca/marcopad/hardware)
* Hardware Availability: [Macropad](https://pelegrini.ca/marcopad)
* Keyboard Maintainer: [pelegrini.ca](https://pelegrini.ca/marcopad)
* Hardware Supported: [Marcopad](https://pelegrini.ca/marcopad)
* Hardware Availability: [Marcopad](https://pelegrini.ca/marcopad)

Make example for this keyboard (after setting up your build environment):

Expand Down

0 comments on commit a20661f

Please sign in to comment.