1
0
Fork 0
qmk_firmware/keyboards/bastardkb/dilemma
2023-10-02 11:49:53 +01:00
..
3x5_2 [Keymap] Drashna Keymap updates for 0.21.0 () 2023-05-31 11:44:06 -07:00
3x5_3 RGB Matrix: driver naming cleanups () 2023-08-23 01:00:03 +01:00
4x6_4 Miscellaneous fixes for recently merged keyboards () 2023-10-02 11:49:53 +01:00
config.h Move matrix config to info.json, part 4 () 2023-03-11 00:00:24 +11:00
dilemma.c Reallocate SAFE_RANGE () 2023-02-23 09:49:07 +11:00
dilemma.h Move split layouts to data driven () 2023-04-01 13:09:53 +11:00
info.json Bastard Keyboards: upstream recent changes () 2022-11-20 12:34:42 -08:00
readme.md Bastard Keyboards: Add support for Dilemma Max (4x6_4) () 2023-10-01 18:55:54 +01:00

Dilemma

A family of split keyboards with embedded RP2040 controllers, support for Cirque GlidePoint circle trackpads, and SPI + I2C breakouts for other peripherals

A DIY version of the 3x5_2 PCB with promicro compatible footprint is also available.

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

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

Flashing example for this keyboard:

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

See the keyboard build instructions