Felix Jen
d0b90e0ca7
[Keyboard] Add Swordfish keyboard ( #17567 )
2022-07-11 13:57:20 -07:00
Joel Challis
1b3224d576
RESET -> QK_BOOT default keymaps ( #17037 )
2022-05-15 20:26:27 +01:00
Felix Jen
cd11c0a5be
[Keyboard] Solanis H87C/H88C Compatible Replacement PCBs ( #16942 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2022-04-29 00:06:49 -07:00
Felix Jen
700a79401a
[Keyboard] Add Kyuu Hotswap ( #16360 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-03-06 19:30:13 -08:00
James Young
4cab03c940
FJLabs 7V Hotswap: refactor LAYOUT_75_all macro ( #16213 )
2022-02-04 12:34:34 -08:00
Felix Jen
a52e23baf4
[Keyboard] Add FJLabs 7V Hotswap PCBs ( #15175 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-11-29 00:26:32 -08:00
Felix Jen
af5a7dbcfe
[Keyboard] Add MK61-RGB-ANSI keyboard ( #14795 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-10-14 21:22:55 -07:00
Felix Jen
43babfab4a
[Keyboard] Add FJLabs TF60 Variants and TF65 Variant ( #14392 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-15 19:25:30 -07:00
Felix Jen
2f4855a12c
[Keyboard] Add Absolute Designs AD65 Keyboard ( #14391 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-09-15 19:25:03 -07:00
James Young
7063aea984
FJLabs Ready100 Configurator Fixes ( #14291 )
...
* grid-align keycodes; use short-form keycodes
No logic change.
* info.json: correct layout macro reference
* info.json: correct LAYOUT_64key data
Removes an extra key from the layout data.
* 64_ansi Community Layout support
* rename LAYOUT_64key to LAYOUT_64_ansi (with alias for backwards compatibility)
* add LAYOUTS = 64_ansi to rules.mk
* remove width and height keys from info.json
2021-09-03 21:03:15 +01:00
Felix Jen
6c31db4799
[Keyboard] Add FJLabs KF87 PCB ( #14179 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-08-31 11:24:41 -07:00
Felix Jen
1a36ca5508
[Keyboard] Add Ready100 Keyboard ( #13158 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-08-19 09:31:12 -07:00
James Young
ccfb30b2e2
FJLabs Midway60: physically arrange layout macro and fix info.json data ( #13386 )
2021-07-01 01:23:33 -07:00
James Young
2f7c05b985
FJLabs BKS65 Solder Layout Macro Refactor ( #13347 )
...
* grid align layout macro and keymaps
* physically arrange layout macro, phase 1
* physically arrange layout macro, phase 2
* replace KC_PAUSE with KC_PAUS
Makes the grid alignment nice. :)
* rename LAYOUT_65_ansi to LAYOUT_all
The included layout macro isn't actually correct for QMK's 65% ANSI community layout.
* add an actual LAYOUT_65_ansi
This is a semi-educated guess as to this macro; it may be wrong.
2021-06-28 10:30:52 -07:00
Felix Jen
b82801cd54
[Keyboard] Added Bolsa Supply Midway60 Keyboard ( #12747 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-05-15 17:09:16 -07:00
Felix Jen
c52747796b
[Keyboard] Added FJLabs Polaris ( #12746 )
...
Co-authored-by: Drashna Jaelre <drashna@live.com>
2021-05-13 21:10:09 -07:00
Felix Jen
ae13fd942a
[Keyboard] Added BKS65 Solder PCB ( #12451 )
...
Co-authored-by: Ryan <fauxpark@gmail.com>
2021-04-20 10:47:31 -07:00
Felix Jen
c12e70e248
[Keyboard] Added LDK65 based off BKS65 ( #11335 )
2021-01-02 00:46:25 -08:00
Felix Jen
ca7571ffbc
Moved default LALT and LWIN for BKS65 ( #11087 )
2020-12-01 22:37:02 +11:00
Felix Jen
c38a45c5da
[Keyboard] Added BKS65 Bolsa Supply PCB ( #10933 )
...
* Copied B65 and updated matrix
* Updated Caps LED Pin
* Updated most of the FW
* Updated errant names from Bolsa65 copy
* Keymap updates
* Moved to config.h LED indicators. Tested on PCB for functionality
2020-11-25 08:53:06 -08:00
Felix Jen
a05c0ff956
[Keyboard] added Bolsa65 keyboard by FJLabs ( #10394 )
...
* Modifed for BKS65
* Added test board
* attempts
* Working compile
* updated rules for processor frequency and documented
* Disabed some deprecated features
* Removed extraneous code
* remove test code
* Renamed board
* LED and layer code
* Added via support
* Update keyboards/fjlabs/bolsa65/bolsa65.c
Fixed indentation as suggested.
* Update keyboards/fjlabs/bolsa65/config.h
Removed extraneous defaults
* Update keyboards/fjlabs/bolsa65/keymaps/default/keymap.c
Different layer enumeration method
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
New layer enumeration method.
* Update keyboards/fjlabs/bolsa65/config.h
Removed extraneous description.
* Update keyboards/fjlabs/bolsa65/keymaps/via/rules.mk
Removed extraneous bootmagic
* Update keyboards/fjlabs/bolsa65/rules.mk
Updated rules
* Update keyboards/fjlabs/bolsa65/readme.md
Markdown list formatting
* Update keyboards/fjlabs/bolsa65/bolsa65.h
Changed layout name
* Update keyboards/fjlabs/bolsa65/info.json
Changed layout name
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
Changed Layout name
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
Change layout name
* Changed layout names
* Updated readme to reflect new keyboard name
* Update keyboards/fjlabs/bolsa65/config.h
Removed extraneous code
* Added license file header
* Removed VSCode folder
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
* Update keyboards/fjlabs/bolsa65/info.json
* Update keyboards/fjlabs/bolsa65/keymaps/via/keymap.c
2020-09-23 23:55:59 -07:00