summaryrefslogtreecommitdiff
path: root/keyboards/handwired/sono1/keymaps
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-04-15 21:07:32 +1000
committerGitHub <noreply@github.com>2023-04-15 21:07:32 +1000
commita84528f85392ccab60fd7130fecb83972539367f (patch)
tree4484e8b5dd0120c896ac2dabb70c2f727bae55ba /keyboards/handwired/sono1/keymaps
parent54634e92634f73a6d9111833adf58214cb4278c3 (diff)
Move remaining `LAYOUT`s to data driven (#20422)
Diffstat (limited to 'keyboards/handwired/sono1/keymaps')
-rw-r--r--keyboards/handwired/sono1/keymaps/debug/keymap.c34
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/handwired/sono1/keymaps/debug/keymap.c b/keyboards/handwired/sono1/keymaps/debug/keymap.c
index 3e4eb6eae3..77f2f52d1e 100644
--- a/keyboards/handwired/sono1/keymaps/debug/keymap.c
+++ b/keyboards/handwired/sono1/keymaps/debug/keymap.c
@@ -15,6 +15,40 @@
*/
#include QMK_KEYBOARD_H
+#define LAYOUT_debug( \
+ K00, K01, K02, K03, K04, K05, K06, K07, \
+ K10, K11, K12, K13, K14, K15, K16, K17, \
+ K20, K21, K22, K23, K24, K25, K26, K27, \
+ K30, K31, K32, K33, K34, K35, K36, K37, \
+ K40, K41, K42, K43, K44, K45, K46, K47, \
+ K50, K51, K52, K53, K54, K55, K56, K57, \
+ K60, K61, K62, K63, K64, K65, K66, K67, \
+ K70, K71, K72, K73, K74, K75, K76, K77, \
+ K80, K81, K82, K83, K84, K85, K86, K87, \
+ K90, K91, K92, K93, K94, K95, K96, K97, \
+ KA0, KA1, KA2, KA3, KA4, KA5, KA6, KA7, \
+ KB0, KB1, KB2, KB3, KB4, KB5, KB6, KB7, \
+ KC0, KC1, KC2, KC3, KC4, KC5, KC6, KC7, \
+ KD0, KD1, KD2, KD3, KD4, KD5, KD6, KD7, \
+ KE0, KE1, KE2, KE3, KE4, KE5, KE6, KE7 \
+) { \
+ { K00, K01, K02, K03, K04, K05, K06, K07 }, \
+ { K10, K11, K12, K13, K14, K15, K16, K17 }, \
+ { K20, K21, K22, K23, K24, K25, K26, K27 }, \
+ { K30, K31, K32, K33, K34, K35, K36, K37 }, \
+ { K40, K41, K42, K43, K44, K45, K46, K47 }, \
+ { K50, K51, K52, K53, K54, K55, K56, K57 }, \
+ { K60, K61, K62, K63, K64, K65, K66, K67 }, \
+ { K70, K71, K72, K73, K74, K75, K76, K77 }, \
+ { K80, K81, K82, K83, K84, K85, K86, K87 }, \
+ { K90, K91, K92, K93, K94, K95, K96, K97 }, \
+ { KA0, KA1, KA2, KA3, KA4, KA5, KA6, KA7 }, \
+ { KB0, KB1, KB2, KB3, KB4, KB5, KB6, KB7 }, \
+ { KC0, KC1, KC2, KC3, KC4, KC5, KC6, KC7 }, \
+ { KD0, KD1, KD2, KD3, KD4, KD5, KD6, KD7 }, \
+ { KE0, KE1, KE2, KE3, KE4, KE5, KE6, KE7 } \
+}
+
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Base */
[0] = LAYOUT_debug(