Skip to content

Commit 06a7a1c

Browse files
authored
Fixup momoka_ergo (#18704)
1 parent 7848444 commit 06a7a1c

File tree

4 files changed

+8
-64
lines changed

4 files changed

+8
-64
lines changed

keyboards/momoka_ergo/config.h

+7-61
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,26 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
2323
#define MATRIX_ROWS 14
2424
#define MATRIX_COLS 6
2525

26-
/*
27-
* Keyboard Matrix Assignments
28-
*
29-
* Change this to how you wired your keyboard
30-
* COLS: AVR pins used for columns, left to right
31-
* ROWS: AVR pins used for rows, top to bottom
32-
* DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
33-
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
34-
*
35-
*/
3626
#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5, B6, B7 }
3727
#define MATRIX_COL_PINS { F7, F6, F5, F4, F1, F0 }
3828

3929
/* COL2ROW, ROW2COL */
4030
#define DIODE_DIRECTION COL2ROW
4131
#define SELECT_SOFT_SERIAL_SPEED 5
32+
4233
/*
4334
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
4435
*/
4536
#define SOFT_SERIAL_PIN D1 // or D1, D2, D3, E6
4637

4738
#define RGB_DI_PIN C7
48-
#define RGBLIGHT_ANIMATIONS
4939
#define RGBLED_NUM 22
40+
#define RGBLIGHT_EFFECT_BREATHING
41+
#define RGBLIGHT_EFFECT_CHRISTMAS
42+
#define RGBLIGHT_EFFECT_KNIGHT
43+
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
44+
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
45+
#define RGBLIGHT_EFFECT_TWINKLE
5046
#define RGBLED_SPLIT { 11, 11 }
5147
#define RGBLIGHT_HUE_STEP 8
5248
#define RGBLIGHT_SAT_STEP 8
@@ -55,60 +51,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
5551
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
5652
#define DEBOUNCE 3
5753

58-
/* define if matrix has ghost (lacks anti-ghosting diodes) */
59-
//#define MATRIX_HAS_GHOST
60-
6154
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
6255
#define LOCKING_SUPPORT_ENABLE
6356
/* Locking resynchronize hack */
6457
#define LOCKING_RESYNC_ENABLE
6558

66-
/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
67-
* This is useful for the Windows task manager shortcut (ctrl+shift+esc).
68-
*/
69-
//#define GRAVE_ESC_CTRL_OVERRIDE
70-
71-
/*
72-
* Force NKRO
73-
*
74-
* Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved
75-
* state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the
76-
* makefile for this to work.)
77-
*
78-
* If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N)
79-
* until the next keyboard reset.
80-
*
81-
* NKRO may prevent your keystrokes from being detected in the BIOS, but it is
82-
* fully operational during normal computer usage.
83-
*
84-
* For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N)
85-
* or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by
86-
* bootmagic, NKRO mode will always be enabled until it is toggled again during a
87-
* power-up.
88-
*
89-
*/
90-
//#define FORCE_NKRO
91-
92-
/*
93-
* Feature disable options
94-
* These options are also useful to firmware size reduction.
95-
*/
96-
97-
/* disable debug print */
98-
//#define NO_DEBUG
99-
100-
/* disable print */
101-
//#define NO_PRINT
102-
103-
/* disable action features */
104-
//#define NO_ACTION_LAYER
105-
//#define NO_ACTION_TAPPING
106-
//#define NO_ACTION_ONESHOT
107-
108-
/* Bootmagic Lite key configuration */
109-
//#define BOOTMAGIC_LITE_ROW 0
110-
//#define BOOTMAGIC_LITE_COLUMN 0
111-
112-
#define USE_SERIAL
11359
#define SPLIT_USB_DETECT
11460
#define EE_HANDS

keyboards/momoka_ergo/keymaps/default/readme.md

-1
This file was deleted.

keyboards/momoka_ergo/keymaps/via/keymap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
3737
KC_BSPC, KC_DEL, KC_END, KC_PGDN, KC_ENT, KC_SPC
3838
),
3939
[_FN1] = LAYOUT(
40-
RESET, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
40+
QK_BOOT, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
4141
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
4242
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
4343
MO(_FN2), KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, RGB_RMOD, RGB_MOD, RGB_TOG, MO(_FN2),

keyboards/momoka_ergo/keymaps/via/readme.md

-1
This file was deleted.

0 commit comments

Comments
 (0)