Browse Source

Fix bootmagic

pull/23513/head
Joe Scotto 2 weeks ago
parent
commit
263d99449e
2 changed files with 4 additions and 4 deletions
  1. +4
    -0
      keyboards/scottokeebs/scottowing/info.json
  2. +0
    -4
      keyboards/scottokeebs/scottowing/keymaps/default/config.h

+ 4
- 0
keyboards/scottokeebs/scottowing/info.json View File

@ -12,6 +12,10 @@
"mousekey": true,
"nkro": true
},
"bootmagic": {
"enabled": true,
"matrix": [0,1]
},
"matrix_pins": {
"cols": [
"GP2", "GP3", "GP4", "GP5", "GP6", "GP7", "GP20", "GP22", "GP26", "GP27", "GP28", "GP29"


+ 0
- 4
keyboards/scottokeebs/scottowing/keymaps/default/config.h View File

@ -21,7 +21,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define TAPPING_TERM 135
#define PERMISSIVE_HOLD
#define TAPPING_TERM_PER_KEY
// Bootmagic
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 1

Loading…
Cancel
Save