diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-08 01:13:33 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-08 01:13:33 +0000 |
commit | 184a0942ff2db46de7998df88c078c39b0f3cb6f (patch) | |
tree | fbc30b95442949446795184b1376ca28a0d30eec /keyboards/annepro2/c15/rules.mk | |
parent | 07ca35decf1a9a998b3e6bb646f7d73901e1c444 (diff) | |
parent | 893d86cb896d82eb8c9d16251062dd6afa802533 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/annepro2/c15/rules.mk')
-rw-r--r-- | keyboards/annepro2/c15/rules.mk | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/annepro2/c15/rules.mk b/keyboards/annepro2/c15/rules.mk new file mode 100644 index 0000000000..554ddc28ce --- /dev/null +++ b/keyboards/annepro2/c15/rules.mk @@ -0,0 +1,37 @@ +# Anne Pro 2 +SRC = \ + matrix.c \ + annepro2_ble.c \ + ap2_led.c \ + protocol.c + +# MCU +MCU = cortex-m0plus +ARMV = 6 +USE_FPU = no +MCU_FAMILY = HT32 +MCU_SERIES = HT32F523xx +MCU_LDSCRIPT = HT32F52342_ANNEPRO2 +MCU_STARTUP = ht32f523xx + +BOARD = ANNEPRO2_C15 + +# Options + +# Keys +CUSTOM_MATRIX = lite +NKRO_ENABLE = no +MOUSEKEY_ENABLE = no +EXTRAKEY_ENABLE = yes +KEY_LOCK_ENABLE = no + +# Other featues +BOOTMAGIC_ENABLE = no +CONSOLE_ENABLE = no +COMMAND_ENABLE = no +RAW_ENABLE = no +MIDI_ENABLE = no +VIRTSER_ENABLE = no +COMBO_ENABLE = no +BOOTLOADER = custom +PROGRAM_CMD = annepro2_tools --boot $(BUILD_DIR)/$(TARGET).bin |