Skip to content

Commit

Permalink
removed .c and .h files, moved rules.mk to info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
NCKiser committed Aug 28, 2023
1 parent e64f602 commit 85939f3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 64 deletions.
16 changes: 9 additions & 7 deletions keyboards/kiserdesigns/madeline/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,25 @@
"manufacturer": "rubybuilds",
"maintainer": "NCKiser",
"bootloader": "rp2040",
"bootmagic": {
"enabled": true
},
"diode_direction": "COL2ROW",
"encoder": {
"enabled": true,
"rotary": [
{ "pin_a": "GP13", "pin_b": "GP15", "resolution": 4 }
{ "pin_a": "GP13", "pin_b": "GP15" }
]
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": [ "GP25", "GP26", "GP27", "GP28", "GP29", "GP9", "GP0", "GP1", "GP2", "GP3" ],
"rows": [ "GP5", "GP4", "GP12", "GP7" ]
},
"mouse_key": {
"enabled": true
},
"processor": "RP2040",
"qmk": {
"tap_keycode_delay": 10
Expand Down
16 changes: 0 additions & 16 deletions keyboards/kiserdesigns/madeline/keymaps/default/config.h

This file was deleted.

16 changes: 0 additions & 16 deletions keyboards/kiserdesigns/madeline/madeline.c

This file was deleted.

18 changes: 0 additions & 18 deletions keyboards/kiserdesigns/madeline/madeline.h

This file was deleted.

8 changes: 1 addition & 7 deletions keyboards/kiserdesigns/madeline/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
# This file intentionally left blank

0 comments on commit 85939f3

Please sign in to comment.