Browse Source

Apply suggestions from code review per @fauxpark

I'm not fussy about where this stuff goes and happy to be guided on what the correct location for it is.

Co-authored-by: Ryan <fauxpark@gmail.com>
pull/14199/head
Daniel Perrett 2 years ago
committed by GitHub
parent
commit
b262200afe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 10 deletions
  1. +0
    -1
      keyboards/handwired/reclined/info.json
  2. +13
    -9
      keyboards/handwired/reclined/rules.mk

+ 0
- 1
keyboards/handwired/reclined/info.json View File

@ -32,7 +32,6 @@
"LAYOUT_ortho_4x12": {
"c_macro": true,
"filename": "keyboards/handwired/reclined/reclined.h",
"key_count": 48,
"layout": [
{ "label": "k00", "matrix": [0, 0], "w": 1, "x": 0, "y": 0 },
{ "label": "k01", "matrix": [0, 1], "w": 1, "x": 1, "y": 0 },


+ 13
- 9
keyboards/handwired/reclined/rules.mk View File

@ -5,13 +5,17 @@ MCU = atmega32u4
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable, overwriting info.json
# change yes to no to disable
#
# BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
# MOUSEKEY_ENABLE = yes # Mouse keys
# EXTRAKEY_ENABLE = yes # Audio control and System control
# CONSOLE_ENABLE = yes # Console for debug
# COMMAND_ENABLE = yes # Commands for debug and configuration
# NKRO_ENABLE = no # USB Nkey Rollover
# BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
# AUDIO_ENABLE = no # Audio output
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = no # Audio control and System control
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output

Loading…
Cancel
Save