diff --git a/keyboards/gl516/a52gl/readme.md b/keyboards/gl516/a52gl/readme.md index 4c332527576..e138b8b968d 100644 --- a/keyboards/gl516/a52gl/readme.md +++ b/keyboards/gl516/a52gl/readme.md @@ -11,7 +11,7 @@ Use the GL516 case. Make example for this keyboard (after setting up your build environment): - qmk flash -kb gl516/a52gl -km default + make gl516/a52gl:default See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). diff --git a/keyboards/gl516/j73gl/readme.md b/keyboards/gl516/j73gl/readme.md index 5bf3aab4e12..531a38f4fea 100644 --- a/keyboards/gl516/j73gl/readme.md +++ b/keyboards/gl516/j73gl/readme.md @@ -11,7 +11,7 @@ Use the GL516 case. Make example for this keyboard (after setting up your build environment): - qmk flash -kb gl516/j73gl -km default + make gl516/j73gl:default See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). diff --git a/keyboards/gl516/j73gl/rules.mk b/keyboards/gl516/j73gl/rules.mk index d021bd91942..1dca6539d39 100644 --- a/keyboards/gl516/j73gl/rules.mk +++ b/keyboards/gl516/j73gl/rules.mk @@ -7,7 +7,7 @@ BOOTLOADER = caterina # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug @@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output CUSTOM_MATRIX = yes diff --git a/keyboards/gl516/n51gl/info.json b/keyboards/gl516/n51gl/info.json index 93980b282b9..eb8d639825b 100644 --- a/keyboards/gl516/n51gl/info.json +++ b/keyboards/gl516/n51gl/info.json @@ -2,8 +2,6 @@ "keyboard_name": "n51gl", "url": "https://salicylic-acid3.hatenablog.com/", "maintainer": "Salicylic_acid3", - "width": 15.75, - "height": 8, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/gl516/n51gl/readme.md b/keyboards/gl516/n51gl/readme.md index 47b64d94020..ecfeca21cda 100644 --- a/keyboards/gl516/n51gl/readme.md +++ b/keyboards/gl516/n51gl/readme.md @@ -11,7 +11,7 @@ Use the GL516 case. Make example for this keyboard (after setting up your build environment): - qmk flash -kb gl516/n51gl -km default + make gl516/n51gl:default See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). diff --git a/keyboards/gl516/n51gl/rules.mk b/keyboards/gl516/n51gl/rules.mk index f362ae2de75..16a24ba1096 100644 --- a/keyboards/gl516/n51gl/rules.mk +++ b/keyboards/gl516/n51gl/rules.mk @@ -7,7 +7,7 @@ BOOTLOADER = caterina # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug @@ -18,7 +18,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output ENCODER_ENABLE = yes CUSTOM_MATRIX = yes