Browse Source

Fixup cipulot eeprom. (#23280)

pull/23282/head
Nick Brassel 1 month ago
committed by GitHub
parent
commit
67df06eb44
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
10 changed files with 10 additions and 9 deletions
  1. +1
    -0
      keyboards/cipulot/common/ec_switch_matrix.h
  2. +1
    -1
      keyboards/cipulot/ec_23u/config.h
  3. +1
    -1
      keyboards/cipulot/ec_60/config.h
  4. +1
    -1
      keyboards/cipulot/ec_alveus/1_0_0/config.h
  5. +1
    -1
      keyboards/cipulot/ec_alveus/1_2_0/config.h
  6. +1
    -1
      keyboards/cipulot/ec_pro2/config.h
  7. +1
    -1
      keyboards/cipulot/ec_prox/ansi_iso/config.h
  8. +1
    -1
      keyboards/cipulot/ec_prox/jis/config.h
  9. +1
    -1
      keyboards/cipulot/ec_theca/config.h
  10. +1
    -1
      keyboards/cipulot/rf_r1_8_9xu/config.h

+ 1
- 0
keyboards/cipulot/common/ec_switch_matrix.h View File

@ -20,6 +20,7 @@
#include <stdbool.h>
#include "matrix.h"
#include "eeconfig.h"
#include "util.h"
typedef struct PACKED {
uint8_t actuation_mode; // 0: normal board-wide APC, 1: Rapid trigger from specific board-wide actuation point, 2: Rapid trigger from resting point


+ 1
- 1
keyboards/cipulot/ec_23u/config.h View File

@ -60,7 +60,7 @@
// #define DEBUG_MATRIX_SCAN_RATE
#define EECONFIG_KB_DATA_SIZE 58
#define EECONFIG_KB_DATA_SIZE 57
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 1
- 1
keyboards/cipulot/ec_60/config.h View File

@ -63,7 +63,7 @@
// #define DEBUG_MATRIX_SCAN_RATE
#define EECONFIG_KB_DATA_SIZE 160
#define EECONFIG_KB_DATA_SIZE 159
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 1
- 1
keyboards/cipulot/ec_alveus/1_0_0/config.h View File

@ -62,7 +62,7 @@
// #define DEBUG_MATRIX_SCAN_RATE
#define EECONFIG_KB_DATA_SIZE 170
#define EECONFIG_KB_DATA_SIZE 169
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 1
- 1
keyboards/cipulot/ec_alveus/1_2_0/config.h View File

@ -62,7 +62,7 @@
// #define DEBUG_MATRIX_SCAN_RATE
#define EECONFIG_KB_DATA_SIZE 170
#define EECONFIG_KB_DATA_SIZE 169
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 1
- 1
keyboards/cipulot/ec_pro2/config.h View File

@ -63,7 +63,7 @@
// #define DEBUG_MATRIX_SCAN_RATE
#define EECONFIG_KB_DATA_SIZE 160
#define EECONFIG_KB_DATA_SIZE 159
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 1
- 1
keyboards/cipulot/ec_prox/ansi_iso/config.h View File

@ -63,7 +63,7 @@
// #define DEBUG_MATRIX_SCAN_RATE
#define EECONFIG_KB_DATA_SIZE 160
#define EECONFIG_KB_DATA_SIZE 159
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 1
- 1
keyboards/cipulot/ec_prox/jis/config.h View File

@ -63,7 +63,7 @@
// #define DEBUG_MATRIX_SCAN_RATE
#define EECONFIG_KB_DATA_SIZE 150
#define EECONFIG_KB_DATA_SIZE 149
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 1
- 1
keyboards/cipulot/ec_theca/config.h View File

@ -62,7 +62,7 @@
// #define DEBUG_MATRIX_SCAN_RATE
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
#define EECONFIG_KB_DATA_SIZE 202
#define EECONFIG_KB_DATA_SIZE 201
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 1
- 1
keyboards/cipulot/rf_r1_8_9xu/config.h View File

@ -62,7 +62,7 @@
// #define DEBUG_MATRIX_SCAN_RATE
#define DYNAMIC_KEYMAP_LAYER_COUNT 3
#define EECONFIG_KB_DATA_SIZE 202
#define EECONFIG_KB_DATA_SIZE 201
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


Loading…
Cancel
Save