Refactor: move keyboards into kumaokobo (#22719)
This commit is contained in:
		
							parent
							
								
									77688ac706
								
							
						
					
					
						commit
						9642cd9046
					
				
					 83 changed files with 94 additions and 10 deletions
				
			
		
							
								
								
									
										44
									
								
								keyboards/kumaokobo/pico/65keys/config.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										44
									
								
								keyboards/kumaokobo/pico/65keys/config.h
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,44 @@
 | 
			
		|||
/* Copyright 2019 Kumao Kobo <kumaokobo@gmail.com>
 | 
			
		||||
 *
 | 
			
		||||
 * This program is free software: you can redistribute it and/or modify
 | 
			
		||||
 * it under the terms of the GNU General Public License as published by
 | 
			
		||||
 * the Free Software Foundation, either version 2 of the License, or
 | 
			
		||||
 * (at your option) any later version.
 | 
			
		||||
 *
 | 
			
		||||
 * This program is distributed in the hope that it will be useful,
 | 
			
		||||
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
 * GNU General Public License for more details.
 | 
			
		||||
 *
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
 | 
			
		||||
#define LOCKING_SUPPORT_ENABLE
 | 
			
		||||
/* Locking resynchronize hack */
 | 
			
		||||
#define LOCKING_RESYNC_ENABLE
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Feature disable options
 | 
			
		||||
 *  These options are also useful to firmware size reduction.
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/* disable debug print */
 | 
			
		||||
// #define NO_DEBUG
 | 
			
		||||
 | 
			
		||||
/* disable print */
 | 
			
		||||
// #define NO_PRINT
 | 
			
		||||
 | 
			
		||||
/* disable action features */
 | 
			
		||||
//#define NO_ACTION_LAYER
 | 
			
		||||
//#define NO_ACTION_TAPPING
 | 
			
		||||
//#define NO_ACTION_ONESHOT
 | 
			
		||||
 | 
			
		||||
#define MOUSEKEY_INTERVAL       20
 | 
			
		||||
#define MOUSEKEY_DELAY          0
 | 
			
		||||
#define MOUSEKEY_TIME_TO_MAX    60
 | 
			
		||||
#define MOUSEKEY_MAX_SPEED      7
 | 
			
		||||
#define MOUSEKEY_WHEEL_DELAY    0
 | 
			
		||||
							
								
								
									
										116
									
								
								keyboards/kumaokobo/pico/65keys/info.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										116
									
								
								keyboards/kumaokobo/pico/65keys/info.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,116 @@
 | 
			
		|||
{
 | 
			
		||||
    "keyboard_name": "Pico Keyboard",
 | 
			
		||||
    "manufacturer": "Kumao Kobo",
 | 
			
		||||
    "url": "https://github.com/kumaokobo/pico-keyboard/",
 | 
			
		||||
    "maintainer": "Kumao Kobo",
 | 
			
		||||
    "usb": {
 | 
			
		||||
        "vid": "0xFEED",
 | 
			
		||||
        "pid": "0x9692",
 | 
			
		||||
        "device_version": "1.0.0"
 | 
			
		||||
    },
 | 
			
		||||
    "matrix_pins": {
 | 
			
		||||
        "cols": ["F5", "F6", "F7", "B1", "B3", "B2", "B6"],
 | 
			
		||||
        "rows": ["D4", "D7", "E6", "B4", "B5"]
 | 
			
		||||
    },
 | 
			
		||||
    "diode_direction": "COL2ROW",
 | 
			
		||||
    "split": {
 | 
			
		||||
        "soft_serial_pin": "D0"
 | 
			
		||||
    },
 | 
			
		||||
    "rgblight": {
 | 
			
		||||
        "saturation_steps": 8,
 | 
			
		||||
        "brightness_steps": 8,
 | 
			
		||||
        "led_count": 14,
 | 
			
		||||
        "animations": {
 | 
			
		||||
            "breathing": true,
 | 
			
		||||
            "rainbow_mood": true,
 | 
			
		||||
            "rainbow_swirl": true,
 | 
			
		||||
            "snake": true,
 | 
			
		||||
            "knight": true,
 | 
			
		||||
            "christmas": true,
 | 
			
		||||
            "static_gradient": true,
 | 
			
		||||
            "rgb_test": true,
 | 
			
		||||
            "alternating": true,
 | 
			
		||||
            "twinkle": true
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "ws2812": {
 | 
			
		||||
        "pin": "D3"
 | 
			
		||||
    },
 | 
			
		||||
    "processor": "atmega32u4",
 | 
			
		||||
    "bootloader": "caterina",
 | 
			
		||||
    "layouts": {
 | 
			
		||||
        "LAYOUT": {
 | 
			
		||||
            "layout": [
 | 
			
		||||
                {"matrix": [0, 1], "x": 0, "y": 0},
 | 
			
		||||
                {"matrix": [0, 2], "x": 1, "y": 0},
 | 
			
		||||
                {"matrix": [0, 3], "x": 2, "y": 0},
 | 
			
		||||
                {"matrix": [0, 4], "x": 3, "y": 0},
 | 
			
		||||
                {"matrix": [0, 5], "x": 4, "y": 0},
 | 
			
		||||
                {"matrix": [0, 6], "x": 5, "y": 0},
 | 
			
		||||
                {"matrix": [5, 0], "x": 9, "y": 0},
 | 
			
		||||
                {"matrix": [5, 1], "x": 10, "y": 0},
 | 
			
		||||
                {"matrix": [5, 2], "x": 11, "y": 0},
 | 
			
		||||
                {"matrix": [5, 3], "x": 12, "y": 0},
 | 
			
		||||
                {"matrix": [5, 4], "x": 13, "y": 0},
 | 
			
		||||
                {"matrix": [5, 5], "x": 14, "y": 0},
 | 
			
		||||
                {"matrix": [5, 6], "x": 15, "y": 0},
 | 
			
		||||
 | 
			
		||||
                {"matrix": [1, 1], "x": 0.25, "y": 1},
 | 
			
		||||
                {"matrix": [1, 2], "x": 1.25, "y": 1},
 | 
			
		||||
                {"matrix": [1, 3], "x": 2.25, "y": 1},
 | 
			
		||||
                {"matrix": [1, 4], "x": 3.25, "y": 1},
 | 
			
		||||
                {"matrix": [1, 5], "x": 4.25, "y": 1},
 | 
			
		||||
                {"matrix": [1, 6], "x": 5.25, "y": 1},
 | 
			
		||||
                {"matrix": [6, 0], "x": 9.25, "y": 1},
 | 
			
		||||
                {"matrix": [6, 1], "x": 10.25, "y": 1},
 | 
			
		||||
                {"matrix": [6, 2], "x": 11.25, "y": 1},
 | 
			
		||||
                {"matrix": [6, 3], "x": 12.25, "y": 1},
 | 
			
		||||
                {"matrix": [6, 4], "x": 13.25, "y": 1},
 | 
			
		||||
                {"matrix": [6, 5], "x": 14.25, "y": 1},
 | 
			
		||||
                {"matrix": [6, 6], "x": 15.25, "y": 1},
 | 
			
		||||
 | 
			
		||||
                {"matrix": [2, 1], "x": 0.5, "y": 2},
 | 
			
		||||
                {"matrix": [2, 2], "x": 1.5, "y": 2},
 | 
			
		||||
                {"matrix": [2, 3], "x": 2.5, "y": 2},
 | 
			
		||||
                {"matrix": [2, 4], "x": 3.5, "y": 2},
 | 
			
		||||
                {"matrix": [2, 5], "x": 4.5, "y": 2},
 | 
			
		||||
                {"matrix": [2, 6], "x": 5.5, "y": 2},
 | 
			
		||||
                {"matrix": [7, 0], "x": 9.5, "y": 2},
 | 
			
		||||
                {"matrix": [7, 1], "x": 10.5, "y": 2},
 | 
			
		||||
                {"matrix": [7, 2], "x": 11.5, "y": 2},
 | 
			
		||||
                {"matrix": [7, 3], "x": 12.5, "y": 2},
 | 
			
		||||
                {"matrix": [7, 4], "x": 13.5, "y": 2},
 | 
			
		||||
                {"matrix": [7, 5], "x": 14.5, "y": 2},
 | 
			
		||||
                {"matrix": [7, 6], "x": 15.5, "y": 2},
 | 
			
		||||
 | 
			
		||||
                {"matrix": [3, 1], "x": 0.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 2], "x": 1.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 3], "x": 2.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 4], "x": 3.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 5], "x": 4.75, "y": 3},
 | 
			
		||||
                {"matrix": [3, 6], "x": 5.75, "y": 3},
 | 
			
		||||
                {"matrix": [8, 0], "x": 9.75, "y": 3},
 | 
			
		||||
                {"matrix": [8, 1], "x": 10.75, "y": 3},
 | 
			
		||||
                {"matrix": [8, 2], "x": 11.75, "y": 3},
 | 
			
		||||
                {"matrix": [8, 3], "x": 12.75, "y": 3},
 | 
			
		||||
                {"matrix": [8, 4], "x": 13.75, "y": 3},
 | 
			
		||||
                {"matrix": [8, 5], "x": 14.75, "y": 3},
 | 
			
		||||
                {"matrix": [8, 6], "x": 15.75, "y": 3},
 | 
			
		||||
 | 
			
		||||
                {"matrix": [4, 1], "x": 1, "y": 4},
 | 
			
		||||
                {"matrix": [4, 2], "x": 2, "y": 4},
 | 
			
		||||
                {"matrix": [4, 3], "x": 3, "y": 4},
 | 
			
		||||
                {"matrix": [4, 4], "x": 4, "y": 4},
 | 
			
		||||
                {"matrix": [4, 5], "x": 5, "y": 4},
 | 
			
		||||
                {"matrix": [4, 6], "x": 6, "y": 4},
 | 
			
		||||
                {"matrix": [9, 0], "x": 10, "y": 4},
 | 
			
		||||
                {"matrix": [9, 1], "x": 11, "y": 4},
 | 
			
		||||
                {"matrix": [9, 2], "x": 12, "y": 4},
 | 
			
		||||
                {"matrix": [9, 3], "x": 13, "y": 4},
 | 
			
		||||
                {"matrix": [9, 4], "x": 14, "y": 4},
 | 
			
		||||
                {"matrix": [9, 5], "x": 15, "y": 4},
 | 
			
		||||
                {"matrix": [9, 6], "x": 16, "y": 4}
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										49
									
								
								keyboards/kumaokobo/pico/65keys/keymaps/default/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								keyboards/kumaokobo/pico/65keys/keymaps/default/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,49 @@
 | 
			
		|||
// Copyright Kumao Kobo <kumaokobo@gmail.com>
 | 
			
		||||
// SPDX-License-Identifier: GPL-2.0+
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
// Each layer gets a name for readability, which is then used in the keymap matrix below.
 | 
			
		||||
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
 | 
			
		||||
// Layer names don't all need to be of the same length, obviously, and you can also skip them
 | 
			
		||||
// entirely and just use numbers.
 | 
			
		||||
#define _QWERTY 0
 | 
			
		||||
#define _SYMB 1
 | 
			
		||||
 | 
			
		||||
// Shortcut to make keymap more readable
 | 
			
		||||
#define SYM_L    MO(_SYMB)
 | 
			
		||||
#define KC_ALES  LALT_T(KC_ESC)
 | 
			
		||||
#define KC_L1SYM LT(_SYMB, KC_LNG1)
 | 
			
		||||
#define KC_L2SYM LT(_SYMB, KC_LNG2)
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
  [_QWERTY] = LAYOUT(
 | 
			
		||||
  //┌────────┬────────┬────────┬────────┬────────┬────────┐                ┌────────┬────────┬────────┬────────┬────────┬────────┬────────┐
 | 
			
		||||
     KC_GRV  ,KC_1    ,KC_2    ,KC_3    ,KC_4    ,KC_5    ,                 KC_6    ,KC_7    ,KC_8    ,KC_9    ,KC_0    ,KC_MINS ,KC_BSPC ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┼────────┤
 | 
			
		||||
     KC_TAB  ,KC_Q    ,KC_W    ,KC_E    ,KC_R    ,KC_T    ,                 KC_Y    ,KC_U    ,KC_I    ,KC_O    ,KC_P    ,KC_LBRC ,KC_RBRC ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┼────────┤
 | 
			
		||||
     KC_LCTL ,KC_A    ,KC_S    ,KC_D    ,KC_F    ,KC_G    ,                 KC_H    ,KC_J    ,KC_K    ,KC_L    ,KC_SCLN ,KC_QUOT ,KC_ENT  ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┬────────┤
 | 
			
		||||
     KC_LSFT ,KC_Z    ,KC_X    ,KC_C    ,KC_V    ,KC_B    ,                 KC_N    ,KC_M    ,KC_COMM ,KC_DOT  ,KC_SLSH ,KC_UP   ,KC_RSFT ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┴────────┼────────┼────────┼────────┤
 | 
			
		||||
     KC_ALES ,KC_ENT  ,KC_DEL  ,KC_LGUI ,KC_L2SYM,KC_SPC  ,                 KC_SPC  ,KC_L1SYM,KC_RGUI ,KC_DEL  ,KC_LEFT ,KC_DOWN ,KC_RGHT
 | 
			
		||||
  //└────────┴────────┴────────┴────────┴────────┴────────┘                └────────┴────────┴────────┴────────┴────────┴────────┴────────┘
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
  [_SYMB] = LAYOUT(
 | 
			
		||||
  //┌────────┬────────┬────────┬────────┬────────┬────────┐                ┌────────┬────────┬────────┬────────┬────────┬────────┬────────┐
 | 
			
		||||
     _______ ,KC_F1   ,KC_F2   ,KC_F3   ,KC_F4   ,KC_F5   ,                 KC_F6   ,KC_F7   ,KC_F8   ,KC_F9   ,KC_F10  ,KC_F11  ,KC_F12  ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┼────────┤
 | 
			
		||||
     _______ ,_______ ,_______ ,_______ ,_______ ,_______ ,                 KC_LPRN ,KC_RPRN ,KC_PIPE ,KC_ASTR ,KC_TILD ,KC_INT3 ,KC_BSLS ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┼────────┤
 | 
			
		||||
     _______ ,_______ ,_______ ,_______ ,_______ ,_______ ,                 KC_LBRC ,KC_RBRC ,KC_DOT  ,KC_SLSH ,KC_GRV ,KC_MINS  ,_______ ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┬────────┤
 | 
			
		||||
     _______ ,_______ ,_______ ,_______ ,_______ ,_______ ,                 KC_LCBR ,KC_RCBR ,_______ ,_______ ,_______ ,KC_CIRC ,_______ ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┴────────┼────────┼────────┼────────┤
 | 
			
		||||
     _______ ,_______ ,_______ ,_______ ,_______ ,_______ ,                 _______ ,_______ ,_______ ,_______ ,KC_LT   ,KC_UNDS ,KC_GT
 | 
			
		||||
  //└────────┴────────┴────────┴────────┴────────┴────────┘                └────────┴────────┴────────┴────────┴────────┴────────┴────────┘
 | 
			
		||||
  )
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
# The default keymap for Pico Keyboard
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
							
								
								
									
										50
									
								
								keyboards/kumaokobo/pico/65keys/keymaps/jis/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								keyboards/kumaokobo/pico/65keys/keymaps/jis/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,50 @@
 | 
			
		|||
// Copyright Kumao Kobo <kumaokobo@gmail.com>
 | 
			
		||||
// SPDX-License-Identifier: GPL-2.0+
 | 
			
		||||
 | 
			
		||||
#include QMK_KEYBOARD_H
 | 
			
		||||
#include"keymap_japanese.h"
 | 
			
		||||
 | 
			
		||||
// Each layer gets a name for readability, which is then used in the keymap matrix below.
 | 
			
		||||
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
 | 
			
		||||
// Layer names don't all need to be of the same length, obviously, and you can also skip them
 | 
			
		||||
// entirely and just use numbers.
 | 
			
		||||
#define _QWERTY 0
 | 
			
		||||
#define _SYMB 1
 | 
			
		||||
 | 
			
		||||
// Shortcut to make keymap more readable
 | 
			
		||||
#define SYM_L    MO(_SYMB)
 | 
			
		||||
#define KC_ALES  LALT_T(KC_ESC)
 | 
			
		||||
#define KC_L1SYM LT(_SYMB, KC_LNG1)
 | 
			
		||||
#define KC_L2SYM LT(_SYMB, KC_LNG2)
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
  [_QWERTY] = LAYOUT(
 | 
			
		||||
  //┌────────┬────────┬────────┬────────┬────────┬────────┐                ┌────────┬────────┬────────┬────────┬────────┬────────┬────────┐
 | 
			
		||||
     KC_ESC  ,KC_1    ,KC_2    ,KC_3    ,KC_4    ,KC_5    ,                 KC_6    ,KC_7    ,KC_8    ,KC_9    ,KC_0    ,KC_MINS ,KC_BSPC ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┼────────┤
 | 
			
		||||
     KC_TAB  ,KC_Q    ,KC_W    ,KC_E    ,KC_R    ,KC_T    ,                 KC_Y    ,KC_U    ,KC_I    ,KC_O    ,KC_P    ,JP_AT   ,JP_CIRC ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┼────────┤
 | 
			
		||||
     KC_LCTL ,KC_A    ,KC_S    ,KC_D    ,KC_F    ,KC_G    ,                 KC_H    ,KC_J    ,KC_K    ,KC_L    ,KC_SCLN ,JP_COLN ,KC_ENT  ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┬────────┤
 | 
			
		||||
     KC_LSFT ,KC_Z    ,KC_X    ,KC_C    ,KC_V    ,KC_B    ,                 KC_N    ,KC_M    ,KC_COMM ,KC_DOT  ,KC_SLSH ,KC_UP   ,KC_RSFT ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┴────────┼────────┼────────┼────────┤
 | 
			
		||||
     KC_ALES ,KC_ENT  ,KC_DEL  ,KC_LGUI ,KC_L2SYM,KC_SPC  ,                 KC_SPC  ,KC_L1SYM,KC_RGUI ,KC_DEL  ,KC_LEFT ,KC_DOWN ,KC_RGHT
 | 
			
		||||
  //└────────┴────────┴────────┴────────┴────────┴────────┘                └────────┴────────┴────────┴────────┴────────┴────────┴────────┘
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
  [_SYMB] = LAYOUT(
 | 
			
		||||
  //┌────────┬────────┬────────┬────────┬────────┬────────┐                ┌────────┬────────┬────────┬────────┬────────┬────────┬────────┐
 | 
			
		||||
     _______ ,KC_F1   ,KC_F2   ,KC_F3   ,KC_F4   ,KC_F5   ,                 KC_F6   ,KC_F7   ,KC_F8   ,KC_F9   ,KC_F10  ,KC_F11  ,KC_F12  ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┼────────┤
 | 
			
		||||
     _______ ,_______ ,_______ ,_______ ,_______ ,_______ ,                 KC_LPRN ,KC_RPRN ,KC_PIPE ,JP_YEN  ,JP_TILD ,_______ ,_______ ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┼────────┤
 | 
			
		||||
     _______ ,_______ ,_______ ,_______ ,_______ ,_______ ,                 KC_LBRC ,KC_RBRC ,KC_DOT  ,KC_SLSH ,JP_GRV  ,KC_MINS ,_______ ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┼────────┼────────┼────────┬────────┤
 | 
			
		||||
     _______ ,_______ ,_______ ,_______ ,_______ ,_______ ,                 KC_LCBR ,KC_RCBR ,_______ ,_______ ,_______ ,JP_UNDS ,_______ ,
 | 
			
		||||
  //├────────┼────────┼────────┼────────┼────────┼────────┤                ├────────┼────────┼────────┴────────┼────────┼────────┼────────┤
 | 
			
		||||
     _______ ,_______ ,_______ ,_______ ,_______ ,_______ ,                 _______ ,_______ ,_______ ,_______ ,KC_LT   ,_______ ,KC_GT
 | 
			
		||||
  //└────────┴────────┴────────┴────────┴────────┴────────┘                └────────┴────────┴────────┴────────┴────────┴────────┴────────┘
 | 
			
		||||
  )
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
							
								
								
									
										3
									
								
								keyboards/kumaokobo/pico/65keys/keymaps/jis/readme.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								keyboards/kumaokobo/pico/65keys/keymaps/jis/readme.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
# The JIS-like keymap for Pico Keyboard
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
							
								
								
									
										0
									
								
								keyboards/kumaokobo/pico/65keys/rules.mk
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								keyboards/kumaokobo/pico/65keys/rules.mk
									
										
									
									
									
										Normal file
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue