forked from mirrors/qmk_firmware
[Keyboard] add top40 keyboard. (#21199)
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
This commit is contained in:
parent
bbba1d07f9
commit
8f980ea69f
10 changed files with 512 additions and 0 deletions
52
keyboards/akko/top40/config.h
Normal file
52
keyboards/akko/top40/config.h
Normal file
|
@ -0,0 +1,52 @@
|
|||
/* Copyright (C) 2022 jonylee@hfd
|
||||
*
|
||||
* 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
|
||||
|
||||
/* Use 5 dynamic keymap layers */
|
||||
#define DYNAMIC_KEYMAP_LAYER_COUNT 6
|
||||
|
||||
/* 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
|
||||
|
||||
/* SPI Config for spi flash*/
|
||||
#define SPI_DRIVER SPIDQ
|
||||
#define SPI_SCK_PIN B3
|
||||
#define SPI_MOSI_PIN B5
|
||||
#define SPI_MISO_PIN B4
|
||||
#define SPI_MOSI_PAL_MODE 5
|
||||
|
||||
#define EXTERNAL_FLASH_SPI_SLAVE_SELECT_PIN C12
|
||||
#define WEAR_LEVELING_BACKING_SIZE (8 * 1024)
|
||||
|
||||
/* I2C Config for LED Driver */
|
||||
#define DRIVER_COUNT 2
|
||||
#define DRIVER_ADDR_1 0b1110100
|
||||
#define DRIVER_ADDR_2 0b1110111
|
||||
#define I2C1_SCL_PAL_MODE 4
|
||||
#define I2C1_OPMODE OPMODE_I2C
|
||||
#define I2C1_CLOCK_SPEED 400000 /* 400000 */
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 76
|
||||
|
||||
#define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended
|
||||
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
|
||||
#define RGB_MATRIX_KEYPRESSES
|
||||
#define RGB_MATRIX_KEYRELEASES
|
||||
#define RGB_TRIGGER_ON_KEYDOWN
|
||||
|
23
keyboards/akko/top40/halconf.h
Normal file
23
keyboards/akko/top40/halconf.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
/* Copyright (C) 2022 jonylee@hfd
|
||||
*
|
||||
* 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
|
||||
|
||||
#define HAL_USE_I2C TRUE
|
||||
#define HAL_USE_SPI TRUE
|
||||
#define SPI_USE_WAIT TRUE
|
||||
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
||||
|
||||
#include_next <halconf.h>
|
188
keyboards/akko/top40/info.json
Normal file
188
keyboards/akko/top40/info.json
Normal file
|
@ -0,0 +1,188 @@
|
|||
{
|
||||
"keyboard_name": "TOP40",
|
||||
"manufacturer": "Akko",
|
||||
"url":"https://www.akkogear.com",
|
||||
"maintainer": "jonylee@hfd",
|
||||
"usb": {
|
||||
"vid": "0xFFFE",
|
||||
"pid": "0x000E",
|
||||
"device_version": "1.0.2",
|
||||
"suspend_wakeup_delay": 400,
|
||||
"force_nkro": true
|
||||
},
|
||||
"processor": "WB32FQ95",
|
||||
"bootloader": "wb32-dfu",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"mousekey": true,
|
||||
"extrakey": true,
|
||||
"console": false,
|
||||
"command": false,
|
||||
"nkro": true,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["C1", "C2", "C3", "A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "C4"],
|
||||
"rows": ["C7", "C8", "C9", "A8"]
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"rgb_matrix": {
|
||||
"driver": "IS31FL3733",
|
||||
"max_brightness": 180,
|
||||
"animations": {
|
||||
"breathing": true,
|
||||
"cycle_all": true,
|
||||
"cycle_left_right": true,
|
||||
"cycle_up_down": true,
|
||||
"rainbow_moving_chevron": true,
|
||||
"cycle_out_in": true,
|
||||
"cycle_out_in_dual": true,
|
||||
"cycle_pinwheel": true,
|
||||
"cycle_spiral": true,
|
||||
"dual_beacon": true,
|
||||
"rainbow_beacon": true,
|
||||
"raindrops": true,
|
||||
"typing_heatmap": true,
|
||||
"solid_reactive_simple": true,
|
||||
"solid_reactive": true,
|
||||
"solid_reactive_cross": true,
|
||||
"multisplash": true
|
||||
},
|
||||
"layout":[
|
||||
{ "flags": 4, "matrix": [0, 0], "x": 10, "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 1], "x": 20, "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 2], "x": 40, "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 3], "x": 60, "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 4], "x": 80, "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 5], "x":100 , "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 6], "x":120 , "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 7], "x":140 , "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 8], "x":160 , "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 9], "x":180 , "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 10], "x":200 , "y":10 },
|
||||
{ "flags": 4, "matrix": [0, 11], "x":218 , "y":10 },
|
||||
|
||||
{ "flags": 4, "matrix": [1, 0], "x": 10, "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 1], "x": 20, "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 2], "x": 40, "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 3], "x": 60, "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 4], "x": 80, "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 5], "x":100 , "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 6], "x":120 , "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 7], "x":140 , "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 8], "x":160 , "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 9], "x":180 , "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 10], "x":200 , "y":24 },
|
||||
{ "flags": 4, "matrix": [1, 11], "x":218 , "y":24 },
|
||||
|
||||
{ "flags": 4, "matrix": [2, 0], "x": 10, "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 1], "x": 20, "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 2], "x": 40, "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 3], "x": 60, "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 4], "x": 80, "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 5], "x":100 , "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 6], "x":120 , "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 7], "x":140 , "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 8], "x":160 , "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 9], "x":180 , "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 10], "x":200 , "y":39 },
|
||||
{ "flags": 4, "matrix": [2, 11], "x":218 , "y":39 },
|
||||
|
||||
{ "flags": 4, "matrix": [3, 0], "x": 10, "y":54 },
|
||||
{ "flags": 4, "matrix": [3, 1], "x": 20, "y":54 },
|
||||
{ "flags": 4, "matrix": [3, 2], "x": 40, "y":54 },
|
||||
{ "flags": 4, "matrix": [3, 4], "x": 80, "y":54 },
|
||||
{ "flags": 4, "matrix": [3, 6], "x":120 , "y":54 },
|
||||
{ "flags": 4, "matrix": [3, 8], "x":160 , "y":54 },
|
||||
{ "flags": 4, "matrix": [3, 9], "x":180 , "y":54 },
|
||||
{ "flags": 4, "matrix": [3, 10], "x":200 , "y":54 },
|
||||
{ "flags": 4, "matrix": [3, 11], "x":218 , "y":54 },
|
||||
|
||||
{"flags": 2, "x":0, "y":0},
|
||||
{"flags": 2, "x":15, "y":0},
|
||||
{"flags": 2, "x":25, "y":0},
|
||||
{"flags": 2, "x":45, "y":0},
|
||||
{"flags": 2, "x":65, "y":0},
|
||||
{"flags": 2, "x":85, "y":0},
|
||||
{"flags": 2, "x":105, "y":0},
|
||||
{"flags": 2, "x":125, "y":0},
|
||||
{"flags": 2, "x":145, "y":0},
|
||||
{"flags": 2, "x":165, "y":0},
|
||||
{"flags": 2, "x":185, "y":0},
|
||||
{"flags": 2, "x":205, "y":0},
|
||||
{"flags": 2, "x":224, "y":0},
|
||||
{"flags": 2, "x":0, "y":16},
|
||||
{"flags": 2, "x":224, "y":16},
|
||||
{"flags": 2, "x":0, "y":32},
|
||||
{"flags": 2, "x":224, "y":32},
|
||||
{"flags": 2, "x":0, "y":48},
|
||||
{"flags": 2, "x":224, "y":48},
|
||||
{"flags": 2, "x":0, "y":64},
|
||||
{"flags": 2, "x":15, "y":64},
|
||||
{"flags": 2, "x":40, "y":64},
|
||||
{"flags": 2, "x":62, "y":64},
|
||||
{"flags": 2, "x":80, "y":64},
|
||||
{"flags": 2, "x":100, "y":64},
|
||||
{"flags": 2, "x":125, "y":64},
|
||||
{"flags": 2, "x":145, "y":64},
|
||||
{"flags": 2, "x":165, "y":64},
|
||||
{"flags": 2, "x":185, "y":64},
|
||||
{"flags": 2, "x":205, "y":64},
|
||||
{"flags": 2, "x":224, "y":64}
|
||||
]
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{ "label": "Ese", "matrix": [0, 0], "x": 0, "y": 0 },
|
||||
{ "label": "Q", "matrix": [0, 1], "x": 1, "y": 0 },
|
||||
{ "label": "W", "matrix": [0, 2], "x": 2, "y": 0 },
|
||||
{ "label": "E", "matrix": [0, 3], "x": 3, "y": 0 },
|
||||
{ "label": "R", "matrix": [0, 4], "x": 4, "y": 0 },
|
||||
{ "label": "T", "matrix": [0, 5], "x": 5, "y": 0 },
|
||||
{ "label": "Y", "matrix": [0, 6], "x": 6, "y": 0 },
|
||||
{ "label": "U", "matrix": [0, 7], "x": 7, "y": 0 },
|
||||
{ "label": "I", "matrix": [0, 8], "x": 8, "y": 0 },
|
||||
{ "label": "O", "matrix": [0, 9], "x": 9, "y": 0 },
|
||||
{ "label": "P", "matrix": [0, 10], "x": 10, "y": 0 },
|
||||
{ "label": "BackSpace", "matrix": [0, 11], "x": 11, "y": 0 , "w": 1.75},
|
||||
|
||||
{ "label": "Tab", "matrix": [1, 0], "x": 0, "y": 1, "w": 1.25 },
|
||||
{ "label": "A", "matrix": [1, 1], "x": 1.25, "y": 1 },
|
||||
{ "label": "S", "matrix": [1, 2], "x": 2.25, "y": 1 },
|
||||
{ "label": "D", "matrix": [1, 3], "x": 3.25, "y": 1 },
|
||||
{ "label": "F", "matrix": [1, 4], "x": 4.25, "y": 1 },
|
||||
{ "label": "G", "matrix": [1, 5], "x": 5.25, "y": 1 },
|
||||
{ "label": "H", "matrix": [1, 6], "x": 6.25, "y": 1 },
|
||||
{ "label": "J", "matrix": [1, 7], "x": 7.25, "y": 1 },
|
||||
{ "label": "K", "matrix": [1, 8], "x": 8.25, "y": 1 },
|
||||
{ "label": "L", "matrix": [1, 9], "x": 9.25, "y": 1 },
|
||||
{ "label": ":", "matrix": [1, 10], "x": 10.25, "y": 1 },
|
||||
{ "label": "Enter", "matrix": [1, 11], "x": 11.25, "y": 1, "w": 1.5 },
|
||||
|
||||
{ "label": "Shift", "matrix": [2, 0], "x": 0, "y": 2, "w": 1.75 },
|
||||
{ "label": "Z", "matrix": [2, 1], "x": 1.75, "y": 2 },
|
||||
{ "label": "X", "matrix": [2, 2], "x": 2.75, "y": 2 },
|
||||
{ "label": "C", "matrix": [2, 3], "x": 3.75, "y": 2 },
|
||||
{ "label": "V", "matrix": [2, 4], "x": 4.75, "y": 2 },
|
||||
{ "label": "B", "matrix": [2, 5], "x": 5.75, "y": 2 },
|
||||
{ "label": "N", "matrix": [2, 6], "x": 6.75, "y": 2 },
|
||||
{ "label": "M", "matrix": [2, 7], "x": 7.75, "y": 2 },
|
||||
{ "label": "<", "matrix": [2, 8], "x": 8.75, "y": 2 },
|
||||
{ "label": ">", "matrix": [2, 9], "x": 9.75, "y": 2 },
|
||||
{ "label": "Up", "matrix": [2, 10], "x": 10.75, "y": 2},
|
||||
{ "label": "Shift", "matrix": [2, 11], "x": 11.75, "y": 2 },
|
||||
|
||||
{ "label": "Ctrl", "matrix": [3, 0], "x": 0, "y": 3, "w": 1.25 },
|
||||
{ "label": "Win", "matrix": [3, 1], "x": 1.25, "y": 3, "w": 1.25 },
|
||||
{ "label": "Alt", "matrix": [3, 2], "x": 2.5, "y": 3, "w": 1.25 },
|
||||
{ "label": "Space", "matrix": [3, 4], "x": 3.75, "y": 3, "w": 6.25 },
|
||||
{ "label": "Space", "matrix": [3, 6], "x": 6, "y": 3, "w": 2.75 },
|
||||
{ "label": "Fn", "matrix": [3, 8], "x": 8.75, "y": 3, "w": 1.25 },
|
||||
{ "label": "Left", "matrix": [3, 9], "x": 9.75, "y": 3 },
|
||||
{ "label": "Down", "matrix": [3, 10], "x": 10.75, "y": 3 },
|
||||
{ "label": "Right", "matrix": [3, 11], "x": 11.75, "y": 3 }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
37
keyboards/akko/top40/keymaps/default/keymap.c
Normal file
37
keyboards/akko/top40/keymaps/default/keymap.c
Normal file
|
@ -0,0 +1,37 @@
|
|||
/* Copyright (C) 2023 jonylee@hfd
|
||||
*
|
||||
* 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/>.
|
||||
*/
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
// clang-format off
|
||||
enum __layers {
|
||||
_Base,
|
||||
_FN
|
||||
};
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
[_Base] = LAYOUT( /* Base */
|
||||
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
|
||||
KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
|
||||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, KC_RSFT,
|
||||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, MO(_FN),KC_LEFT, KC_DOWN, KC_RGHT),
|
||||
|
||||
[_FN] = LAYOUT( /* Fn */
|
||||
_______, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
|
||||
_______, _______, _______, _______, _______, _______, KC_PGUP, KC_PGDN, KC_HOME, KC_END, RGB_TOG, RGB_MOD,
|
||||
_______, _______, _______, KC_CALC, _______, AG_TOGG, _______, KC_MUTE, KC_VOLD, KC_VOLU, RGB_VAI, _______,
|
||||
_______, GU_TOGG, _______, _______, _______, _______, RGB_SPI, RGB_VAD, RGB_SAI)
|
||||
};
|
37
keyboards/akko/top40/keymaps/via/keymap.c
Normal file
37
keyboards/akko/top40/keymaps/via/keymap.c
Normal file
|
@ -0,0 +1,37 @@
|
|||
/* Copyright (C) 2023 jonylee@hfd
|
||||
*
|
||||
* 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/>.
|
||||
*/
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
// clang-format off
|
||||
enum __layers {
|
||||
_Base,
|
||||
_FN
|
||||
};
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
||||
[_Base] = LAYOUT( /* Base */
|
||||
KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
|
||||
KC_TAB, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_ENT,
|
||||
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_UP, KC_RSFT,
|
||||
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_SPC, MO(_FN),KC_LEFT, KC_DOWN, KC_RGHT),
|
||||
|
||||
[_FN] = LAYOUT( /* Fn */
|
||||
_______, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
|
||||
_______, _______, _______, _______, _______, _______, KC_PGUP, KC_PGDN, KC_HOME, KC_END, RGB_TOG, RGB_MOD,
|
||||
_______, _______, _______, KC_CALC, _______, AG_TOGG, _______, KC_MUTE, KC_VOLD, KC_VOLU, RGB_VAI, _______,
|
||||
_______, GU_TOGG, _______, _______, _______, _______, RGB_SPI, RGB_VAD, RGB_SAI)
|
||||
};
|
1
keyboards/akko/top40/keymaps/via/rules.mk
Normal file
1
keyboards/akko/top40/keymaps/via/rules.mk
Normal file
|
@ -0,0 +1 @@
|
|||
VIA_ENABLE = yes
|
24
keyboards/akko/top40/mcuconf.h
Normal file
24
keyboards/akko/top40/mcuconf.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* Copyright (C) 2022 jonylee@hfd
|
||||
*
|
||||
* 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
|
||||
|
||||
#include_next <mcuconf.h>
|
||||
|
||||
#undef WB32_SPI_USE_QSPI
|
||||
#define WB32_SPI_USE_QSPI TRUE
|
||||
|
||||
#undef WB32_I2C_USE_I2C1
|
||||
#define WB32_I2C_USE_I2C1 TRUE
|
19
keyboards/akko/top40/readme.md
Normal file
19
keyboards/akko/top40/readme.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# top40
|
||||
|
||||
A customizable 40% keyboard.
|
||||
|
||||
* Keyboard Maintainer: [jonylee@hfd](https://github.com/jonylee1986)
|
||||
* Hardware Supported: top40
|
||||
* Hardware Availability: [akko](https://www.akkogear.com/)
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make akko/top40:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make akko/top40:default:flash
|
||||
|
||||
**Reset Key**: Hold down the key located at *K01*, which programmed as *Esc* while plugging in the keyboard.
|
||||
|
||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
|
6
keyboards/akko/top40/rules.mk
Normal file
6
keyboards/akko/top40/rules.mk
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
EEPROM_DRIVER = wear_leveling
|
||||
WEAR_LEVELING_DRIVER = spi_flash
|
||||
|
125
keyboards/akko/top40/top40.c
Normal file
125
keyboards/akko/top40/top40.c
Normal file
|
@ -0,0 +1,125 @@
|
|||
/* Copyright (C) 2022 jonylee@hfd
|
||||
*
|
||||
* 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/>.
|
||||
*/
|
||||
|
||||
#include "quantum.h"
|
||||
// clang-format off
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
const is31_led PROGMEM g_is31_leds[RGB_MATRIX_LED_COUNT] = {
|
||||
/* Refer to IS31 manual for these locations
|
||||
* driver
|
||||
* | R location
|
||||
* | | G location
|
||||
* | | | B location
|
||||
* | | | | */
|
||||
{0, A_1, B_1, C_1},
|
||||
{0, A_2, B_2, C_2},
|
||||
{0, A_3, B_3, C_3},
|
||||
{0, A_4, B_4, C_4},
|
||||
{0, A_5, B_5, C_5},
|
||||
{0, A_6, B_6, C_6},
|
||||
{0, A_7, B_7, C_7},
|
||||
{0, A_8, B_8, C_8},
|
||||
{0, A_9, B_9, C_9},
|
||||
{0, A_10, B_10, C_10},
|
||||
{0, A_11, B_11, C_11},
|
||||
{0, A_12, B_12, C_12},
|
||||
|
||||
{0, D_1, E_1, F_1},
|
||||
{0, D_2, E_2, F_2},
|
||||
{0, D_3, E_3, F_3},
|
||||
{0, D_4, E_4, F_4},
|
||||
{0, D_5, E_5, F_5},
|
||||
{0, D_6, E_6, F_6},
|
||||
{0, D_7, E_7, F_7},
|
||||
{0, D_8, E_8, F_8},
|
||||
{0, D_9, E_9, F_9},
|
||||
{0, D_10, E_10, F_10},
|
||||
{0, D_11, E_11, F_11},
|
||||
{0, D_12, E_12, F_12},
|
||||
|
||||
{0, G_1, H_1, I_1},
|
||||
{0, G_2, H_2, I_2},
|
||||
{0, G_3, H_3, I_3},
|
||||
{0, G_4, H_4, I_4},
|
||||
{0, G_5, H_5, I_5},
|
||||
{0, G_6, H_6, I_6},
|
||||
{0, G_7, H_7, I_7},
|
||||
{0, G_8, H_8, I_8},
|
||||
{0, G_9, H_9, I_9},
|
||||
{0, G_10, H_10, I_10},
|
||||
{0, G_11, H_11, I_11},
|
||||
{0, G_12, H_12, I_12},
|
||||
|
||||
{0, J_1, K_1, L_1},
|
||||
{0, J_2, K_2, L_2},
|
||||
{0, J_3, K_3, L_3},
|
||||
{0, J_5, K_5, L_5},
|
||||
{0, J_7, K_7, L_7},
|
||||
{0, J_9, K_9, L_9},
|
||||
{0, J_10, K_10, L_10},
|
||||
{0, J_11, K_11, L_11},
|
||||
{0, J_12, K_12, L_12},
|
||||
|
||||
{1, A_1, B_1, C_1},
|
||||
{1, A_2, B_2, C_2},
|
||||
{1, A_3, B_3, C_3},
|
||||
{1, J_7, K_7, L_7},
|
||||
{1, J_6, K_6, L_6},
|
||||
{1, J_5, K_5, L_5},
|
||||
{1, J_4, K_4, L_4},
|
||||
{1, J_3, K_3, L_3},
|
||||
{1, J_2, K_2, L_2},
|
||||
{1, J_1, K_1, L_1},
|
||||
{1, G_8, H_8, I_8},
|
||||
{1, G_7, H_7, I_7},
|
||||
{1, G_6, H_6, I_6},
|
||||
|
||||
{1, A_4, B_4, C_4},
|
||||
{1, G_5, H_5, I_5},
|
||||
|
||||
{1, A_5, B_5, C_5},
|
||||
{1, G_4, H_4, I_4},
|
||||
|
||||
{1, A_6, B_6, C_6},
|
||||
{1, G_3, H_3, I_3},
|
||||
|
||||
{1, A_7, B_7, C_7},
|
||||
{1, A_8, B_8, C_8},
|
||||
{1, D_1, E_1, F_1},
|
||||
{1, D_2, E_2, F_2},
|
||||
{1, D_3, E_3, F_3},
|
||||
{1, D_4, E_4, F_4},
|
||||
{1, D_5, E_5, F_5},
|
||||
{1, D_6, E_6, F_6},
|
||||
{1, D_7, E_7, F_7},
|
||||
{1, D_8, E_8, F_8},
|
||||
{1, G_2, H_2, I_2},
|
||||
{1, G_1, H_1, I_1},
|
||||
|
||||
};
|
||||
|
||||
// clang-format on
|
||||
bool rgb_matrix_indicators_advanced_kb(uint8_t led_min, uint8_t led_max) {
|
||||
if (!rgb_matrix_indicators_advanced_user(led_min, led_max)) {
|
||||
return false;
|
||||
}
|
||||
if (keymap_config.no_gui) {
|
||||
rgb_matrix_set_color(37, 200, 200, 200);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in a new issue