Browse Source

Merge branch 'gl516' of https://github.com/Salicylic-acid3/qmk_firmware into gl516

pull/14950/head
Salicylic-acid3 2 years ago
parent
commit
265682d188
6 changed files with 5 additions and 9 deletions
  1. +1
    -1
      keyboards/gl516/a52gl/readme.md
  2. +1
    -1
      keyboards/gl516/j73gl/readme.md
  3. +1
    -2
      keyboards/gl516/j73gl/rules.mk
  4. +0
    -2
      keyboards/gl516/n51gl/info.json
  5. +1
    -1
      keyboards/gl516/n51gl/readme.md
  6. +1
    -2
      keyboards/gl516/n51gl/rules.mk

+ 1
- 1
keyboards/gl516/a52gl/readme.md View File

@ -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).


+ 1
- 1
keyboards/gl516/j73gl/readme.md View File

@ -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).


+ 1
- 2
keyboards/gl516/j73gl/rules.mk View File

@ -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


+ 0
- 2
keyboards/gl516/n51gl/info.json View File

@ -2,8 +2,6 @@
"keyboard_name": "n51gl",
"url": "https://salicylic-acid3.hatenablog.com/",
"maintainer": "Salicylic_acid3",
"width": 15.75,
"height": 8,
"layouts": {
"LAYOUT": {
"layout": [


+ 1
- 1
keyboards/gl516/n51gl/readme.md View File

@ -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).


+ 1
- 2
keyboards/gl516/n51gl/rules.mk View File

@ -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


Loading…
Cancel
Save