Skip to content

Commit

Permalink
[Keyboard] add top40 keyboard. (qmk#21199)
Browse files Browse the repository at this point in the history
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
  • Loading branch information
jonylee1986 and lesshonor committed Jun 15, 2023
1 parent bbba1d0 commit 8f980ea
Show file tree
Hide file tree
Showing 10 changed files with 512 additions and 0 deletions.
52 changes: 52 additions & 0 deletions keyboards/akko/top40/config.h
Original file line number Diff line number Diff line change
@@ -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 changes: 23 additions & 0 deletions keyboards/akko/top40/halconf.h
Original file line number Diff line number Diff line change
@@ -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 changes: 188 additions & 0 deletions keyboards/akko/top40/info.json
Original file line number Diff line number Diff line change
@@ -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 changes: 37 additions & 0 deletions keyboards/akko/top40/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -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 changes: 37 additions & 0 deletions keyboards/akko/top40/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions keyboards/akko/top40/keymaps/via/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VIA_ENABLE = yes
24 changes: 24 additions & 0 deletions keyboards/akko/top40/mcuconf.h
Original file line number Diff line number Diff line change
@@ -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 changes: 19 additions & 0 deletions keyboards/akko/top40/readme.md
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions keyboards/akko/top40/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Build Options
# change yes to no to disable
#
EEPROM_DRIVER = wear_leveling
WEAR_LEVELING_DRIVER = spi_flash

Loading

0 comments on commit 8f980ea

Please sign in to comment.