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

Add dilemma max layer indicator #47

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
54011ee
tentatively add dilemma 4x6_4 WIP untested
casuanoob Aug 31, 2023
e4ade6e
Add dilemma 4x6_4 WIP
casuanoob Sep 6, 2023
bb1ba38
4x6_4 Remove files that shouldn't be in main
casuanoob Sep 7, 2023
84c18cf
4x6_4 Add RGBMATRIX coordinates in info.json WIP
casuanoob Sep 7, 2023
73086b7
4x6_4 Change RGB matrix centre
casuanoob Sep 9, 2023
a6468c4
4x6_4 update rgb flags for outer columns
casuanoob Sep 9, 2023
c0ef5e8
4x6_4 add swap_hands config from Drashna
casuanoob Sep 9, 2023
c9619bf
4x6_4 explicitly set some defaults
casuanoob Sep 14, 2023
a07a7ac
Update dilemma/readme.md
casuanoob Sep 18, 2023
c6a727a
4x6_4 migrate more items to info.json
casuanoob Sep 18, 2023
fb0d06e
Update keyboards/bastardkb/dilemma/4x6_4/rules.mk
casuanoob Sep 18, 2023
ea311b8
Update keyboards/bastardkb/dilemma/4x6_4/rules.mk
casuanoob Sep 18, 2023
212d9f1
Update keyboards/bastardkb/dilemma/4x6_4/keymaps/via/config.h
casuanoob Sep 18, 2023
c51cf08
Update keyboards/bastardkb/dilemma/4x6_4/keymaps/via/keymap.c
casuanoob Sep 18, 2023
0a58026
Update keyboards/bastardkb/dilemma/4x6_4/config.h
casuanoob Sep 18, 2023
6fbf021
4x6_4/config.h formatting change per review request
casuanoob Sep 19, 2023
5be3d75
4x6_4/info.json formatting change per review request
casuanoob Sep 19, 2023
d36c7c5
Add layer indicators
ykz89 Sep 19, 2023
03f8d39
Use predefined rgb colors for layers
ykz89 Sep 20, 2023
e00deea
Merge branch 'bk_dilemma_4x6_4_layer_indicator_yingeling' into bk_dil…
Dec 13, 2023
9c512d6
Refactor layer indicators from keymap to keyboard
Dec 14, 2023
4238571
swap encoder volume directions for CW=volup
Dec 15, 2023
59a344e
Revert wrong conflict solutions following review
Dec 15, 2023
5db548a
Update keyboards/bastardkb/dilemma/4x6_4/info.json
casuanoob Dec 15, 2023
fb563a7
Update keyboards/bastardkb/dilemma/4x6_4/config.h
casuanoob Dec 15, 2023
ade3fe7
Update keyboards/bastardkb/dilemma/4x6_4/keymaps/default/readme.md
casuanoob Dec 15, 2023
c7982cb
Update keyboards/bastardkb/dilemma/4x6_4/config.h
casuanoob Dec 15, 2023
7665871
Apply suggested changes from code review
Dec 16, 2023
ee18162
Apply suggested changes from code review
Dec 16, 2023
c4e4fe8
Break the brightness interval out into defines for configurability fr…
Dec 17, 2023
9bff07a
Formatting
Dec 17, 2023
443aa44
Add documentation for indicator brightness boosts
Dec 23, 2023
1799681
narrow scope of kb-internal function
Dec 25, 2023
8bdb8ab
fix type of counting variable
Dec 25, 2023
eab8ef4
remove unneccessary condition
Dec 25, 2023
c253178
Remove shutdown_user
Dec 26, 2023
f7dc909
Formatting
Dec 26, 2023
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
Revert wrong conflict solutions following review
  • Loading branch information
burkfers committed Dec 26, 2023
commit 59a344eefc124bf132e0ec3fc5ff83d2dd29ab31
9 changes: 5 additions & 4 deletions keyboards/bastardkb/dilemma/4x6_4/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"nkro": true,
"rgb_matrix": true,
"caps_word": true
"tri_layer": true
},
"ws2812": {
"pin": "GP10",
Expand Down Expand Up @@ -194,10 +195,10 @@
{"matrix": [8, 3], "x": 175, "y": 38, "flags": 4},
{"matrix": [8, 4], "x": 162, "y": 40, "flags": 4},
{"matrix": [8, 5], "x": 149, "y": 42, "flags": 4},
{"matrix": [9, 4], "x": 170, "y": 51, "flags": 4},
{"matrix": [9, 2], "x": 156, "y": 53, "flags": 4},
{"matrix": [9, 1], "x": 143, "y": 57, "flags": 4},
{"matrix": [9, 3], "x": 132, "y": 64, "flags": 4}
{"matrix": [9, 3], "x": 170, "y": 51, "flags": 4},
{"matrix": [9, 1], "x": 156, "y": 53, "flags": 4},
{"matrix": [9, 2], "x": 143, "y": 57, "flags": 4},
{"matrix": [9, 4], "x": 132, "y": 64, "flags": 4}
]
},
"layouts": {
Expand Down
5 changes: 0 additions & 5 deletions keyboards/bastardkb/dilemma/4x6_4/rules.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
TRI_LAYER_ENABLE = yes # Tri Layers

AUDIO_SUPPORTED = no # Audio is not supported
RGBLIGHT_SUPPORTED = no

SERIAL_DRIVER = vendor

POINTING_DEVICE_ENABLE = yes
Expand Down
8 changes: 4 additions & 4 deletions keyboards/bastardkb/dilemma/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ A DIY version of the 3x5_2 PCB with promicro compatible footprint is also availa

Make example for this keyboard (after setting up your build environment):

make bastardkb/dilemma/3x5_3:via
make bastardkb/dilemma/4x6_4:via
make bastardkb/dilemma/3x5_3:default
make bastardkb/dilemma/4x6_4:default

Flashing example for this keyboard:

make bastardkb/dilemma/3x5_3:via:flash
make bastardkb/dilemma/4x6_4:via:flash
make bastardkb/dilemma/3x5_3:default:flash
make bastardkb/dilemma/4x6_4:default:flash

See the [keyboard build instructions](http://docs.bastardkb.com/)