Skip to content

Commit

Permalink
Line feeds and replacing dev board configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Pelegrini committed Nov 24, 2024
1 parent 72dda14 commit 565371f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions keyboards/marcopad/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"manufacturer": "pelegrini.ca",
"keyboard_name": "marcopad",
"maintainer": "Marco Pelegrini",
"development_board": "promicro_rp2040",
"bootloader": "rp2040",
"processor": "RP2040",
"diode_direction": "ROW2COL",
"features": {
"bootmagic": true,
"rgblight": false
"bootmagic": true
},
"matrix_pins": {
"cols": ["GP4", "GP26", "GP27"],
Expand Down
2 changes: 1 addition & 1 deletion keyboards/marcopad/keymaps/backlit/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
const uint16_t PROGMEM backlight_combo[] = {KC_P7, KC_P8, COMBO_END};
combo_t key_combos[] = {
COMBO(backlight_combo, UG_NEXT)
};
};
2 changes: 1 addition & 1 deletion keyboards/marcopad/keymaps/backlit/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later

RGBLIGHT_ENABLE = yes
COMBO_ENABLE = yes
COMBO_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/marcopad/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_P4, KC_P5, KC_P6,
KC_P1, KC_P2, KC_P3
)
};
};
2 changes: 1 addition & 1 deletion keyboards/marcopad/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Enter the bootloader in 3 ways:

* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (top left key) and plug in the keyboard
* **Physical reset button**: Using 2 paperclips, press and hold the BOOT button, then short press the RESET button on the back of the Marcopad
* **Physical reset button + plug in**: Using a paperclip, press and hold the BOOT button, then plug in the Marcopad
* **Physical reset button + plug in**: Using a paperclip, press and hold the BOOT button, then plug in the Marcopad

0 comments on commit 565371f

Please sign in to comment.