mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Merge pull request #1284 from bigtunaIO/master
[Bigtuna.IO] Updating Miuni32 Layouts
This commit is contained in:
		
						commit
						7a7b57ffb1
					
				| @ -163,6 +163,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
| #define RGB_DI_PIN D0     // The pin your RGB strip is wired to
 | ||||
| #define RGBLIGHT_TIMER    // Require for fancier stuff (not compatible with audio)
 | ||||
| #define RGBLED_NUM 7     // Number of LEDs
 | ||||
| #define RGBLIGHT_ANIMATIONS | ||||
| #define RGBLIGHT_HUE_STEP 10 | ||||
| #define RGBLIGHT_SAT_STEP 17 | ||||
| #define RGBLIGHT_VAL_STEP 17 | ||||
|  | ||||
							
								
								
									
										21
									
								
								keyboards/miuni32/keymaps/adam-lee/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								keyboards/miuni32/keymaps/adam-lee/Makefile
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,21 @@ | ||||
| # Build Options
 | ||||
| #   change to "no" to disable the options, or define them in the Makefile in 
 | ||||
| #   the appropriate keymap folder that will get included automatically
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000) | ||||
| MOUSEKEY_ENABLE = yes       # Mouse keys(+4700) | ||||
| EXTRAKEY_ENABLE = yes       # Audio control and System control(+450) | ||||
| CONSOLE_ENABLE = no         # Console for debug(+400) | ||||
| COMMAND_ENABLE = yes        # Commands for debug and configuration | ||||
| NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| MIDI_ENABLE = no            # MIDI controls | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| RGBLIGHT_ENABLE = yes        # Enable WS2812 RGB underlight.  Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
							
								
								
									
										8
									
								
								keyboards/miuni32/keymaps/adam-lee/config.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								keyboards/miuni32/keymaps/adam-lee/config.h
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,8 @@ | ||||
| #ifndef CONFIG_USER_H | ||||
| #define CONFIG_USER_H | ||||
| 
 | ||||
| #include "../../config.h" | ||||
| 
 | ||||
| // place overrides here
 | ||||
| 
 | ||||
| #endif | ||||
							
								
								
									
										119
									
								
								keyboards/miuni32/keymaps/adam-lee/keymap.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										119
									
								
								keyboards/miuni32/keymaps/adam-lee/keymap.c
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,119 @@ | ||||
| #include "miuni32.h" | ||||
| 
 | ||||
