Skip to content

Commit

Permalink
move madeline firmware
Browse files Browse the repository at this point in the history
add my keymap, enable it for building and flashing
  • Loading branch information
patcoll committed Oct 3, 2024
1 parent 75fd030 commit b194db2
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ evelyn: | qmk
mkdir -p ${QMK_HOME}/keyboards/nachie/evelyn
rsync -avz firmware/nachie/evelyn/ ${QMK_HOME}/keyboards/nachie/evelyn/

.PHONY: madeline
madeline: | qmk
mkdir -p ${QMK_HOME}/keyboards/kiserdesigns/madeline
rsync -avz firmware/kiserdesigns/madeline/ ${QMK_HOME}/keyboards/kiserdesigns/madeline/

.PHONY: firmware
firmware: | twoyo-default minisub-default kawaii-default relic-default caravan2 menhir agony piedmont oxymoron ca66r3 curio alphalpha-plus 45_ats_hot plop embrace apricot sst60 orbital m0ii040pcb cutiepie paintbrush_avr bully monorail monorail2 cisne 3999 bully2040 grouper c11 serendipity haitun2040 infernum cool536lc qezberry oc3anograph3r cuticle qaz_rp2040 tk40x syndrome denali le_chiffre_32 rescue_truck alphawilly evelyn
echo firmware
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
47 changes: 47 additions & 0 deletions keyboards/kiserdesigns/madeline/keymaps/patcoll/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#include "patcoll.h"

#define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__)

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_QWERTY] = LAYOUT_wrapper(
_________________QWERTY_L1_________________, _________________QWERTY_R1_________________,
_________________QWERTY_L2_________________, _________________QWERTY_R2_________________,
_________________QWERTY_L3_________________, _______, _________QWERTY_R3_FOUR________,
KC_LCTL, KC_LALT, SFT_SPC, RSE_ENT, KC_LCTL, KC_HYPR
),

[_NAV] = LAYOUT_wrapper(
__________________NAV_L1___________________, __________________NAV_R1___________________,
__________________NAV_L2___________________, __________________NAV_R2___________________,
__________________NAV_L3___________________, _______, _____________NAV_R3_FOUR__________,
_______, _______, ALT_TAB, ALT_TAB, _______, _______
),

[_OSK] = LAYOUT_wrapper(
__________________OSK_L1___________________, __________________OSK_R1___________________,
__________________OSK_L2___________________, __________________OSK_R2___________________,
__________________OSK_L3___________________, _______, _____________OSK_R3_FOUR__________,
_______, _______, _______, _______, _______, _______
),

[_RAISE] = LAYOUT_wrapper(
_________________RAISE_L1__________________, _________________RAISE_R1__________________,
_________________RAISE_L2__________________, _________________RAISE_R2__________________,
_________________RAISE_L3__________________, _______, __________RAISE_R3_FOUR___________,
_______, _______, _______, _______, _______, _______
),

[_MEDIA] = LAYOUT_wrapper(
_________________MEDIA_L1__________________, _________________MEDIA_R1__________________,
_________________MEDIA_L2__________________, _________________MEDIA_R2__________________,
_________________MEDIA_L3__________________, _______, __________MEDIA_R3_FOUR___________,
_______, _______, _______, _______, _______, _______
),

[_MOUSE] = LAYOUT_wrapper(
_________________MOUSE_L1__________________, _________________MOUSE_R1__________________,
_________________MOUSE_L2__________________, _________________MOUSE_R2__________________,
_________________MOUSE_L3__________________, _______, __________MOUSE_R3_FOUR___________,
_______, _______, KC_BTN1, KC_BTN1, KC_BTN2, _______
),
};
1 change: 1 addition & 0 deletions keymaps
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jd45
jd45 patcoll_3u
kawaii
keebio/dsp40/rev1
kiserdesigns/madeline
lazydesigners/apricot
lazydesigners/dimple/staggered/rev1
lazydesigners/dimpleplus
Expand Down

0 comments on commit b194db2

Please sign in to comment.