Skip to content

Commit

Permalink
Move SPLIT_KEYBOARD to data driven (#21410)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunk2k committed Apr 12, 2024
1 parent cb81913 commit 8caa867
Show file tree
Hide file tree
Showing 445 changed files with 412 additions and 355 deletions.
3 changes: 3 additions & 0 deletions keyboards/bastardkb/charybdis/3x5/blackpill/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"eeprom": {
"driver": "spi"
},
"split": {
"enabled": true
},
"rgb_matrix": {
"driver": "ws2812"
},
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/3x5/blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/3x5/v1/elitec/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "D2",
"matrix_pins": {
"right": {
Expand Down
4 changes: 0 additions & 4 deletions keyboards/bastardkb/charybdis/3x5/v1/elitec/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

# Charybdis nano is a split 3x5 keyboard with a maximum of 3 thumb keys (2 on
# the trackball side).
SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/3x5/v2/elitec/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
Expand Down
4 changes: 0 additions & 4 deletions keyboards/bastardkb/charybdis/3x5/v2/elitec/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

# Charybdis nano is a split 3x5 keyboard with a maximum of 3 thumb keys (2 on
# the trackball side).
SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/3x5/v2/splinky_2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "GP1"
},
"ws2812": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/3x5/v2/splinky_2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360

Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/3x5/v2/splinky_3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "GP1"
},
"ws2812": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/3x5/v2/splinky_3/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360

Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/3x5/v2/stemcell/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "A3"
},
"development_board": "stemcell"
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/3x5/v2/stemcell/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
3 changes: 3 additions & 0 deletions keyboards/bastardkb/charybdis/3x6/blackpill/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"eeprom": {
"driver": "spi"
},
"split": {
"enabled": true
},
"rgb_matrix": {
"driver": "ws2812"
},
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/3x6/blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/3x6/v1/elitec/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "D2",
"matrix_pins": {
"right": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/3x6/v1/elitec/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/3x6/v2/elitec/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/3x6/v2/elitec/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/3x6/v2/splinky_2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "GP1"
},
"ws2812": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/3x6/v2/splinky_2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360

Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/3x6/v2/splinky_3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "GP1"
},
"ws2812": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/3x6/v2/splinky_3/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360

Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/3x6/v2/stemcell/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "A3"
},
"development_board": "stemcell"
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/3x6/v2/stemcell/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
3 changes: 3 additions & 0 deletions keyboards/bastardkb/charybdis/4x6/blackpill/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"eeprom": {
"driver": "spi"
},
"split": {
"enabled": true
},
"rgb_matrix": {
"driver": "ws2812"
},
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/4x6/blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default.
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default.
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/4x6/v1/elitec/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "D2",
"matrix_pins": {
"right": {
Expand Down
4 changes: 0 additions & 4 deletions keyboards/bastardkb/charybdis/4x6/v1/elitec/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default.
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default.
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

# Charybdis is a split 4x6 keyboard with a maximum of 5 thumb keys (3 on the
# trackball side).
SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/4x6/v2/elitec/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
Expand Down
4 changes: 0 additions & 4 deletions keyboards/bastardkb/charybdis/4x6/v2/elitec/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default.
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default.
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

# Charybdis is a split 4x6 keyboard with a maximum of 5 thumb keys (3 on the
# trackball side).
SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/4x6/v2/splinky_2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "GP1"
},
"ws2812": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/4x6/v2/splinky_2/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360

Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/4x6/v2/splinky_3/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "GP1"
},
"ws2812": {
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/4x6/v2/splinky_3/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360

Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/charybdis/4x6/v2/stemcell/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "A3"
},
"development_board": "stemcell"
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/charybdis/4x6/v2/stemcell/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

POINTING_DEVICE_ENABLE = yes # Enable trackball
POINTING_DEVICE_DRIVER = pmw3360
MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/dilemma/3x5_2/assembled/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "GP1"
},
"processor": "RP2040",
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/dilemma/3x5_2/assembled/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ SERIAL_DRIVER = vendor

POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi # Assembled version uses SPI.

SPLIT_KEYBOARD = yes
1 change: 1 addition & 0 deletions keyboards/bastardkb/dilemma/3x5_2/splinky/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "GP1"
},
"processor": "RP2040",
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/dilemma/3x5_2/splinky/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ SERIAL_DRIVER = vendor

POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c # DIY version uses I2C.

SPLIT_KEYBOARD = yes
3 changes: 3 additions & 0 deletions keyboards/bastardkb/scylla/blackpill/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"eeprom": {
"driver": "spi"
},
"split": {
"enabled": true
},
"rgb_matrix": {
"driver": "ws2812"
},
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/scylla/blackpill/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix functionality

SPLIT_KEYBOARD = yes

MOUSE_SHARED_EP = no # Unify multiple HID interfaces into a single Endpoint
KEYBOARD_SHARED_EP = yes

Expand Down
1 change: 1 addition & 0 deletions keyboards/bastardkb/scylla/v1/elitec/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "D0"
},
"processor": "atmega32u4",
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/scylla/v1/elitec/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ AUDIO_SUPPORTED = no # Audio is not supported
RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE)

SPLIT_KEYBOARD = yes
1 change: 1 addition & 0 deletions keyboards/bastardkb/scylla/v2/elitec/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"diode_direction": "ROW2COL",
"split": {
"enabled": true,
"soft_serial_pin": "D2"
},
"processor": "atmega32u4",
Expand Down
2 changes: 0 additions & 2 deletions keyboards/bastardkb/scylla/v2/elitec/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ AUDIO_SUPPORTED = no # Audio is not supported
RGB_MATRIX_SUPPORTED = yes # RGB matrix is supported and enabled by default
RGBLIGHT_SUPPORTED = yes # RGB underglow is supported, but not enabled by default
RGB_MATRIX_ENABLE = yes # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE)

SPLIT_KEYBOARD = yes
Loading

0 comments on commit 8caa867

Please sign in to comment.