| const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||||
|     /* Level 0: Default Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * |   Q   |   W   |   E   |   R   |   T   |   Y   |   U   |   I   |   O   |   P   |  BSP  | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |   A   |   S   |   D   |   F   |   G   |   H   |   J   |   K   |   L   |  ENT  |LT(1|,)| | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |LT(3|Z)|   X   |   C   |   V   |   NO  |  SPC  |   B   |   N   |   M   |  RSFT |LT(2|.)| | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[0] ={ | ||||
| 		{KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC},  | ||||
| 		{KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENT, LT(1, KC_COMMA)},  | ||||
| 		{LT(3, KC_Z), KC_X, KC_C, KC_V, KC_NO, KC_SPC, KC_B, KC_N, KC_M, KC_RSFT, LT(2, KC_DOT)} | ||||
| 	}, | ||||
| 	/* Level 1: Numbers Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * |  ESC  |   7   |   8   |   9   |   /   |   *   |   .   |   ,   |   (   |   )   |  DEL  | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  TAB  |   4   |   5   |   6   |   -   |   +   |  HOME |   UP  |  END  |  PGUP |  TRNS | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  LATL |   1   |   2   |   3   |   0   |   NO  |  LEFT |  DOWN |  RGHT |  PGDN | RSHFT | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[1] ={ | ||||
| 		{KC_ESC, KC_7, KC_8, KC_9, KC_SLSH, KC_ASTR, KC_DOT, KC_COMM, KC_LPRN, KC_RPRN, KC_DEL},  | ||||
| 		{KC_TAB, KC_4, KC_5, KC_6, KC_MINS, KC_PLUS, KC_HOME, KC_UP, KC_END, KC_PGUP, KC_TRNS}, | ||||
| 		{KC_LALT, KC_1, KC_2, KC_3, KC_0, KC_NO, KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, KC_RSFT} | ||||
| 	}, | ||||
| 	/* Level 2: Symbols Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * |   !   |   @   |   #   |   $   |   %   |   ^   |   &   |   *   |   -   |   +   |   =   | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |   {   |   }   |   [   |   ]   |  TRNS |  TRNS |   \   |   ;   |   :   |   `   |   ?   | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  LSFT |  LCTL |   L   |   T   |  TRNS |  TAB  |   N   |  TRNS |  TRNS |  RCTL |  TRNS | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[2] ={ | ||||
| 		{KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_MINS, KC_PLUS, KC_EQL}, | ||||
| 		{KC_LCBR, KC_RCBR, KC_LBRC, KC_RBRC, KC_TRNS, KC_TRNS, KC_BSLS, KC_SCLN, KC_COLN, KC_GRV, KC_QUES}, | ||||
| 		{KC_LSFT, KC_LCTL, KC_L, KC_T, KC_TRNS, KC_TAB, KC_N, KC_TRNS, KC_TRNS, KC_RCTL, KC_TRNS} | ||||
| 	}, | ||||
| 	/* Level 3: RGB Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * | RESET |  TRNS |  TRNS |  TRNS |  TRNS |   F1  |   F2  |   F3  |   F4  |   F5  |   F6  | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |RGB_TOG|RGB_MOD|RGB_HUI|RGB_HUD|   NO  |RGB_SAI|RGB_SAD|RGB_VAI|RGB_VAD|  TRNS |  TRNS | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  TRNS |  TRNS |  TRNS |  TRNS |   NO  |   F7  |   F8  |   F9  |  F10  |  F11  |  F12  | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[3] ={ | ||||
| 		{RESET, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6},  | ||||
| 		{RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, KC_NO, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, KC_TRNS, KC_TRNS}, | ||||
| 		{KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_NO, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11,  KC_F12} | ||||
| 	} | ||||
| }; | ||||
| 
 | ||||
| const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||||
| { | ||||
|   // MACRODOWN only works in this function
 | ||||
|       switch(id) { | ||||
|         case 0: | ||||
|           if (record->event.pressed) { | ||||
|             register_code(KC_RSFT); | ||||
|           } else { | ||||
|             unregister_code(KC_RSFT); | ||||
|           } | ||||
|         break; | ||||
|       } | ||||
|     return MACRO_NONE; | ||||
| }; | ||||
| 
 | ||||
| void matrix_init_user(void) { | ||||
| } | ||||
| 
 | ||||
| void matrix_scan_user(void) { | ||||
| } | ||||
| 
 | ||||
| bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||||
| 	return true; | ||||
| } | ||||
| 
 | ||||
| void led_set_user(uint8_t usb_led) { | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_NUM_LOCK)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_CAPS_LOCK)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_SCROLL_LOCK)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_COMPOSE)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_KANA)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| } | ||||
							
								
								
									
										1
									
								
								keyboards/miuni32/keymaps/adam-lee/readme.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								keyboards/miuni32/keymaps/adam-lee/readme.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| # The default keymap for miuni32 | ||||
| @ -1,20 +1,63 @@ | ||||
| #include "miuni32.h" | ||||
| 
 | ||||
| const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||||
| [0] ={ | ||||
|     /* Level 0: Default Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * |   Q   |   W   |   E   |   R   |   T   |   Y   |   U   |   I   |   O   |   P   |  BSP  | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |   A   |   S   |   D   |   F   |   G   |   H   |   J   |   K   |   L   |  ENT  |LT(1|,)| | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |LT(3|Z)|   X   |   C   |   V   |   NO  |  SPC  |   B   |   N   |   M   |  RSFT |LT(2|.)| | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[0] ={ | ||||
| 		{KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC},  | ||||
|        {KC_A,   KC_S,   KC_D,   KC_F,   KC_G,   KC_H,   KC_J,   KC_K,   KC_L,   KC_RSFT, KC_ENT}, | ||||
|        {KC_Z,   KC_X,   KC_C,   KC_V,   KC_V,  KC_SPC, KC_B,   KC_N,   KC_M ,  MO(1), KC_RCTL} | ||||
| 		{KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENT, LT(1, KC_COMMA)},  | ||||
| 		{LT(3, KC_Z), KC_X, KC_C, KC_V, KC_NO, KC_SPC, KC_B, KC_N, KC_M, KC_RSFT, LT(2, KC_DOT)} | ||||
| 	}, | ||||
| [1] ={ | ||||
|        {KC_PGUP,  KC_UP,    KC_PGDN,  KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_TRNS,  KC_DEL}, | ||||
|        {KC_LEFT,  KC_DOWN,  KC_RGHT,  KC_TRNS,  KC_HOME,  KC_LEFT,  KC_DOWN,  KC_UP,    KC_RGHT,  KC_END,   KC_TRNS}, | ||||
|        {RGB_TOG,  RGB_HUI,  RGB_HUD,  RGB_SAI,  KC_TRNS,  RGB_SAD,  RGB_VAI,  RGB_VAD, KC_TRNS, KC_TRNS, RGB_MOD}, | ||||
| 	/* Level 1: Numbers Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * |  ESC  |   7   |   8   |   9   |   /   |   *   |   .   |   ,   |   (   |   )   |  DEL  | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  TAB  |   4   |   5   |   6   |   -   |   +   |  HOME |   UP  |  END  |  PGUP |  TRNS | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  LATL |   1   |   2   |   3   |   0   |   NO  |  LEFT |  DOWN |  RGHT |  PGDN | RSHFT | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[1] ={ | ||||
| 		{KC_ESC, KC_7, KC_8, KC_9, KC_SLSH, KC_ASTR, KC_DOT, KC_COMM, KC_LPRN, KC_RPRN, KC_DEL},  | ||||
| 		{KC_TAB, KC_4, KC_5, KC_6, KC_MINS, KC_PLUS, KC_HOME, KC_UP, KC_END, KC_PGUP, KC_TRNS}, | ||||
| 		{KC_LALT, KC_1, KC_2, KC_3, KC_0, KC_NO, KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, KC_RSFT} | ||||
| 	}, | ||||
| 	/* Level 2: Symbols Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * |   !   |   @   |   #   |   $   |   %   |   ^   |   &   |   *   |   -   |   +   |   =   | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |   {   |   }   |   [   |   ]   |  TRNS |  TRNS |   \   |   ;   |   :   |   `   |   ?   | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  LSFT |  LCTL |   L   |   T   |  TRNS |  TAB  |   N   |  TRNS |  TRNS |  RCTL |  TRNS | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[2] ={ | ||||
| 		{KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_MINS, KC_PLUS, KC_EQL}, | ||||
| 		{KC_LCBR, KC_RCBR, KC_LBRC, KC_RBRC, KC_TRNS, KC_TRNS, KC_BSLS, KC_SCLN, KC_COLN, KC_GRV, KC_QUES}, | ||||
| 		{KC_LSFT, KC_LCTL, KC_L, KC_T, KC_TRNS, KC_TAB, KC_N, KC_TRNS, KC_TRNS, KC_RCTL, KC_TRNS} | ||||
| 	}, | ||||
| 	/* Level 3: RGB Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * | RESET |  TRNS |  TRNS |  TRNS |  TRNS |   F1  |   F2  |   F3  |   F4  |   F5  |   F6  | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |RGB_TOG|RGB_MOD|RGB_HUI|RGB_HUD|   NO  |RGB_SAI|RGB_SAD|RGB_VAI|RGB_VAD|  TRNS |  TRNS | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  TRNS |  TRNS |  TRNS |  TRNS |   NO  |   F7  |   F8  |   F9  |  F10  |  F11  |  F12  | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[3] ={ | ||||
| 		{RESET, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6},  | ||||
| 		{RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, KC_NO, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, KC_TRNS, KC_TRNS}, | ||||
| 		{KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_NO, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11,  KC_F12} | ||||
| 	} | ||||
| }; | ||||
| const uint16_t PROGMEM fn_actions[] = { | ||||
| 
 | ||||
| }; | ||||
| 
 | ||||
| const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||||
| { | ||||
| @ -31,13 +74,10 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||||
|     return MACRO_NONE; | ||||
| }; | ||||
| 
 | ||||
| 
 | ||||
| void matrix_init_user(void) { | ||||
| 
 | ||||
| } | ||||
| 
 | ||||
| void matrix_scan_user(void) { | ||||
| 
 | ||||
| } | ||||
| 
 | ||||
| bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||||
| @ -46,4 +86,34 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||||
| 
 | ||||
| void led_set_user(uint8_t usb_led) { | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_NUM_LOCK)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_CAPS_LOCK)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_SCROLL_LOCK)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_COMPOSE)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_KANA)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| } | ||||
|  | ||||
							
								
								
									
										21
									
								
								keyboards/miuni32/keymaps/ht_156/Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								keyboards/miuni32/keymaps/ht_156/Makefile
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,21 @@ | ||||
| # Build Options
 | ||||
| #   change to "no" to disable the options, or define them in the Makefile in 
 | ||||
| #   the appropriate keymap folder that will get included automatically
 | ||||
| #
 | ||||
| BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000) | ||||
| MOUSEKEY_ENABLE = yes       # Mouse keys(+4700) | ||||
| EXTRAKEY_ENABLE = yes       # Audio control and System control(+450) | ||||
| CONSOLE_ENABLE = no         # Console for debug(+400) | ||||
| COMMAND_ENABLE = yes        # Commands for debug and configuration | ||||
| NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | ||||
| BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality | ||||
| MIDI_ENABLE = no            # MIDI controls | ||||
| AUDIO_ENABLE = no           # Audio output on port C6 | ||||
| UNICODE_ENABLE = no         # Unicode | ||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||
| RGBLIGHT_ENABLE = yes        # Enable WS2812 RGB underlight.  Do not enable this with audio at the same time. | ||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend | ||||
| 
 | ||||
| ifndef QUANTUM_DIR | ||||
| 	include ../../../../Makefile | ||||
| endif | ||||
							
								
								
									
										8
									
								
								keyboards/miuni32/keymaps/ht_156/config.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								keyboards/miuni32/keymaps/ht_156/config.h
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,8 @@ | ||||
| #ifndef CONFIG_USER_H | ||||
| #define CONFIG_USER_H | ||||
| 
 | ||||
| #include "../../config.h" | ||||
| 
 | ||||
| // place overrides here
 | ||||
| 
 | ||||
| #endif | ||||
							
								
								
									
										181
									
								
								keyboards/miuni32/keymaps/ht_156/keymap.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										181
									
								
								keyboards/miuni32/keymaps/ht_156/keymap.c
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,181 @@ | ||||
| #include "miuni32.h" | ||||
| 
 | ||||
| // Keyboard layer definitions
 | ||||
| #define BASE    0 | ||||
| #define NUMBERS 1 | ||||
| #define SYMBOLS 2 | ||||
| #define MEDIA   3 | ||||
| 
 | ||||
| // Keyboard macro defintions
 | ||||
| #define GIT_ST  M(0) | ||||
| #define GIT_PU  M(1) | ||||
| #define GIT_CM  M(2) | ||||
| #define HM_DIR  M(3) | ||||
| 
 | ||||
| const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||||
|     /* Level 0: Default Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * |   Q   |   W   |   E   |   R   |   T   |   Y   |   U   |   I   |   O   |   P   |  BSP  | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |   A   |   S   |   D   |   F   |   G   |   H   |   J   |   K   |   L   |  ENT  |  RSFT | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |LT(2|Z)|LT(3|X)|   C   |   V   |   B   |  SPC  |   N   |   M   |   ,   |LT(1|.)|  RCTL | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[BASE] ={ | ||||
| 		{KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC},  | ||||
| 		{KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_ENT, KC_RSFT},  | ||||
| 		{LT(2, KC_Z), LT(3, KC_X), KC_C, KC_V, KC_B, KC_SPC, KC_N, KC_M, KC_COMMA, LT(1, KC_DOT), KC_RCTL} | ||||
| 	}, | ||||
| 	/* Level 1: Numbers Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * |  ESC  |   7   |   8   |   9   |   /   |   *   |   .   |   ,   |   (   |   )   |  DEL  | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  TAB  |   4   |   5   |   6   |   -   |   +   |  HOME |   UP  |  END  |  INS  |  PGUP | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  LATL |   1   |   2   |   3   |   0   |  ENT  |  LEFT |  DOWN |  RGHT | !TRNS!|  PGDN | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[NUMBERS] ={ | ||||
| 		{KC_ESC, KC_7, KC_8, KC_9, KC_SLSH, KC_ASTR, KC_DOT, KC_COMM, KC_LPRN, KC_RPRN, KC_DEL},  | ||||
| 		{KC_TAB, KC_4, KC_5, KC_6, KC_MINS, KC_PLUS, KC_HOME, KC_UP, KC_END, KC_INSERT, KC_PGUP}, | ||||
| 		{KC_LALT, KC_1, KC_2, KC_3, KC_0, KC_ENT, KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_PGDN} | ||||
| 	}, | ||||
| 	/* Level 2: Symbols Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * |   !   |   @   |   #   |   $   |   %   |   ^   |   &   |   *   |   _   |   =   |   ?   | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * | RESET |  LSFT |   ~   |   {   |   }   |   \   |   |   |   ;   |   :   |   `   |   "   | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * | !TRNS!|  LCTL |  TRNS |   [   |   ]   |  TAB  |   <   |   >   |  TRNS |  RCTL |  TRNS | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
| 	[SYMBOLS] ={ | ||||
| 		{KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_UNDS, KC_EQL, KC_QUES}, | ||||
| 		{RESET, KC_LSFT, KC_TILD, KC_LCBR, KC_RCBR, KC_BSLS, KC_PIPE, KC_SCLN, KC_COLN, KC_GRV, KC_DQUO}, | ||||
| 		{KC_TRNS, KC_LCTL, KC_TRNS, KC_LBRC, KC_RBRC, KC_TAB, KC_LABK, KC_RABK, KC_TRNS, KC_RCTL, KC_TRNS} | ||||
| 	}, | ||||
|     /* Level 3: Media Layer
 | ||||
|      * ,---------------------------------------------------------------------------------------. | ||||
|      * |RGB_TOG|RGB_HUI|RGB_SAI|RGB_VAI| GIT_CM|  CALC |  WREF |  WFAV |  MUTE |  VOLD |  VOLU | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |RGB_MOD|RGB_HUD|RGB_SAD|RGB_VAD| GIT_ST|  WHOM |  WBAK |  WFWD |  TRNS |  STOP |  PLAY | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      * |  TRNS | !TRNS!|  TRNS | HM_DIR| GIT_PU|  MYCM |  WSTP |  WSCH |  MSEL |  MPRV |  MNXT | | ||||
|      * |---------------------------------------------------------------------------------------| | ||||
|      */ | ||||
|     [MEDIA] ={ | ||||
|         {RGB_TOG, RGB_HUI, RGB_SAI, RGB_VAI, GIT_CM, KC_CALC, KC_WREF, KC_WFAV, KC_MUTE, KC_VOLD, KC_VOLU}, | ||||
|         {RGB_MOD, RGB_HUD, RGB_SAD, RGB_VAD, GIT_ST, KC_WHOM, KC_WBAK, KC_WFWD, KC_TRNS, KC_MSTP, KC_MPLY}, | ||||
|         {KC_TRNS, KC_TRNS, KC_TRNS, HM_DIR, GIT_PU, KC_MYCM, KC_WSTP, KC_WSCH, KC_MSEL, KC_MPRV, KC_MNXT} | ||||
|     } | ||||
| }; | ||||
| 
 | ||||
