Commit graph

12 commits

Author SHA1 Message Date
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
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
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
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
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
92d62d05e8 Initial structure. 2023-11-22 15:22:43 +11:00