Add ANSI and ISO layout for KBD67mkII soldered PCB (#9340)

* add ansi and iso layouts

* fix iso map mistake

* fix mistake again...

* Update keyboards/kbdfans/kbd67/mkii_soldered/keymaps/iso/keymap.c

* rename layout macros to the blocker variants and add ansi_split_bs

* Apply suggestions from code review
This commit is contained in:
elmo-space
2020-06-13 20:45:03 +02:00
committed by GitHub
parent b160913309
commit 1f2807c2de
9 changed files with 435 additions and 79 deletions

View File

@@ -15,13 +15,6 @@
*/
#include QMK_KEYBOARD_H
/* K000, K001, K002, K003, K004, K005, K006, K007, K008, K009, K010, K011, K012, K013, K212, K014, \
* K100, K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, K111, K112, K113, K114, \
* K200, K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, K211, K213, K214, \
* K300, K404, K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, K311, K313, K314, \
* K400, K401, K402, K403, K405, K407, K409, K410, K411, K413, K414 \
*/
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT_all( /* Base */
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_EQL, KC_BSPC, KC_DEL, KC_HOME,