| void press_and_release_key(uint8_t code) | ||||
| { | ||||
|     register_code(code); | ||||
|     unregister_code(code); | ||||
| } | ||||
| 
 | ||||
| void press_and_release_mod_key(uint8_t mod, uint8_t code) | ||||
| { | ||||
|     register_code(mod); | ||||
|     register_code(code); | ||||
|     unregister_code(code); | ||||
|     unregister_code(mod); | ||||
| } | ||||
| 
 | ||||
| const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||||
| { | ||||
|   // MACRODOWN only works in this function
 | ||||
|       switch(id)  | ||||
|       { | ||||
|         case 0: | ||||
|           if (record->event.pressed)  | ||||
|           { | ||||
|             return MACRO(T(G), T(I), T(T), T(SPC), | ||||
|                          T(S), T(T), T(A), T(T), T(U), T(S), END); | ||||
|           } | ||||
|         break; | ||||
|         case 1: | ||||
|           if (record->event.pressed)  | ||||
|           { | ||||
|             return MACRO(T(G), T(I), T(T), T(SPC), | ||||
|                          T(P), T(U), T(L), T(L), END); | ||||
|           } | ||||
|         break; | ||||
|         case 2: | ||||
|           if (record->event.pressed)  | ||||
|           { | ||||
|             return MACRO(T(G), T(I), T(T), T(SPC), | ||||
|                          T(C), T(O), T(M), T(M), T(I), T(T), END); | ||||
|           } | ||||
|         break; | ||||
|         case 3: | ||||
|           if (record->event.pressed)  | ||||
|           { | ||||
|             /*press_and_release_key(KC_C);
 | ||||
|             press_and_release_key(KC_D); | ||||
|             press_and_release_key(KC_SPC); | ||||
|             press_and_release_mod_key(KC_LSFT, KC_GRV); | ||||
|             press_and_release_key(KC_SLSH); | ||||
|             press_and_release_key(KC_Q); | ||||
|             press_and_release_key(KC_M); | ||||
|             press_and_release_key(KC_K); | ||||
|             press_and_release_mod_key(KC_LSFT, KC_MINS);*/ | ||||
|             return MACRO(I(0), | ||||
|                          T(C), T(D), T(SPC), | ||||
|                          D(LSFT), T(GRV), U(LSFT), T(SLSH), | ||||
|                          T(Q), T(M), T(K), D(LSFT), T(MINS), U(LSFT), | ||||
|                          T(F), T(I), T(R), T(M), T(W), T(A), T(R), T(E), T(SLSH), | ||||
|                          T(K), T(E), T(Y), T(B), T(O), T(A), T(R), T(D), T(S), T(SLSH),  | ||||
|                          T(M), T(I), T(U), T(N), T(I), T(3), T(2), T(SLSH), | ||||
|                          T(K), T(E), T(Y), T(M), T(A), T(P), T(S), END); | ||||
|           } | ||||
|       } | ||||
|     return MACRO_NONE; | ||||
| }; | ||||
| 
 | ||||
