Commit graph

33 commits

Author SHA1 Message Date
Victor
271fdd4668
Converting target configuration to JSON file
- added json file with copy targets
- added a bunch of steps to load/parse hte json file
- altered my copy command to loop through array
2024-04-10 20:27:28 -05:00
Victor
b30815e11c
Added a loop to copy the boards listed in the config file 2024-04-10 20:05:07 -05:00
Victor
9fff119897
Adding configuration file to loop through 2024-04-10 19:56:25 -05:00
Victor
d4ba2911bf
Can't specify version on local build action 2024-04-10 17:26:56 -05:00
Victor
2ce29dee5f
updated it after reading the error again
- used . instead of specifying
2024-04-10 17:25:12 -05:00
Victor
38354a64f5
Had the wrong path still
- needed to be user/repo
2024-04-10 17:24:29 -05:00
Victor
1d5620a8df
moved custom build action to top level 2024-04-10 17:22:58 -05:00
Victor
e71999ae0d
Might be missing @main on the uses? 2024-04-10 17:06:44 -05:00
Victor
50c5aa16a3
Adding custom github actions
- copied the official QMK build action and injected a step
to copy the rollow keyboard definition to the qmk_firmware before
the build
- Added the rollow to the qmk.json
2024-04-10 17:03:40 -05:00
Victor
d78410eab8
Got Rollow to compile on local build environment
- finished porting over configuration to json format leveraged
a ton of crkbd code (layout, OLED)
- built default keymap. Maybe I will submit a PR to add this to the tree
- added my keymap
- updated readme to their standard
- default / my keymap successfully compiles. have not tested on a board
2024-04-09 22:47:38 -05:00
Victor
6828224f4e
Setting up Rollow definition in my userspace
- I know I can't build a firmware with the files here but I rather keep
them here over maintaining a qmk_firmware fork or creating a new repo
- Added the basic keyboard definition files
- Copied the Readme template from the website which is based on planck
- started populating info.json, taking inspiration from swoop/crkbd
- decided to omit the rev1 folder for now to simplify things
2024-04-08 21:03:36 -05:00
Victor
caf8feb519
Merge pull request #3 from t4corun/bugswooping
Bugswooping
2024-04-08 16:20:22 -05:00
Victor
38e543a13c
Had to define RGB Matrix driver
- however it looks like I may have to update how I define RGB Matrix?
- It is no longer just yes or no anymore
2024-04-06 18:48:15 -05:00
Victor
b8d990ee2e
Fixing bugs
- enabling OLED for swoop
- Maybe I do need encoder enable for it to work
- enabling RGB Matrix
2024-04-06 18:38:12 -05:00
Victor
589c6bda9b
Merge pull request #2 from t4corun/swoop
Adding Swoop and Encoders
2024-04-05 22:15:42 -05:00
Victor
f62cfc7fa3
trying oled rotation 0 2024-04-05 21:14:54 -05:00
Victor
39b1461def
missing a semicolon again 2024-04-05 21:08:02 -05:00
Victor
dff092e0a5
- removed all old base layer change code
- trying 0 degrees on oled
2024-04-05 21:03:43 -05:00
Victor
75c58a22eb
had to move all my encoder mappings to the specific keyboard
- documentation was right that it had to be in the keymap
2024-04-05 20:42:32 -05:00
Victor
02381c18aa
fixing more typos
- rules.mk named the encoder file wrong
- extra characters in oled.c
2024-04-05 20:15:15 -05:00
Victor
8e29b0b71a
Forgot a semicolon!!! 2024-04-05 20:11:36 -05:00
Victor
d997b1aa0b
- Enabled Encoder Mapping, added basic map
- fixed oled orientation, maybe this time will work
- added macro to toggle base layer to save keys on config layer
2024-04-05 20:06:26 -05:00
Victor
2c0e2a49ba
Trying the converter in rules.mk for RP2040 2024-04-02 19:24:02 -05:00
Victor
3bee254545
Drasha said to add serial vendor 2024-04-02 19:15:25 -05:00
Victor
0e737700c7
trying info.json to convert to rp2040 2024-04-02 19:10:57 -05:00
Victor
fb08d4f393
Making the swoop use RP2040 2024-04-02 18:56:34 -05:00
Victor
c53ccf3859
Fixed typos in README.md 2024-04-01 22:40:56 -05:00
Victor
49e90260d4
Merge pull request #1 from t4corun/import
Migrating over userspace
2024-04-01 22:37:08 -05:00
Victor
089b71d77b
Migrating over userspace
- existing repo was not forked. Wanted to make sure I was using the standard,
not replicating it
- Updated the readme.md for the latest mappings
2024-04-01 22:26:41 -05:00
Nick Brassel
67fac7803e
Add support for devcontainers. (#6) 2024-02-23 22:35:45 +11:00
Nick Brassel
c8dcd9291b
Point workflows at qmk/.githubs main branch (#1) 2023-11-28 16:44:02 +11:00
Nick Brassel
5212d63b29 Updated .gitignore. 2023-11-22 21:12:34 +11:00
Nick Brassel
92d62d05e8 Initial structure. 2023-11-22 15:22:43 +11:00