Ryan
|
f20a05440e
|
Remove unused MATRIX_HAS_GHOST from config.h (#19726)
|
2023-02-03 00:04:10 +00:00 |
|
Ryan
|
b867522f8c
|
Clean up Force NKRO in config.h (#19718)
|
2023-01-30 20:45:41 +00:00 |
|
Drashna Jaelre
|
d021bedf50
|
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)
|
2022-10-15 09:55:12 -07:00 |
|
Ryan
|
50c2b151b2
|
Move keyboard USB IDs and strings to data driven: B (#17782)
|
2022-07-25 16:20:19 +01:00 |
|
Ryan
|
764dc18a81
|
Remove NO_ACTION_MACRO and NO_ACTION_FUNCTION from keyboard config.h (#16655)
|
2022-03-15 13:56:58 +00:00 |
|
bt66tech
|
922fbea558
|
[Keyboard] add via keymap support for bt66tech/bt66tech60 (#13818)
Co-authored-by: root <crkndevops@gmail.com>
|
2021-09-21 14:45:26 -07:00 |
|
bt66tech
|
86b0acbae0
|
[Keyboard] add bt66tech60 handwired (#10867)
* Add files via upload
add handwired bt66tech keyboard
* Update info.json
* Update rules.mk
* Update info.json
* Update config.h
change #define DESCRIPTION
* Update bt66tech60.c
remove #include "bt66tech.h"
* Update config.h
remove #define DESCRIPTION A handwired 60% keyboard.
* Update keymap.c
remove \ and
// Defines the keycodes used by our macros in process_record_user
enum custom_keycodes {
QMKBEST = SAFE_RANGE,
QMKURL
};
* Update readme.md
fill description
* Update rules.mk
apply suggestion
* Update keymap.c
remove bool process_record_user(uint16_t keycode, keyrecord_t *record) .....
* Update keymap.c
remove enter inline 25
* Update readme.md
remove *
* Update bt66tech60.c
remove all and add #include "bt66tech60.h"
* Update keymap.c
* Update rules.mk
remove enter
* Update info.json
chenge LAYOUT to LAYOUT_60_ansi
* Update readme.md
* Update rules.mk
add LAYOUTS = 60_ansi
* Update rules.mk
when add LAYOUTS = 60_ansi the pullrequest check say error so i'm remove it
* Update rules.mk
add LAYOUTS = 60_ansi
* Update rules.mk
|
2020-11-25 09:00:03 -08:00 |
|