| void matrix_init_user(void) { | ||||
| } | ||||
| 
 | ||||
| void matrix_scan_user(void) { | ||||
| } | ||||
| 
 | ||||
| bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||||
| 	return true; | ||||
| } | ||||
| 
 | ||||
| void led_set_user(uint8_t usb_led) { | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_NUM_LOCK)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_CAPS_LOCK)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_SCROLL_LOCK)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_COMPOSE)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| 	if (usb_led & (1 << USB_LED_KANA)) { | ||||
| 
 | ||||
| 	} else { | ||||
| 
 | ||||
| 	} | ||||
| 
 | ||||
| } | ||||
							
								
								
									
										1
									
								
								keyboards/miuni32/keymaps/ht_156/readme.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								keyboards/miuni32/keymaps/ht_156/readme.md
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| # ht_156's keymap for miuni32, using 33 keys | ||||
| @ -6,10 +6,10 @@ | ||||
| #define KEYMAP( \ | ||||
|     K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, \ | ||||
|     K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, \ | ||||
|     K20, K21, K22, K23, K24, K25, K26, K27, K28, K29, K2A ) { \ | ||||
|     K20, K21, K22, K23,      K25, K26, K27, K28, K29, K2A ) { \ | ||||
|     { KC_##K00, KC_##K01, KC_##K02, KC_##K03, KC_##K04, KC_##K05, KC_##K06, KC_##K07, KC_##K08, KC_##K09, KC_##K0A }, \ | ||||
|     { KC_##K10, KC_##K11, KC_##K12, KC_##K13, KC_##K14, KC_##K15, KC_##K16, KC_##K17, KC_##K18, KC_##K19, KC_##K1A }, \ | ||||
|     { KC_##K20, KC_##K21, KC_##K22, KC_##K23, KC_##K24,    KC_##K25, KC_##K26, KC_##K27, KC_##K28, KC_##K29, KC_##K2A }  \ | ||||
|     { KC_##K20, KC_##K21, KC_##K22, KC_##K23, KC_NO, KC_##K25, KC_##K26, KC_##K27, KC_##K28, KC_##K29, KC_##K2A }  \ | ||||
| } | ||||
| 
 | ||||
| #endif | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jack Humbert
						Jack Humbert