Skip to content

Commit

Permalink
rotary_pad: apply pr changes
Browse files Browse the repository at this point in the history
* removed config.h
* changed pic url
* changed proc + bl to dev board
* renamed LAYOUT_numpad_6x4 to LAYOUT_dense_6x4
  • Loading branch information
RABijl committed Aug 13, 2023
1 parent 102847f commit 22f77b7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 33 deletions.
27 changes: 0 additions & 27 deletions keyboards/rotary_numpad/config.h

This file was deleted.

5 changes: 2 additions & 3 deletions keyboards/rotary_numpad/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manufacturer": "rabijl",
"keyboard_name": "rotary_numpad",
"maintainer": "rabijl",
"bootloader": "caterina",
"development_board": "promicro",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
Expand All @@ -17,15 +17,14 @@
"cols": ["F5", "F4", "B5", "B4"],
"rows": ["F6", "F7", "B1", "B3", "B2", "B6"]
},
"processor": "atmega32u4",
"url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x0000",
"vid": "0xFEED"
},
"layouts": {
"LAYOUT_numpad_6x4": {
"LAYOUT_dense_6x4": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0},
Expand Down
4 changes: 2 additions & 2 deletions keyboards/rotary_numpad/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* │ r3│ 0 │ . │ r1│
* └───┴───┴───┴───┘
*/
[0] = LAYOUT_numpad_6x4(
[0] = LAYOUT_dense_6x4(
KC_ESC, KC_TAB, MO(1), KC_BSPC,
KC_NUM, KC_PSLS, KC_PAST, KC_PMNS,
KC_P7, KC_P8, KC_P9, KC_PPLS,
Expand All @@ -44,7 +44,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* │Insert │Del│ │
* └───────┴───┘───┘
*/
[1] = LAYOUT_numpad_6x4(
[1] = LAYOUT_dense_6x4(
QK_BOOT, _______, _______, _______,
_______, _______, _______, _______,
KC_HOME, KC_UP, KC_PGUP, _______,
Expand Down
2 changes: 1 addition & 1 deletion keyboards/rotary_numpad/readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Rotary Numpad


![rotary_numpad](https://i.imgur.com/GwEH4WO.jpeg)
![rotary_numpad](https://i.imgur.com/GwEH4WOh.jpeg)

*A short description of the keyboard/project*

Expand Down

0 comments on commit 22f77b7

Please sign in to comment.