Skip to content

Commit

Permalink
Remove mod tap and update to dev board info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-scotto committed May 20, 2023
1 parent d7e9b4a commit 62c360b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions keyboards/handwired/scottokeebs/scottosplit/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manufacturer": "ScottoKeebs",
"keyboard_name": "ScottoSplit",
"maintainer": "joe-scotto",
"bootloader": "caterina",
"development_board": "promicro",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
Expand All @@ -19,7 +19,6 @@
// 15, 14, 16, 10
"rows": ["B1", "B3", "B2", "B6"]
},
"processor": "atmega32u4",
"url": "",
"usb": {
"device_version": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DEBOUNCE 5

// Define options
#define IGNORE_MOD_TAP_INTERRUPT
#define TAPPING_TERM 135
#define PERMISSIVE_HOLD
#define TAPPING_TERM_PER_KEY

0 comments on commit 62c360b

Please sign in to comment.