Skip to content

Commit

Permalink
Adjusted info.json and rules.mk
Browse files Browse the repository at this point in the history
Revised bootmagic in rules.mk and removed deprecated items.
  • Loading branch information
studiokestra committed Nov 6, 2021
1 parent ddbdb48 commit 6609556
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions keyboards/studiokestra/bourgeau/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"keyboard_name": "Bourgeau",
"url": "https://studiokestra.ca/bourgeau/",
"maintainer": "Studio Kestra",
"width": 16,
"height": 6,
"layouts": {
"LAYOUT_all": {
"layout": [
Expand Down
3 changes: 1 addition & 2 deletions keyboards/studiokestra/bourgeau/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
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
Expand All @@ -18,5 +18,4 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
NKRO_ENABLE = yes # 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

0 comments on commit 6609556

Please sign in to comment.