Browse Source

Move rules from rules.mk to info.json

Move rules from rules.mk to info.json

Leave rules.mk empty and use properties in info.json instead

Co-authored-by: jack <0x6a73@protonmail.com>
pull/23610/head
MrLys 2 weeks ago
committed by GitHub
parent
commit
c5442a0780
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 12 deletions
  1. +12
    -0
      keyboards/wilba_tech/wt65_h4/info.json
  2. +1
    -12
      keyboards/wilba_tech/wt65_h4/rules.mk

+ 12
- 0
keyboards/wilba_tech/wt65_h4/info.json View File

@ -8,6 +8,12 @@
"cols": ["F5", "D5", "B1", "B2", "B3", "D3", "D2", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "D4"],
"rows": ["F0", "F1", "F4", "F6", "F7"]
},
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nrko": true
},
"processor": "atmega32u4",
"url": "https://wilba.tech",
"usb": {
@ -15,6 +21,12 @@
"pid": "0x0038",
"vid": "0x6582"
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"community_layouts": ["65_iso_blocker"],
"layouts": {
"LAYOUT_65_iso_blocker": {


+ 1
- 12
keyboards/wilba_tech/wt65_h4/rules.mk View File

@ -1,12 +1 @@
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
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

Loading…
Cancel
Save