[Keymap] Updating keymaps (#7170)
* Added WOW layer * Initial commit for this branch. Still a work in progress. * Added Rorschach keyboard layout. * Simplified keymap Removed the media layer to help simplify things. Also corrected some keymap mistakes in the Qwerty and Colemak layers. * Added ErgoTravel keymap. * reverted to previous layout. * Added Sol keyboard layout. * Minor changes to keymap. * more changes * Added sol graphic by Kagerufu and Cardiactuna * Added colemak layer because I can. * more changes to sol layout * Streamlined Sol layout * minor tweaks to sol layout * further revisions to sol keymap. * Removing deprecated #include statements from my keymaps * Standardizing keymap `include` lines. * Minor change to keymap. Swapped ESC with GRV on all alpha layers. * Tweaks to Atreus62 Keymap Added a layer for FPS RPG Loot Shooters. * Fixed readme.md for Atreus keymap. Replaced "Keymap" with "Layer" in illustrations for continuity's sake * More readme.md clean-up More clarification in the Atreus readme file. * Next verse, same as the first. * Changes to Sol layout Bringing my Sol layout more in line with my other Orthos. * Fixed keymap GUI. Replaced left-hand "RGUI" with "LGUI" on all layers as it should be. * Added ALPS64 keymap * Formatting corrections * fixes to config.h and keymap.c * Fixed errors This commit fixes a pathing issue in keyboards/orthodox/keymaps/xyverz/config.h and removes an stupid comma at the end of each LAYOUT stanza in keyboards/rgbkb/sol/keymaps/xyverz/keymap.c left there by me. * Fixed orthodox keymap config.h file I hope this one fixes the problem. *sigh* * Making suggested changes for PR#6192 Thanks to noroadsleft, fauxpark, and drashna. Still have more work to do, but at least these suggestions have been applied. * Fixing build errors Travis has shown me the error of my ways... * More fixes and corrections Those pesky semicolons... * More Fixes. * Removing unneeded code snippet. * fixed omitted semicolons * Code updates to my keymaps Updating the code for my Iris, Atreus62, and Atreus keymaps. * Fixed Atreus62 Keymap I forgot to add in the aliases for LOWER, RAISE, and ADJUST. * Added userspace Also made changes to Atreus62 Keymap to turn the red LEDs off on the ProMicro * Fixing code that disables LEDs on ProMicros Also tidied up my ErgoTravel keymap. * Moving userspace to new branch Moving my userspace to a new branch for the sake of keeping things clean on the master branch. * Added F13-F15 to Atreus62 Layout. * Update readme.md. * Updated Phantom keymap to current keymap standards * Phantom keymap updates Further updates - tidying and removing cruft. Thank you zvecr on Discord for the help! * Standards Updates Bringing my Kinesis keymap up to current code standards * Adding a readme * Bring GH60 code to standard * Utilizing layouts for 60_ansi and tkl_ansi Moving my GH60 and Phantom keymaps into layouts/community/ * Alps64 layout removal Removing my Alps64 keymap now that I've setup my 60_ansi layout. * Moved Clueboard layout to community/66_ansi. * Additions to 66_ansi config.h * Bringing keymaps up to standard. * More updates to keymaps. * Syntax updates * Revert "Syntax updates" This reverts commit a892b2d9fcc0d4ba8fc22d676d5414120cc2c183. * Moved WIP keymaps Moved my WIP keymaps to my wip_keymaps branch to keep my master clean * Updates requested by noroadsleft * more changes per noroadsleft More fixes as requested by noroadsleft. Further tidy-up and standardization of my keymap code.
This commit is contained in:
		
							parent
							
								
									8ab7f1f39e
								
							
						
					
					
						commit
						f19c8b2d5d
					
				
					 28 changed files with 1060 additions and 1187 deletions
				
			
		| 
						 | 
				
			
			@ -1,26 +1,20 @@
 | 
			
		|||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
extern keymap_config_t keymap_config;
 | 
			
		||||
 | 
			
		||||
#define _DVORAK 0 // Dvorak layer
 | 
			
		||||
#define _QWERTY 1 // Qwerty layer
 | 
			
		||||
#define _COLEMAK 2 // Colemak layer
 | 
			
		||||
#define _MEDIA 3 // Media Layer
 | 
			
		||||
#define _KEYPAD 4 // Keypad Layer
 | 
			
		||||
 | 
			
		||||
enum custom_keycodes {
 | 
			
		||||
  DVORAK = SAFE_RANGE,
 | 
			
		||||
  QWERTY,
 | 
			
		||||
  COLEMAK,
 | 
			
		||||
  MEDIA,
 | 
			
		||||
  KEYPAD
 | 
			
		||||
enum layer_names {
 | 
			
		||||
    _DVORAK,
 | 
			
		||||
    _QWERTY,
 | 
			
		||||
    _COLEMAK,
 | 
			
		||||
    _KEYPAD,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum custom_keycodes { DVORAK = SAFE_RANGE, QWERTY, COLEMAK, KEYPAD };
 | 
			
		||||
 | 
			
		||||
// Aliases to make the keymap more uniform
 | 
			
		||||
#define GUI_END GUI_T(KC_END)
 | 
			
		||||
#define MED_DEL LT(_MEDIA, KC_DEL)
 | 
			
		||||
#define KPD_ENT LT(_KEYPAD, KC_ENT)
 | 
			
		||||
 | 
			
		||||
// clang-format off
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 | 
			
		||||
        Function Keys on All Layers (Keypad toggles):
 | 
			
		||||
| 
						 | 
				
			
			@ -46,9 +40,9 @@ enum custom_keycodes {
 | 
			
		|||
	                             ,--------------.,--------------.
 | 
			
		||||
	                             | LCtl  | LAlt || RGUI | RCtl  |
 | 
			
		||||
	                      ,------|-------|------||------+-------+-------.
 | 
			
		||||
	                      |      |  Del  | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |   /   |------||------|   /   | Space |
 | 
			
		||||
	                      |      | Media | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      |      |       | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |  Del  |------||------|   /   | Space |
 | 
			
		||||
	                      |      |       | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      `---------------------'`----------------------'
 | 
			
		||||
 | 
			
		||||
        QWERTY layer:
 | 
			
		||||
| 
						 | 
				
			
			@ -66,9 +60,9 @@ enum custom_keycodes {
 | 
			
		|||
	                             ,--------------.,--------------.
 | 
			
		||||
	                             | LCtl  | LAlt || RGUI | RCtl  |
 | 
			
		||||
	                      ,------|-------|------||------+-------+-------.
 | 
			
		||||
	                      |      |  Del  | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |   /   |------||------|   /   | Space |
 | 
			
		||||
	                      |      | Media | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      |      |       | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |  Del  |------||------|   /   | Space |
 | 
			
		||||
	                      |      |       | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      `---------------------'`----------------------'
 | 
			
		||||
 | 
			
		||||
        Colemak layer:
 | 
			
		||||
| 
						 | 
				
			
			@ -86,31 +80,11 @@ enum custom_keycodes {
 | 
			
		|||
	                             ,--------------.,--------------.
 | 
			
		||||
	                             | LCtl  | LAlt || RGUI | RCtl  |
 | 
			
		||||
	                      ,------|-------|------||------+-------+-------.
 | 
			
		||||
	                      |      |  Del  | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |   /   |------||------|   /   | Space |
 | 
			
		||||
	                      |      | Media | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      |      |       | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |  Del  |------||------|   /   | Space |
 | 
			
		||||
	                      |      |       | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      `---------------------'`----------------------'
 | 
			
		||||
 | 
			
		||||
        Media layer:
 | 
			
		||||
	,-------------------------------------------.,-------------------------------------------.
 | 
			
		||||
	|   F11  |  F1  |  F2  |  F3  |  F4  |  F5  ||  F6  |  F7  |  F8  |  F9  |  F10 |  F12   |
 | 
			
		||||
	|--------+------+------+------+------+------||------+------+------+------+------+--------|
 | 
			
		||||
	|        |      |      |      |      |      ||      |      |      |      |      |        |
 | 
			
		||||
	|--------+------+------+------+------+------||------+------+------+------+------+--------|
 | 
			
		||||
	|        |      | Mute | Vol- | Vol+ |      ||      |      |      |      |      |        |
 | 
			
		||||
	|--------+------+------+------+------+------||------+------+------+------+------+--------|
 | 
			
		||||
	|        | Stop | Prev | Play | Next | Sel  ||      |      |      |      |      |        |
 | 
			
		||||
	`--------+------+------+------+------+------'`------+------+------+------+------+--------'
 | 
			
		||||
	         |      |      |      |      |              |      |      |      |      |
 | 
			
		||||
	         `---------------------------'              `---------------------------'
 | 
			
		||||
	                              ,-------------.,-------------.
 | 
			
		||||
	                              |      |      ||      |      |
 | 
			
		||||
	                       ,------|------|------||------+------+------.
 | 
			
		||||
	                       |      |      |      ||      |      |      |
 | 
			
		||||
	                       |      |      |------||------|      |      |
 | 
			
		||||
	                       |      |      |      ||      |      |      |
 | 
			
		||||
	                       `--------------------'`--------------------'
 | 
			
		||||
 | 
			
		||||
        Keypad layer:
 | 
			
		||||
	,-------------------------------------------.,-------------------------------------------.
 | 
			
		||||
	| Power  |      |      |      |      |      ||      | NmLk | KP = | KP / | KP * |        |
 | 
			
		||||
| 
						 | 
				
			
			@ -145,7 +119,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
           // Left Thumb
 | 
			
		||||
                    KC_LCTL, KC_LALT,
 | 
			
		||||
                             KC_HOME,
 | 
			
		||||
           KC_BSPC, MED_DEL, GUI_END,
 | 
			
		||||
           KC_BSPC, KC_DEL,  GUI_END,
 | 
			
		||||
 | 
			
		||||
           // Right Hand
 | 
			
		||||
           KC_F9,   KC_F10,  KC_F11,  KC_F12,  KC_PSCR, KC_SLCK, KC_PAUS, TG(_KEYPAD),  RESET,
 | 
			
		||||
| 
						 | 
				
			
			@ -171,12 +145,12 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
           // Left Thumb
 | 
			
		||||
                    KC_LCTL, KC_LALT,
 | 
			
		||||
                             KC_HOME,
 | 
			
		||||
           KC_BSPC, MED_DEL, KC_END,
 | 
			
		||||
           KC_BSPC, KC_DEL,  KC_END,
 | 
			
		||||
 | 
			
		||||
           // Right Hand
 | 
			
		||||
           KC_F9,   KC_F10,  KC_F11,  KC_F12,  KC_PSCR, KC_SLCK, KC_PAUS, TG(_KEYPAD),  RESET,
 | 
			
		||||
           KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_BSLS,
 | 
			
		||||
           KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_DEL ,
 | 
			
		||||
           KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
           KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_BSLS ,
 | 
			
		||||
           KC_H,    KC_J,    KC_K,    KC_L,    KC_SCLN, KC_QUOT,
 | 
			
		||||
           KC_N,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_RSFT,
 | 
			
		||||
                    KC_UP,   KC_DOWN, KC_LBRC, KC_RBRC,
 | 
			
		||||
| 
						 | 
				
			
			@ -197,12 +171,12 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
           // Left Thumb
 | 
			
		||||
                    KC_LCTL, KC_LALT,
 | 
			
		||||
                             KC_HOME,
 | 
			
		||||
           KC_BSPC, MED_DEL, KC_END,
 | 
			
		||||
           KC_BSPC, KC_DEL,  KC_END,
 | 
			
		||||
 | 
			
		||||
           // Right Hand
 | 
			
		||||
           KC_F9,   KC_F10,  KC_F11,  KC_F12,  KC_PSCR, KC_SLCK, KC_PAUS, TG(_KEYPAD),  RESET,
 | 
			
		||||
           KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_MINS,
 | 
			
		||||
           KC_J,    KC_L,    KC_U,    KC_Y,    KC_SCLN, KC_DEL,
 | 
			
		||||
           KC_J,    KC_L,    KC_U,    KC_Y,    KC_SCLN, KC_BSLS,
 | 
			
		||||
           KC_H,    KC_N,    KC_E,    KC_I,    KC_O,    KC_QUOT,
 | 
			
		||||
           KC_K,    KC_M,    KC_COMM, KC_DOT,  KC_SLSH, KC_RSFT,
 | 
			
		||||
                    KC_UP,   KC_DOWN, KC_LBRC, KC_RBRC,
 | 
			
		||||
| 
						 | 
				
			
			@ -212,32 +186,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
           KC_PGDN, KPD_ENT, KC_SPC
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
[_MEDIA] = LAYOUT (
 | 
			
		||||
           // Left Hand
 | 
			
		||||
           _______, _______, _______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
           KC_F11,  KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,
 | 
			
		||||
           _______, _______, _______, _______, _______, _______,
 | 
			
		||||
           _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______,
 | 
			
		||||
           _______, KC_MSTP, KC_MPRV, KC_MPLY, KC_MNXT, KC_MSEL,
 | 
			
		||||
                    _______, _______, _______, _______,
 | 
			
		||||
           // Left Thumb
 | 
			
		||||
                    _______, _______,
 | 
			
		||||
                             _______,
 | 
			
		||||
           _______, _______, _______,
 | 
			
		||||
 | 
			
		||||
           // Right Hand
 | 
			
		||||
           _______, _______, _______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
           KC_F6,   KC_F7,   KC_F8,   KC_F9,   KC_F10,  KC_F12,
 | 
			
		||||
           _______, _______, _______, _______, _______, _______,
 | 
			
		||||
           _______, _______, _______, _______, _______, _______,
 | 
			
		||||
           _______, _______, _______, _______, _______, _______,
 | 
			
		||||
                    _______, _______, _______, _______,
 | 
			
		||||
           // Right Thumb
 | 
			
		||||
           _______, _______,
 | 
			
		||||
           _______,
 | 
			
		||||
           _______, _______, _______
 | 
			
		||||
    ),
 | 
			
		||||
 | 
			
		||||
[_KEYPAD] = LAYOUT (
 | 
			
		||||
           // Left Hand
 | 
			
		||||
           _______, _______, _______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
| 
						 | 
				
			
			@ -251,7 +199,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
                             _______,
 | 
			
		||||
           _______, _______, _______,
 | 
			
		||||
 | 
			
		||||
           // Right Hand */
 | 
			
		||||
           // Right Hand
 | 
			
		||||
           _______, _______, _______, _______, _______, _______, _______, _______, _______,
 | 
			
		||||
           _______, KC_NLCK, KC_PEQL, KC_PSLS, KC_PAST, _______,
 | 
			
		||||
           _______, KC_P7,   KC_P8,   KC_P9,   KC_PMNS, _______,
 | 
			
		||||
| 
						 | 
				
			
			@ -263,38 +211,26 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
           _______,
 | 
			
		||||
           _______, _______, KC_P0
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
void persistent_default_layer_set(uint16_t default_layer) {
 | 
			
		||||
  eeconfig_update_default_layer(default_layer);
 | 
			
		||||
  default_layer_set(default_layer);
 | 
			
		||||
}
 | 
			
		||||
// clang-format on
 | 
			
		||||
 | 
			
		||||
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		||||
  switch (keycode) {
 | 
			
		||||
        case DVORAK:
 | 
			
		||||
          if (record->event.pressed) {
 | 
			
		||||
            persistent_default_layer_set(1UL<<_DVORAK);
 | 
			
		||||
          }
 | 
			
		||||
          return false;
 | 
			
		||||
          break;
 | 
			
		||||
        case QWERTY:
 | 
			
		||||
          if (record->event.pressed) {
 | 
			
		||||
            persistent_default_layer_set(1UL<<_QWERTY);
 | 
			
		||||
          }
 | 
			
		||||
          return false;
 | 
			
		||||
          break;
 | 
			
		||||
        case COLEMAK:
 | 
			
		||||
          if (record->event.pressed) {
 | 
			
		||||
            persistent_default_layer_set(1UL<<_COLEMAK);
 | 
			
		||||
          }
 | 
			
		||||
          return false;
 | 
			
		||||
          break;
 | 
			
		||||
      }
 | 
			
		||||
    if (record->event.pressed) {
 | 
			
		||||
        switch (keycode) {
 | 
			
		||||
            case DVORAK:
 | 
			
		||||
                set_single_persistent_default_layer(_DVORAK);
 | 
			
		||||
                return false;
 | 
			
		||||
            case QWERTY:
 | 
			
		||||
                set_single_persistent_default_layer(_QWERTY);
 | 
			
		||||
                return false;
 | 
			
		||||
            case COLEMAK:
 | 
			
		||||
                set_single_persistent_default_layer(_COLEMAK);
 | 
			
		||||
                return false;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
    return true;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
// Runs just one time when the keyboard initializes.
 | 
			
		||||
void matrix_init_user(void) {
 | 
			
		||||
};
 | 
			
		||||
void matrix_init_user(void){};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,6 +10,8 @@ I've enabled persistent keymaps for Qwerty, Dvorak and Colemak layers, similar t
 | 
			
		|||
 | 
			
		||||
Depending on the OS, most of the LEDs are now working in this keymap, but I still have yet to get the Num Pad LED working when switching to the Numpad layer.
 | 
			
		||||
 | 
			
		||||
Removed the Media layer 2018-12-07
 | 
			
		||||
 | 
			
		||||
## Still to do:
 | 
			
		||||
 | 
			
		||||
 * Figure out how to make the Numpad LED work properly.
 | 
			
		||||
| 
						 | 
				
			
			@ -38,9 +40,9 @@ Depending on the OS, most of the LEDs are now working in this keymap, but I stil
 | 
			
		|||
	                             ,--------------.,--------------.
 | 
			
		||||
	                             | LCtl  | LAlt || RGUI | RCtl  |
 | 
			
		||||
	                      ,------|-------|------||------+-------+-------.
 | 
			
		||||
	                      |      |  Del  | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |   /   |------||------|   /   | Space |
 | 
			
		||||
	                      |      | Media | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      |      |       | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |  Del  |------||------|   /   | Space |
 | 
			
		||||
	                      |      |       | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      `---------------------'`----------------------'
 | 
			
		||||
 | 
			
		||||
### Layer 1: QWERTY layer
 | 
			
		||||
| 
						 | 
				
			
			@ -59,9 +61,9 @@ Depending on the OS, most of the LEDs are now working in this keymap, but I stil
 | 
			
		|||
	                             ,--------------.,--------------.
 | 
			
		||||
	                             | LCtl  | LAlt || RGUI | RCtl  |
 | 
			
		||||
	                      ,------|-------|------||------+-------+-------.
 | 
			
		||||
	                      |      |  Del  | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |   /   |------||------|   /   | Space |
 | 
			
		||||
	                      |      | Media | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      |      |       | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |  Del  |------||------|   /   | Space |
 | 
			
		||||
	                      |      |       | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      `---------------------'`----------------------'
 | 
			
		||||
	 
 | 
			
		||||
### Keymap 2: Colemak layer
 | 
			
		||||
| 
						 | 
				
			
			@ -80,35 +82,12 @@ Depending on the OS, most of the LEDs are now working in this keymap, but I stil
 | 
			
		|||
	                             ,--------------.,--------------.
 | 
			
		||||
	                             | LCtl  | LAlt || RGUI | RCtl  |
 | 
			
		||||
	                      ,------|-------|------||------+-------+-------.
 | 
			
		||||
	                      |      |  Del  | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |   /   |------||------|   /   | Space |
 | 
			
		||||
	                      |      | Media | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      |      |       | Home || PgUp | Enter |       |
 | 
			
		||||
	                      | BkSp |  Del  |------||------|   /   | Space |
 | 
			
		||||
	                      |      |       | End  || PgDn | KeyPd |       |
 | 
			
		||||
	                      `---------------------'`----------------------'
 | 
			
		||||
 | 
			
		||||
### layer 3 : Media layer
 | 
			
		||||
 | 
			
		||||
	,-------------------------------------------.,-------------------------------------------.
 | 
			
		||||
	|   F11  |  F1  |  F2  |  F3  |  F4  |  F5  ||  F6  |  F7  |  F8  |  F9  |  F10 |  F12   |
 | 
			
		||||
	|--------+------+------+------+------+------||------+------+------+------+------+--------|
 | 
			
		||||
	|        |      |      |      |      |      ||      |      |      |      |      |        |
 | 
			
		||||
	|--------+------+------+------+------+------||------+------+------+------+------+--------|
 | 
			
		||||
	|        |      | Mute | Vol- | Vol+ |      ||      |      |      |      |      |        |
 | 
			
		||||
	|--------+------+------+------+------+------||------+------+------+------+------+--------|
 | 
			
		||||
	|        | Stop | Prev | Play | Next | Sel  ||      |      |      |      |      |        |
 | 
			
		||||
	`--------+------+------+------+------+------'`------+------+------+------+------+--------'
 | 
			
		||||
	         |      |      |      |      |              |      |      |      |      |
 | 
			
		||||
	         `---------------------------'              `---------------------------'
 | 
			
		||||
	                              ,-------------.,-------------.
 | 
			
		||||
	                              |      |      ||      |      |
 | 
			
		||||
	                       ,------|------|------||------+------+------.
 | 
			
		||||
	                       |      |      |      ||      |      |      |
 | 
			
		||||
	                       |      |      |------||------|      |      |
 | 
			
		||||
	                       |      |      |      ||      |      |      |
 | 
			
		||||
	                       `--------------------'`--------------------'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### Keymap 4: Keypad layer
 | 
			
		||||
### layer 3 : Keypad layer
 | 
			
		||||
 | 
			
		||||
	,-------------------------------------------.,-------------------------------------------.
 | 
			
		||||
	| Power  |      |      |      |      |      ||      | NmLk | KP = | KP / | KP * |        |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue