Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial beta firmware for the Rocketboard-16 macro/num pad #10688

Merged
merged 23 commits into from
Nov 1, 2020
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
614abb1
Firmware initial commit, still has a few bugs - mainly rotary encoder…
fl3tching101 Oct 15, 2020
c2427fc
Fixed the volume control issue and limited the RGB brightness (can be…
fl3tching101 Oct 16, 2020
dc7deb4
Merge remote-tracking branch 'upstream/master'
fl3tching101 Oct 18, 2020
cb04127
Remove define that should go in config.h
fl3tching101 Oct 19, 2020
7866555
Removed define that should be in config.h
fl3tching101 Oct 19, 2020
0836cd1
Removed LTO_ENABLE as suggested - has issues on ARM
fl3tching101 Oct 19, 2020
a721a57
Added the correct define for OLED screen size
fl3tching101 Oct 19, 2020
bd0d381
Applied suggested change to remove description
fl3tching101 Oct 19, 2020
f728ea5
Made suggested change to remove backslashes
fl3tching101 Oct 19, 2020
5442148
Suggested change made to rgblight
fl3tching101 Oct 19, 2020
ab46ad7
Suggested change made to rgblight
fl3tching101 Oct 19, 2020
567f7bb
Suggested change made to remove backslashes
fl3tching101 Oct 19, 2020
439eb03
Suggested change made to rgblight
fl3tching101 Oct 19, 2020
a7d8c68
Update keyboards/rocketboard_16/rocketboard_16.c
fl3tching101 Oct 19, 2020
80e197a
Added suggested comments
fl3tching101 Oct 19, 2020
dc8f174
Made suggested changes to rules file
fl3tching101 Oct 19, 2020
271c131
Added suggested change to rgblight
fl3tching101 Oct 19, 2020
aa699af
Added info.json for QMK configurator
fl3tching101 Oct 19, 2020
38aaac2
Update readme.md
fl3tching101 Oct 19, 2020
a9b65d6
This change makes the firmware work... through magic... seriously, no…
fl3tching101 Oct 20, 2020
992aec4
Updated dimming step, OLED functionality, and rules for formatting
fl3tching101 Oct 20, 2020
c055344
Fixed tab issues
fl3tching101 Oct 21, 2020
d2526ea
Updated to use bootmagic lite with the key that usually turns rgb on/off
fl3tching101 Oct 22, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added info.json for QMK configurator
  • Loading branch information
fl3tching101 committed Oct 19, 2020
commit aa699af3cea076183339a89eea3720a9fa605c98
35 changes: 35 additions & 0 deletions keyboards/rocketboard_16/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"keyboard_name": "Rocketboard-16",
"url": "",
"maintainer": "fl3tching101",
"width": 4,
"height": 5,
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0},
{"x": 3, "y": 0},

{"x": 0, "y": 1},
{"x": 1, "y": 1},
{"x": 2, "y": 1},
{"x": 3, "y": 1},

{"x": 0, "y": 2},
{"x": 1, "y": 2},
{"x": 2, "y": 2},
{"x": 3, "y": 2},

{"x": 0, "y": 3},
{"x": 1, "y": 3},
{"x": 2, "y": 3},
{"x": 3, "y": 3},

{"x": 0, "y": 4},
{"x": 1, "y": 4},
{"x": 2, "y": 4},
{"x": 3, "y": 4}
]
}
}
}